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

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c354 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 8, fr_dst, am_addr0));
1062 addInstr(env, MIPSInstr_FpLdSt(False/*store */ , 4, valS, am_addr));
1155 addInstr(env, MIPSInstr_FpLdSt(False/*store */ , 4, fr_src,
1174 addInstr(env, MIPSInstr_FpLdSt(False/*store */ , 8, fr_src,
2132 addInstr(env, MIPSInstr_FpLdSt(False /*store */ , 8, fr_src,
2189 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 4, r_dst, am_addr));
2197 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 4, r_dst, am_addr));
2215 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 4, r_dst, am_addr));
2234 addInstr(env, MIPSInstr_FpLdSt(False /*store */ , 4, src, am_addr));
2237 addInstr(env, MIPSInstr_FpLdSt(Tru
[all...]
H A Dhost_mips_defs.h671 extern MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg, MIPSAMode *);
H A Dhost_mips_defs.c1379 MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg reg, MIPSAMode * addr) function
2222 *i1 = MIPSInstr_FpLdSt(False /*Store */ , 4, rreg, am);
2225 *i1 = MIPSInstr_FpLdSt(False /*Store */ , 8, rreg, am);
2252 *i1 = MIPSInstr_FpLdSt(True /*Load */ , 8, rreg, am);
2254 *i1 = MIPSInstr_FpLdSt(True /*Load */ , 4, rreg, am);
2257 *i1 = MIPSInstr_FpLdSt(True /*Load */ , 8, rreg, am);

Completed in 39 milliseconds