Searched refs:MIPSInstr_LoadL (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_defs.h | 628 extern MIPSInstr *MIPSInstr_LoadL(UChar sz, HReg dst, MIPSAMode * src,
|
D | host_mips_isel.c | 3917 addInstr(env, MIPSInstr_LoadL(4, r_dst, r_addr, mode64)); in iselStmt() 3920 addInstr(env, MIPSInstr_LoadL(8, r_dst, r_addr, mode64)); in iselStmt()
|
D | host_mips_defs.c | 966 MIPSInstr *MIPSInstr_LoadL(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) in MIPSInstr_LoadL() function
|