Searched refs:CALL_CONTEXT_SIZE (Results 1 – 3 of 3) sorted by relevance
/third_party/libffi/src/aarch64/ |
D | sysv.S | 112 add sp, sp, #CALL_CONTEXT_SIZE 222 #define ffi_closure_SYSV_FS (8*2 + CALL_CONTEXT_SIZE + 64) 269 add x5, sp, #16+CALL_CONTEXT_SIZE /* load rvalue */ 277 add x3, sp, #16+CALL_CONTEXT_SIZE
|
D | win64_armasm.S | 94 add sp, sp, #CALL_CONTEXT_SIZE 196 #define ffi_closure_SYSV_FS (8*2 + CALL_CONTEXT_SIZE + 64) 227 add x5, sp, #16+CALL_CONTEXT_SIZE /* load rvalue */ 236 add x3, sp, #16+CALL_CONTEXT_SIZE
|
D | internal.h | 67 #define CALL_CONTEXT_SIZE (N_V_ARG_REG * 16 + N_X_ARG_REG * 8) macro
|