Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_mips_isel.c282 addInstr(env, MIPSInstr_Store(4, am_addr, fcsr_old, mode64)); in set_MIPS_rounding_mode()
350 addInstr(env, MIPSInstr_Store(4, am_addr0, r_srcLo, mode64)); in mk_LoadRR32toFPR()
351 addInstr(env, MIPSInstr_Store(4, am_addr1, r_srcHi, mode64)); in mk_LoadRR32toFPR()
429 addInstr(env, MIPSInstr_Store(4, MIPSAMode_IR(0, StackPointer(mode64)), in doHelperCall()
1706 addInstr(env, MIPSInstr_Store(4, in iselCondCode_wrk()
1721 addInstr(env, MIPSInstr_Store(4, in iselCondCode_wrk()
1731 addInstr(env, MIPSInstr_Store(4, in iselCondCode_wrk()
2212 addInstr(env, MIPSInstr_Store(4, am_addr, fr_src, mode64)); in iselFltExpr_wrk()
2230 addInstr(env, MIPSInstr_Store(4, in iselFltExpr_wrk()
2253 addInstr(env, MIPSInstr_Store(8, am_addr, fr_src, mode64)); in iselFltExpr_wrk()
[all …]
Dhost_mips_defs.h645 extern MIPSInstr *MIPSInstr_Store(UChar sz, MIPSAMode * dst, HReg src,
Dhost_mips_defs.c1295 MIPSInstr *MIPSInstr_Store(UChar sz, MIPSAMode * dst, HReg src, Bool mode64) in MIPSInstr_Store() function
2214 *i1 = MIPSInstr_Store(8, am, rreg, mode64); in genSpill_MIPS()
2218 *i1 = MIPSInstr_Store(4, am, rreg, mode64); in genSpill_MIPS()