Searched defs:ffi_closure_tile (Results 1 - 3 of 3) sorted by relevance

/external/libffi/src/tile/
H A Dtile.S229 /* ffi_closure_tile(...)
238 .section .text.ffi_closure_tile, "ax", @progbits
240 .globl ffi_closure_tile
241 FFI_HIDDEN(ffi_closure_tile)
246 ffi_closure_tile: label
292 starts with a "jal ffi_closure_tile", we can just take the
333 .size ffi_closure_tile, . - ffi_closure_tile
348 moveli r10, 0 /* backpatched to ffi_closure_tile. */
357 { move r10, lr ; jal . /* ffi_closure_tile */ }
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
H A Dtile.S229 /* ffi_closure_tile(...)
238 .section .text.ffi_closure_tile, "ax", @progbits
240 .globl ffi_closure_tile
241 FFI_HIDDEN(ffi_closure_tile)
246 ffi_closure_tile: label
292 starts with a "jal ffi_closure_tile", we can just take the
333 .size ffi_closure_tile, . - ffi_closure_tile
348 moveli r10, 0 /* backpatched to ffi_closure_tile. */
357 { move r10, lr ; jal . /* ffi_closure_tile */ }
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/tile/
H A Dtile.S229 /* ffi_closure_tile(...)
238 .section .text.ffi_closure_tile, "ax", @progbits
240 .globl ffi_closure_tile
241 FFI_HIDDEN(ffi_closure_tile)
246 ffi_closure_tile: label
292 starts with a "jal ffi_closure_tile", we can just take the
333 .size ffi_closure_tile, . - ffi_closure_tile
348 moveli r10, 0 /* backpatched to ffi_closure_tile. */
357 { move r10, lr ; jal . /* ffi_closure_tile */ }
[all...]

Completed in 278 milliseconds