Searched refs:MIPSInstr_Load (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 313 addInstr(env, MIPSInstr_Load(4, fcsr, am_addr, mode64)); in set_MIPS_rounding_default() 816 addInstr(env, MIPSInstr_Load(toUChar(sizeofIRType(ty)), in iselWordExpr_R_wrk() 1784 addInstr(env, MIPSInstr_Load(toUChar(sizeofIRType(ty)), r_dst, am_addr, in iselWordExpr_R_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() 2340 addInstr(env, MIPSInstr_Load(4, tLo, am_addr, mode64)); in iselInt64Expr_wrk() 2341 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeInt(am_addr), mode64)); in iselInt64Expr_wrk() 2784 addInstr(env, MIPSInstr_Load(4, tLo, am_addr, mode64)); in iselInt64Expr_wrk() 2785 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr), in iselInt64Expr_wrk() 2788 addInstr(env, MIPSInstr_Load(4, tHi, am_addr, mode64)); in iselInt64Expr_wrk() [all …]
|
D | host_mips_defs.h | 623 extern MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src,
|
D | host_mips_defs.c | 938 MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) in MIPSInstr_Load() function 2013 *i1 = MIPSInstr_Load(8, rreg, am, mode64); in genReload_MIPS() 2017 *i1 = MIPSInstr_Load(4, rreg, am, mode64); in genReload_MIPS()
|