Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c683 env->regs[R_ECX], in cpu_dump_state()
718 (uint32_t)env->regs[R_ECX], in cpu_dump_state()
1784 kvm_arch_get_supported_cpuid(cpu, 1, R_ECX), in cpu_x86_init()
1790 kvm_arch_get_supported_cpuid(cpu, 0x80000001, R_ECX), in cpu_x86_init()
Dcpu.h55 #define R_ECX 1 macro
1040 #define ECX (env->regs[R_ECX])
Dkvm.c95 case R_ECX: in kvm_arch_get_supported_cpuid()
345 kvm_getput_reg(&regs.rcx, &env->regs[R_ECX], set); in kvm_getput_regs()
Dops_sse.h2075 env->regs[R_ECX] = (ctrl & (1 << 6)) ? 31 - clz32(res) : ctz32(res); in glue()
2077 env->regs[R_ECX] = 16 >> (ctrl & (1 << 0)); in glue()
2113 env->regs[R_ECX] = (ctrl & (1 << 6)) ? 31 - clz32(res) : ctz32(res); in glue()
2115 env->regs[R_ECX] = 16 >> (ctrl & (1 << 0)); in glue()
Dtranslate.c786 tcg_gen_ld_tl(cpu_tmp0, cpu_env, offsetof(CPUX86State, regs[R_ECX])); in gen_op_jnz_ecx()
793 tcg_gen_ld_tl(cpu_tmp0, cpu_env, offsetof(CPUX86State, regs[R_ECX])); in gen_op_jz_ecx()
1405 gen_op_add_reg_im(s->aflag, R_ECX, -1); \
1423 gen_op_add_reg_im(s->aflag, R_ECX, -1); \
5643 tcg_gen_ld_tl(cpu_T3, cpu_env, offsetof(CPUX86State, regs[R_ECX])); in disas_insn()
6979 gen_op_add_reg_im(s->aflag, R_ECX, -1); in disas_insn()
6984 gen_op_add_reg_im(s->aflag, R_ECX, -1); in disas_insn()
Dhax-all.c845 hax_getput_reg(&regs._rcx, &env->regs[R_ECX], set); in hax_sync_vcpu_register()
/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c292 #define R_ECX 1 macro
461 case R_ECX: return OFFB_ECX; in integerGuestRegOffset()
475 case R_ECX: return 1+ OFFB_ECX; in integerGuestRegOffset()
3291 assign( tc, getIReg(4,R_ECX) ); in dis_REP_op()
3297 putIReg(4, R_ECX, binop(Iop_Sub32, mkexpr(tc), mkU32(1)) ); in dis_REP_op()
13003 binop(Iop_CmpEQ16, getIReg(2,R_ECX), mkU16(0)), in disInstr_X86_WRK()
13502 binop(Iop_CmpEQ32, getIReg(4,R_ECX), mkU32(0)), in disInstr_X86_WRK()
13525 putIReg(4, R_ECX, binop(Iop_Sub32, getIReg(4,R_ECX), mkU32(1))); in disInstr_X86_WRK()
13527 count = getIReg(4,R_ECX); in disInstr_X86_WRK()
13929 putIReg(4,R_ECX, loadLE(Ity_I32, binop(Iop_Add32,mkexpr(t5),mkU32(24)) )); in disInstr_X86_WRK()
[all …]
/external/qemu/
Dgdbstub.c506 R_EAX, R_EBX, R_ECX, R_EDX, R_ESI, R_EDI, R_EBP, R_ESP,