Searched refs:PTR_SIZE (Results 1 – 3 of 3) sorted by relevance
/third_party/libffi/src/aarch64/ |
D | sysv.S | 56 #define PTR_SIZE 4 macro 58 #define PTR_SIZE 8 macro 265 ldr PTR_REG(2), [x17, #FFI_TRAMPOLINE_CLOSURE_OFFSET+PTR_SIZE*2] /* load user_data */ 423 ldp PTR_REG(0), PTR_REG(1), [x18, #PTR_SIZE]/* load cif, fn */
|
D | win64_armasm.S | 32 #define PTR_SIZE 8 macro 222 ldr PTR_REG(2), [x17, #FFI_TRAMPOLINE_CLOSURE_OFFSET+PTR_SIZE*2] /* load user_data */ 335 ldp PTR_REG(0), PTR_REG(1), [x18, #PTR_SIZE]/* load cif, fn */
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLJIT.cpp | 31 #define PTR_SIZE sizeof(void*) macro 1360 LLVMConstInt(fInt64Type, PTR_SIZE, false), in compileStageFunctionLoop() 1689 LLVMConstInt(fInt64Type, PTR_SIZE, in compileStageFunctionVector()
|