Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.h632 extern MIPSInstr *MIPSInstr_Cas(UChar sz, HReg old, HReg addr,
Dhost_mips_isel.c3953 addInstr(env, MIPSInstr_Cas(8, old, addr, expd, data, mode64)); in iselStmt()
3955 addInstr(env, MIPSInstr_Cas(4, old, addr, expd, data, mode64)); in iselStmt()
Dhost_mips_defs.c980 MIPSInstr *MIPSInstr_Cas(UChar sz, HReg old, HReg addr, in MIPSInstr_Cas() function