Lines Matching refs:MIPSAMode_IR
297 am_addr = MIPSAMode_IR(0, StackPointer(mode64)); in set_MIPS_rounding_mode()
311 am_addr = MIPSAMode_IR(0, StackPointer(mode64)); in set_MIPS_rounding_default()
364 am_addr0 = MIPSAMode_IR(0, StackPointer(mode64)); in mk_LoadRR32toFPR()
365 am_addr1 = MIPSAMode_IR(4, StackPointer(mode64)); in mk_LoadRR32toFPR()
728 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U64, in iselWordExpr_AMode_wrk()
747 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32, in iselWordExpr_AMode_wrk()
762 return MIPSAMode_IR(0, iselWordExpr_R(env, e)); in iselWordExpr_AMode_wrk()
1782 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset, in iselWordExpr_R_wrk()
2124 MIPSAMode *am_addr = MIPSAMode_IR(0, GuestStatePointer(mode64)); in iselCondCode_wrk()
2127 MIPSAMode_IR(am_addr->Mam.IR.index + COND_OFFSET(mode64), in iselCondCode_wrk()
2140 MIPSAMode *am_addr = MIPSAMode_IR(0, GuestStatePointer(mode64)); in iselCondCode_wrk()
2143 MIPSAMode_IR(am_addr->Mam.IR.index + COND_OFFSET(mode64), in iselCondCode_wrk()
2151 MIPSAMode *am_addr = MIPSAMode_IR(0, GuestStatePointer(mode64)); in iselCondCode_wrk()
2154 MIPSAMode_IR(am_addr->Mam.IR.index + COND_OFFSET(mode64), in iselCondCode_wrk()
2302 addInstr(env, MIPSInstr_Load(4, tHi, MIPSAMode_IR(0, r_addr), mode64)); in iselInt64Expr_wrk()
2303 addInstr(env, MIPSInstr_Load(4, tLo, MIPSAMode_IR(4, r_addr), mode64)); in iselInt64Expr_wrk()
2338 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset, in iselInt64Expr_wrk()
2777 am_addr = MIPSAMode_IR(0, StackPointer(mode64)); in iselInt64Expr_wrk()
2930 am_addr = MIPSAMode_IR(0, StackPointer(mode64)); in iselInt64Expr_wrk()
3006 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset, in iselFltExpr_wrk()
3237 am_addr = MIPSAMode_IR(0, StackPointer(mode64)); in iselFltExpr_wrk()
3270 am_addr = MIPSAMode_IR(0, StackPointer(mode64)); in iselFltExpr_wrk()
3381 MIPSAMode *zero_r1 = MIPSAMode_IR(0, StackPointer(mode64)); in iselFltExpr_wrk()
3446 MIPSAMode *am_addr = MIPSAMode_IR(e->Iex.Get.offset, in iselDblExpr_wrk()
3669 MIPSAMode_IR(0, r_addr), vHi, mode64)); in iselStmt()
3671 MIPSAMode_IR(4, r_addr), vLo, mode64)); in iselStmt()
3703 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset, in iselStmt()
3712 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset, in iselStmt()
3714 MIPSAMode *am_addr4 = MIPSAMode_IR(stmt->Ist.Put.offset + 4, in iselStmt()
3727 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset, in iselStmt()
3736 MIPSAMode *am_addr = MIPSAMode_IR(stmt->Ist.Put.offset, in iselStmt()
3884 MIPSAMode* am = MIPSAMode_IR(rloc.spOff, StackPointer(mode64)); in iselStmt()
3985 MIPSAMode* amPC = MIPSAMode_IR(stmt->Ist.Exit.offsIP, in iselStmt()
4075 MIPSAMode* amPC = MIPSAMode_IR(offsIP, GuestStatePointer(env->mode64)); in iselNext()
4105 MIPSAMode* amPC = MIPSAMode_IR(offsIP, in iselNext()
4135 MIPSAMode* amPC = MIPSAMode_IR(offsIP, GuestStatePointer(env->mode64)); in iselNext()
4265 amCounter = MIPSAMode_IR(offs_Host_EvC_Counter, GuestStatePointer(mode64)); in iselSB_MIPS()
4266 amFailAddr = MIPSAMode_IR(offs_Host_EvC_FailAddr, GuestStatePointer(mode64)); in iselSB_MIPS()