Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.h163 } MIPSCondCode; typedef
165 extern const HChar *showMIPSCondCode(MIPSCondCode);
423 MIPSCondCode cond;
448 MIPSCondCode cond;
460 MIPSCondCode cond; /* can be MIPScc_AL */
468 MIPSCondCode cond; /* can be MIPScc_AL */
475 MIPSCondCode cond; /* can be MIPScc_AL */
615 extern MIPSInstr *MIPSInstr_Cmp(Bool, Bool, HReg, HReg, HReg, MIPSCondCode);
635 extern MIPSInstr *MIPSInstr_Call ( MIPSCondCode, Addr64, UInt, HReg, RetLoc );
636 extern MIPSInstr *MIPSInstr_CallAlways ( MIPSCondCode, Addr64, UInt, RetLoc );
[all …]
Dhost_mips_isel.c265 static MIPSCondCode iselCondCode_wrk(ISelEnv * env, IRExpr * e);
266 static MIPSCondCode iselCondCode(ISelEnv * env, IRExpr * e);
400 MIPSCondCode cc; in doHelperCall()
988 MIPSCondCode cc; in iselWordExpr_R_wrk()
2037 static MIPSCondCode iselCondCode(ISelEnv * env, IRExpr * e) in iselCondCode()
2039 MIPSCondCode cc = iselCondCode_wrk(env,e); in iselCondCode()
2045 static MIPSCondCode iselCondCode_wrk(ISelEnv * env, IRExpr * e) in iselCondCode_wrk()
2072 MIPSCondCode cc; in iselCondCode_wrk()
2391 MIPSCondCode cc = MIPScc_LO; in iselInt64Expr_wrk()
2411 MIPSCondCode cc = MIPScc_LO; in iselInt64Expr_wrk()
[all …]
Dhost_mips_defs.c198 const HChar *showMIPSCondCode(MIPSCondCode cond) in showMIPSCondCode()
803 MIPSCondCode cond) in MIPSInstr_Cmp()
869 MIPSInstr *MIPSInstr_Call ( MIPSCondCode cond, Addr64 target, UInt argiregs, in MIPSInstr_Call()
888 MIPSInstr *MIPSInstr_CallAlways ( MIPSCondCode cond, Addr64 target, in MIPSInstr_CallAlways()
907 MIPSCondCode cond, Bool toFastEP ) { in MIPSInstr_XDirect()
918 MIPSCondCode cond ) { in MIPSInstr_XIndir()
928 MIPSCondCode cond, IRJumpKind jk ) { in MIPSInstr_XAssisted()
2946 MIPSCondCode cond = i->Min.Call.cond; in emit_MIPSInstr()