Searched refs:asm_x86_sub_r32_i32 (Results 1 – 1 of 1) sorted by relevance
289 STATIC void asm_x86_sub_r32_i32(asm_x86_t *as, int dest_r32, int src_i32) { in asm_x86_sub_r32_i32() function412 asm_x86_sub_r32_i32(as, ASM_X86_REG_ESP, num_locals * WORD_SIZE); in asm_x86_entry()417 asm_x86_sub_r32_i32(as, ASM_X86_REG_ESP, -as->num_locals * WORD_SIZE); in asm_x86_exit()509 asm_x86_sub_r32_i32(as, ASM_X86_REG_ESP, align * WORD_SIZE); in asm_x86_call_ind()
Completed in 3 milliseconds