Lines Matching refs:hregX86_EBP

356       addInstr(env, X86Instr_Push(X86RMI_Reg(hregX86_EBP())));  in pushArg()
734 X86AMode_IRRS( descr->base, hregX86_EBP(), tmp, shift ); in genGuestArrayOffset()
1224 hregX86_EBP()); in iselIntExpr_R_wrk()
1238 hregX86_EBP()); in iselIntExpr_R_wrk()
1427 hregX86_EBP())), in iselIntExpr_R_wrk()
1436 X86AMode_IR(e->Iex.Get.offset,hregX86_EBP()), in iselIntExpr_R_wrk()
1537 || sameHReg(am->Xam.IR.reg, hregX86_EBP())) ); in sane_AMode()
1664 hregX86_EBP())); in iselIntExpr_RMI_wrk()
1760 hregX86_EBP())); in iselIntExpr_RM_wrk()
1885 hregX86_EBP()); in iselCondCode_wrk()
2138 X86AMode* am = X86AMode_IR(e->Iex.Get.offset, hregX86_EBP()); in iselInt64Expr_wrk()
2919 hregX86_EBP() ); in iselFltExpr_wrk()
3049 hregX86_EBP() ); in iselDblExpr_wrk()
3291 X86AMode_IR(e->Iex.Get.offset, hregX86_EBP()) in iselVecExpr_wrk()
3934 X86AMode_IR(stmt->Ist.Put.offset,hregX86_EBP()) in iselStmt()
3944 hregX86_EBP()))); in iselStmt()
3949 X86AMode* am = X86AMode_IR(stmt->Ist.Put.offset, hregX86_EBP()); in iselStmt()
3958 X86AMode* am = X86AMode_IR(stmt->Ist.Put.offset, hregX86_EBP()); in iselStmt()
3964 X86AMode* am = X86AMode_IR(stmt->Ist.Put.offset, hregX86_EBP()); in iselStmt()
3971 X86AMode* am = X86AMode_IR(stmt->Ist.Put.offset, hregX86_EBP()); in iselStmt()
4252 hregX86_EBP()); in iselStmt()
4336 X86AMode* amEIP = X86AMode_IR(offsIP, hregX86_EBP()); in iselNext()
4363 X86AMode* amEIP = X86AMode_IR(offsIP, hregX86_EBP()); in iselNext()
4397 X86AMode* amEIP = X86AMode_IR(offsIP, hregX86_EBP()); in iselNext()
4493 amCounter = X86AMode_IR(offs_Host_EvC_Counter, hregX86_EBP()); in iselSB_X86()
4494 amFailAddr = X86AMode_IR(offs_Host_EvC_FailAddr, hregX86_EBP()); in iselSB_X86()