Searched defs:R_ESP (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dcpu.h55 #define R_ESP 4 macro
895 env->regs[R_ESP] = newsp;
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c298 #define R_ESP 4 macro
468 case R_ESP: return OFFB_ESP;
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) {
1638 if (index_r == R_ESP) {
1679 if (index_r == R_ESP) {
3054 assign(t2, binop(Iop_Sub32, getIReg(4,R_ESP), mkU32(4)));
3055 putIReg(4, R_ESP, mkexp
[all...]

Completed in 76 milliseconds