Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.h636 extern MIPSInstr *MIPSInstr_CallAlways ( MIPSCondCode, Addr64, UInt, RetLoc );
Dhost_mips_isel.c650 addInstr(env, MIPSInstr_CallAlways(cc, target, argiregs, in doHelperCall()
1358 addInstr(env, MIPSInstr_CallAlways( MIPScc_AL, in iselWordExpr_R_wrk()
1766 addInstr(env, MIPSInstr_CallAlways( MIPScc_AL, in iselWordExpr_R_wrk()
Dhost_mips_defs.c888 MIPSInstr *MIPSInstr_CallAlways ( MIPSCondCode cond, Addr64 target, in MIPSInstr_CallAlways() function