Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_isel.c307 addInstr(env, MIPSInstr_Load(4, fcsr, am_addr, mode64)); in set_MIPS_rounding_default()
810 addInstr(env, MIPSInstr_Load(toUChar(sizeofIRType(ty)), in iselWordExpr_R_wrk()
1778 addInstr(env, MIPSInstr_Load(toUChar(sizeofIRType(ty)), r_dst, am_addr, in iselWordExpr_R_wrk()
2296 addInstr(env, MIPSInstr_Load(4, tHi, MIPSAMode_IR(0, r_addr), mode64)); in iselInt64Expr_wrk()
2297 addInstr(env, MIPSInstr_Load(4, tLo, MIPSAMode_IR(4, r_addr), mode64)); in iselInt64Expr_wrk()
2334 addInstr(env, MIPSInstr_Load(4, tLo, am_addr, mode64)); in iselInt64Expr_wrk()
2335 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeInt(am_addr), mode64)); in iselInt64Expr_wrk()
2778 addInstr(env, MIPSInstr_Load(4, tLo, am_addr, mode64)); in iselInt64Expr_wrk()
2779 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr), in iselInt64Expr_wrk()
2782 addInstr(env, MIPSInstr_Load(4, tHi, am_addr, mode64)); in iselInt64Expr_wrk()
[all …]
Dhost_mips_defs.h626 extern MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src,
Dhost_mips_defs.c935 MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) in MIPSInstr_Load() function
2010 *i1 = MIPSInstr_Load(8, rreg, am, mode64); in genReload_MIPS()
2014 *i1 = MIPSInstr_Load(4, rreg, am, mode64); in genReload_MIPS()