HomeSort by relevance Sort by last modified time
    Searched refs:MIPSCondCode (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_mips_defs.h 177 } MIPSCondCode;
179 extern HChar *showMIPSCondCode(MIPSCondCode);
463 MIPSCondCode cond;
488 MIPSCondCode cond;
499 MIPSCondCode cond; /* can be MIPScc_AL */
507 MIPSCondCode cond; /* can be MIPScc_AL */
514 MIPSCondCode cond; /* can be MIPScc_AL */
608 MIPSCondCode cond;
635 extern MIPSInstr *MIPSInstr_Cmp(Bool, Bool, HReg, HReg, HReg, MIPSCondCode);
653 extern MIPSInstr *MIPSInstr_Call(MIPSCondCode, Addr32, UInt, HReg)
    [all...]
host_mips_isel.c 247 static MIPSCondCode iselCondCode_wrk(ISelEnv * env, IRExpr * e);
248 static MIPSCondCode iselCondCode(ISelEnv * env, IRExpr * e);
367 MIPSCondCode cc;
793 MIPSCondCode cc;
    [all...]
host_mips_defs.c 628 HChar *showMIPSCondCode(MIPSCondCode cond)
1153 MIPSCondCode cond)
1219 MIPSInstr *MIPSInstr_Call(MIPSCondCode cond, Addr32 target, UInt argiregs,
1235 MIPSInstr *MIPSInstr_CallAlways(MIPSCondCode cond, Addr32 target, UInt argiregs)
1250 MIPSCondCode cond, Bool toFastEP ) {
1261 MIPSCondCode cond ) {
1271 MIPSCondCode cond, IRJumpKind jk ) {
1437 MIPSCondCode cond)
    [all...]

Completed in 21 milliseconds