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

/external/qemu/target-i386/
H A Dcpu.h59 #define R_EBP 5 macro
1048 #define EBP (env->regs[R_EBP])
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c296 #define R_EBP 5 macro
466 case R_EBP: return OFFB_EBP;
1601 if (index_r != R_ESP && base_r != R_EBP) {
1614 if (index_r != R_ESP && base_r == R_EBP) {
1627 if (index_r == R_ESP && base_r != R_EBP) {
1634 if (index_r == R_ESP && base_r == R_EBP) {
1778 if (base_r == R_EBP) return 6; else return 2;
13105 //-- uInstr2(cb, GET, sz, ArchReg, R_EBP, TempReg, t1);
13111 //-- uInstr2(cb, PUT, 4, TempReg, t2, ArchReg, R_EBP);
13123 assign(t1, getIReg(4,R_EBP));
[all...]

Completed in 269 milliseconds