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

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c380 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 8, fr_dst, am_addr0));
2771 addInstr(env, MIPSInstr_FpLdSt(False /*store */ , 8, tmpD,
2924 addInstr(env, MIPSInstr_FpLdSt(False /*store */ , 8, fr_src,
2988 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, r_dst, am_addr));
2991 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 4, r_dst, am_addr));
3002 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, r_dst, am_addr));
3005 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 4, r_dst, am_addr));
3234 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, tmp, am_addr));
3267 addInstr(env, MIPSInstr_FpLdSt(True /*load */, 8, tmp, am_addr));
3376 addInstr(env, MIPSInstr_FpLdSt(Fals
[all...]
H A Dhost_mips_defs.h673 extern MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg, MIPSAMode *);
H A Dhost_mips_defs.c1458 MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg reg, MIPSAMode * addr) function
2336 *i1 = MIPSInstr_FpLdSt(False /*Store */ , 4, rreg, am);
2339 *i1 = MIPSInstr_FpLdSt(False /*Store */ , 8, rreg, am);
2366 *i1 = MIPSInstr_FpLdSt(True /*Load */ , 8, rreg, am);
2368 *i1 = MIPSInstr_FpLdSt(True /*Load */ , 4, rreg, am);
2371 *i1 = MIPSInstr_FpLdSt(True /*Load */ , 8, rreg, am);

Completed in 81 milliseconds