Searched refs:R_EBP (Results 1 - 8 of 8) sorted by relevance

/external/qemu/target-i386/
H A Dexec.h42 #define EBP (env->regs[R_EBP])
303 EBP = env->regs[R_EBP];
331 env->regs[R_EBP] = EBP;
H A Dtranslate.c2061 if (base == R_EBP || base == R_ESP)
2107 gen_op_movl_A0_reg(R_EBP);
2111 gen_op_movl_A0_reg(R_EBP);
2121 gen_op_movl_A0_reg(R_EBP);
2629 gen_op_mov_TN_reg(OT_LONG, 0, R_EBP);
2637 gen_op_mov_reg_T1(ot, R_EBP);
2654 gen_op_mov_TN_reg(OT_LONG, 0, R_EBP);
2662 gen_op_mov_reg_T1(ot, R_EBP);
4969 gen_op_mov_TN_reg(OT_QUAD, 0, R_EBP);
4972 gen_op_mov_TN_reg(OT_LONG, 0, R_EBP);
[all...]
H A Dcpu.h56 #define R_EBP 5 macro
H A Dhelper.c686 env->regs[R_EBP],
721 (uint32_t)env->regs[R_EBP],
H A Dhax-all.c845 hax_getput_reg(&regs._rbp, &env->regs[R_EBP], set);
H A Dkvm.c348 kvm_getput_reg(&regs.rbp, &env->regs[R_EBP], set);
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c299 #define R_EBP 5 macro
469 case R_EBP: return OFFB_EBP;
1578 if (index_r != R_ESP && base_r != R_EBP) {
1591 if (index_r != R_ESP && base_r == R_EBP) {
1604 if (index_r == R_ESP && base_r != R_EBP) {
1611 if (index_r == R_ESP && base_r == R_EBP) {
1755 if (base_r == R_EBP) return 6; else return 2;
12837 //-- uInstr2(cb, GET, sz, ArchReg, R_EBP, TempReg, t1);
12843 //-- uInstr2(cb, PUT, 4, TempReg, t2, ArchReg, R_EBP);
12855 assign(t1, getIReg(4,R_EBP));
[all...]
/external/qemu/
H A Dgdbstub.c504 R_EAX, R_EBX, R_ECX, R_EDX, R_ESI, R_EDI, R_EBP, R_ESP,

Completed in 169 milliseconds