Searched refs:sv_fp (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/arm/lib/ |
| D | backtrace.S | 20 #define sv_fp r5 macro 65 1002: ldr sv_fp, [frame, #-12] @ get saved fp 94 teq sv_fp, #0 @ zero saved fp means 97 cmp sv_fp, frame @ next frame must be 98 mov frame, sv_fp @ above the current frame
|
| /linux-4.4.14/arch/unicore32/lib/ |
| D | backtrace.S | 19 #define sv_fp v5 macro 61 1002: ldw sv_fp, [frame+], #-12 @ get saved fp 93 cxor.a sv_fp, #0 @ zero saved fp means 96 csub.a sv_fp, frame @ next frame must be 97 mov frame, sv_fp @ above the current frame
|