Searched refs:JB_FP (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/src/setjmp/aarch64/ |
| A D | setjmp.S | 21 ldp x3, x4, [x0, #8*JB_FP] 48 .ifne JB_USP - JB_FP - 1 51 stp x3, x4, [x16, #8*JB_FP]
|
| A D | longjmp.S | 82 .ifne JB_USP - JB_FP - 1 85 ldp x6, x7, [x16, #8*JB_FP] 100 jb_cfi_mangled 29, JB_FP 118 ldp x29, x2, [x0, #8*JB_FP]
|
| /third_party/ulib/musl/src/setjmp/x86_64/ |
| A D | setjmp.S | 27 xor __setjmp_manglers+8*JB_FP(%rip), %rdx 33 mov %rdx, 8*JB_FP(%rdi)
|
| A D | longjmp.S | 58 mov 8*JB_FP(%rdi), %rdx 65 xor __setjmp_manglers+8*JB_FP(%rip), %rdx
|
| /third_party/ulib/musl/src/internal/ |
| A D | setjmp_impl.h | 10 #define JB_FP 2 macro
|
Completed in 6 milliseconds