Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_isel.c381 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 8, fr_dst, am_addr0)); in mk_LoadRR32toFPR()
2780 addInstr(env, MIPSInstr_FpLdSt(False /*store */ , 8, tmpD, in iselInt64Expr_wrk()
2933 addInstr(env, MIPSInstr_FpLdSt(False /*store */ , 8, fr_src, in iselInt64Expr_wrk()
2997 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, r_dst, am_addr)); in iselFltExpr_wrk()
3000 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 4, r_dst, am_addr)); in iselFltExpr_wrk()
3011 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, r_dst, am_addr)); in iselFltExpr_wrk()
3014 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 4, r_dst, am_addr)); in iselFltExpr_wrk()
3243 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, tmp, am_addr)); in iselFltExpr_wrk()
3276 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, tmp, am_addr)); in iselFltExpr_wrk()
3385 addInstr(env, MIPSInstr_FpLdSt(False /*store */ , 4, fsrc, zero_r1)); in iselFltExpr_wrk()
[all …]
Dhost_mips_defs.c1053 MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg reg, MIPSAMode * addr) in MIPSInstr_FpLdSt() function
1991 *i1 = MIPSInstr_FpLdSt(False /*Store */ , 4, rreg, am); in genSpill_MIPS()
1994 *i1 = MIPSInstr_FpLdSt(False /*Store */ , 8, rreg, am); in genSpill_MIPS()
2021 *i1 = MIPSInstr_FpLdSt(True /*Load */ , 8, rreg, am); in genReload_MIPS()
2023 *i1 = MIPSInstr_FpLdSt(True /*Load */ , 4, rreg, am); in genReload_MIPS()
2026 *i1 = MIPSInstr_FpLdSt(True /*Load */ , 8, rreg, am); in genReload_MIPS()
Dhost_mips_defs.h655 extern MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg, MIPSAMode *);