Searched refs:ffi_call_SYSV_FS (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
D | sysv.S | 101 #define ffi_call_SYSV_FS (8 * 4) macro 112 sub sp, sp, #ffi_call_SYSV_FS 115 cfi_rel_offset (x21, 0 - ffi_call_SYSV_FS) 116 cfi_rel_offset (x22, 8 - ffi_call_SYSV_FS) 119 cfi_rel_offset (x23, 16 - ffi_call_SYSV_FS) 120 cfi_rel_offset (x24, 24 - ffi_call_SYSV_FS) 183 ldp x21, x22, [x29, # - ffi_call_SYSV_FS] 187 ldp x23, x24, [x29, # - ffi_call_SYSV_FS + 16]
|