Home
last modified time | relevance | path

Searched refs:MIPSAMode_IR (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_isel.c297 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()
[all …]
Dhost_mips_defs.c454 MIPSAMode *MIPSAMode_IR(Int idx, HReg base) in MIPSAMode_IR() function
479 ret = MIPSAMode_IR(am->Mam.IR.index, am->Mam.IR.base); in dopyMIPSAMode()
496 ret = MIPSAMode_IR(am->Mam.IR.index + 4, am->Mam.IR.base); in nextMIPSAModeFloat()
514 ret = MIPSAMode_IR(am->Mam.IR.index + 4, am->Mam.IR.base); in nextMIPSAModeInt()
1978 am = MIPSAMode_IR(offsetB, GuestStatePointer(mode64)); in genSpill_MIPS()
2008 am = MIPSAMode_IR(offsetB, GuestStatePointer(mode64)); in genReload_MIPS()
Dhost_mips_defs.h187 extern MIPSAMode *MIPSAMode_IR(Int, HReg);