Home
last modified time | relevance | path

Searched refs:sv_fp (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/lib/
Dbacktrace.S20 #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/
Dbacktrace.S19 #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