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

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c312 addInstr(env, MIPSInstr_Load(4, fcsr, am_addr, mode64));
815 addInstr(env, MIPSInstr_Load(toUChar(sizeofIRType(ty)),
1779 addInstr(env, MIPSInstr_Load(toUChar(sizeofIRType(ty)), r_dst, am_addr,
2293 addInstr(env, MIPSInstr_Load(4, tHi, MIPSAMode_IR(0, r_addr), mode64));
2294 addInstr(env, MIPSInstr_Load(4, tLo, MIPSAMode_IR(4, r_addr), mode64));
2331 addInstr(env, MIPSInstr_Load(4, tLo, am_addr, mode64));
2332 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeInt(am_addr), mode64));
2775 addInstr(env, MIPSInstr_Load(4, tLo, am_addr, mode64));
2776 addInstr(env, MIPSInstr_Load(4, tHi, nextMIPSAModeFloat(am_addr),
2779 addInstr(env, MIPSInstr_Load(
[all...]
H A Dhost_mips_defs.h643 extern MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src,
H A Dhost_mips_defs.c1360 MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) function
2358 *i1 = MIPSInstr_Load(8, rreg, am, mode64);
2362 *i1 = MIPSInstr_Load(4, rreg, am, mode64);

Completed in 78 milliseconds