Home
last modified time | relevance | path

Searched refs:CHAR_PTR_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dasm_offset.c40 __asm__("# CHAR_PTR_SIZE = %c0" : : "i"(sizeof(char *))); in produce_asm_define()
54 static const uint32_t CHAR_PTR_SIZE = sizeof(char *); variable
102 { .name = "CHAR_PTR_SIZE", .value = sizeof(char *), in main()
H A Dunknown_ext_chain_gas_x86.S70 mov r8, [rdi + (FUNCTION_OFFSET_INSTANCE + (CHAR_PTR_SIZE * \num))] # Load the func name into r8 (fifth arg)
120 push dword ptr [eax + (FUNCTION_OFFSET_INSTANCE + (CHAR_PTR_SIZE * \num))] # Push the func name (fourth arg)
H A Dunknown_ext_chain_masm.asm54 mov rax, qword ptr [rcx + (FUNCTION_OFFSET_INSTANCE + (CHAR_PTR_SIZE * num))] ; Load the func name into rax
97 push dword ptr [eax + (FUNCTION_OFFSET_INSTANCE + (CHAR_PTR_SIZE * num))] ; Push the func name (fifth arg)
H A Dunknown_ext_chain_gas_aarch64.S57 mov x10, (FUNCTION_OFFSET_INSTANCE + (CHAR_PTR_SIZE * \num)) // Offset of the function name string in the instance

Completed in 3 milliseconds