Searched refs:R_ECX (Results 1 – 7 of 7) sorted by relevance
50 inline int R_ECX = 10; variable51 #pragma D binding "1.0" R_ECX
53 printf("R_ECX = 0x%x\n", uregs[R_ECX]);
50 inline int R_ECX = @ECX@; variable51 #pragma D binding "1.0" R_ECX
78 printf("R_ECX = 0x%x\n", uregs[R_ECX]);
59 #define R_ECX register_c.I32_reg.e_reg macro
734 return &emu->x86.R_ECX; in decode_rm_long_register()811 base = emu->x86.R_ECX; in decode_sib_address()844 i = emu->x86.R_ECX; in decode_sib_address()891 offset = emu->x86.R_ECX; in decode_rl_address()1567 push_long(emu, emu->x86.R_ECX); in x86emuOp_push_all()1602 emu->x86.R_ECX = pop_long(emu); in x86emuOp_pop_all()2249 emu->x86.R_EAX = emu->x86.R_ECX; in x86emuOp_xchg_word_AX_CX()2250 emu->x86.R_ECX = tmp; in x86emuOp_xchg_word_AX_CX()3045 emu->x86.R_ECX = fetch_long_imm(emu); in x86emuOp_mov_word_CX_IMM()5261 hw_cpuid(&emu->x86.R_EAX, &emu->x86.R_EBX, &emu->x86.R_ECX, in x86emuOp2_cpuid()[all …]
119 #define R_ECX register_c.I32_reg.e_reg macro