Home
last modified time | relevance | path

Searched refs:PTR_SIZE (Results 1 – 8 of 8) sorted by relevance

/third_party/vulkan-loader/loader/
Dasm_test_aarch64.S20 .set PTR_SIZE, 4 define
22 mov x1, (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * 4))
Dasm_test_x86.S22 .set PTR_SIZE, 4 define
24 mov ecx, [eax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * 4))]
Dunknown_ext_chain_gas_x86.S44 jmp [rax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * \num))]
52 …cmp qword ptr [rax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * \num))], 0 # Check if the next fu…
55 …jmp [rax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * \num))] # Jump to the next fun…
74 …jmp [rax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * \num))] # Jump to the appropri…
87 …jmp [eax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * \num))] # Dereference the wrapped VkPh…
96 …cmp dword ptr [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * \num))], 0 # Check if the next fu…
100 …jmp [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * \num))] # Jump to the next fun…
120 …jmp dword ptr [eax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * \num))] # Jump to the appropri…
Dunknown_ext_chain_masm.asm40 …jmp qword ptr [rax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * num))] ; Jump to the next fu…
47 …cmp qword ptr [rax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))], 0 ; Check if the next fu…
50 …jmp qword ptr [rax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))] ; Jump to the next fun…
69 …jmp qword ptr [rax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * num))] ; Jump to the appropria…
82 …jmp dword ptr [eax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * num))] ; Jump to the next fu…
90 …cmp dword ptr [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))], 0 ; Check if the next fu…
94 …jmp dword ptr [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))] ; Jump to the next fun…
113 …jmp dword ptr [eax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * num))] ; Jump to the appropria…
Dunknown_ext_chain_gas_aarch64.S33 …mov x10, (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * \num)) // Put the offset of the entry in…
42 …mov x11, (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * \num)) // Put the offset into the dispatch ta…
65 …mov x10, (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * \num)) // Offset of the desired function in…
/third_party/libffi/src/aarch64/
Dsysv.S56 #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 */
Dwin64_armasm.S32 #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/
DSkSLJIT.cpp31 #define PTR_SIZE sizeof(void*) macro
1360 LLVMConstInt(fInt64Type, PTR_SIZE, false), in compileStageFunctionLoop()
1689 LLVMConstInt(fInt64Type, PTR_SIZE, in compileStageFunctionVector()