Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.h628 extern MIPSInstr *MIPSInstr_LoadL(UChar sz, HReg dst, MIPSAMode * src,
Dhost_mips_isel.c3917 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()
Dhost_mips_defs.c966 MIPSInstr *MIPSInstr_LoadL(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) in MIPSInstr_LoadL() function