Searched refs:MIPSInstr_Store (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 300 addInstr(env, MIPSInstr_Store(4, am_addr, fcsr_old, mode64)); in set_MIPS_rounding_mode() 369 addInstr(env, MIPSInstr_Store(4, am_addr0, r_srcLo, mode64)); in mk_LoadRR32toFPR() 370 addInstr(env, MIPSInstr_Store(4, am_addr1, r_srcHi, mode64)); in mk_LoadRR32toFPR() 372 addInstr(env, MIPSInstr_Store(4, am_addr0, r_srcHi, mode64)); in mk_LoadRR32toFPR() 373 addInstr(env, MIPSInstr_Store(4, am_addr1, r_srcLo, mode64)); in mk_LoadRR32toFPR() 2126 addInstr(env, MIPSInstr_Store(4, in iselCondCode_wrk() 2142 addInstr(env, MIPSInstr_Store(4, in iselCondCode_wrk() 2153 addInstr(env, MIPSInstr_Store(4, in iselCondCode_wrk() 3240 addInstr(env, MIPSInstr_Store(8, am_addr, fr_src, mode64)); in iselFltExpr_wrk() 3273 addInstr(env, MIPSInstr_Store(8, am_addr, fr_src, mode64)); in iselFltExpr_wrk() [all …]
|
D | host_mips_defs.h | 625 extern MIPSInstr *MIPSInstr_Store(UChar sz, MIPSAMode * dst, HReg src,
|
D | host_mips_defs.c | 952 MIPSInstr *MIPSInstr_Store(UChar sz, MIPSAMode * dst, HReg src, Bool mode64) in MIPSInstr_Store() function 1983 *i1 = MIPSInstr_Store(8, am, rreg, mode64); in genSpill_MIPS() 1987 *i1 = MIPSInstr_Store(4, am, rreg, mode64); in genSpill_MIPS()
|