Lines Matching refs:ConditionCode
281 ConditionCode FlipComparisonOrder(ConditionCode before);
386 LIR* GenCheck(ConditionCode c_code, ThrowKind kind);
387 LIR* GenImmedCheck(ConditionCode c_code, int reg, int imm_val,
390 LIR* GenRegRegCheck(ConditionCode c_code, int reg1, int reg2,
612 virtual LIR* GenRegMemCheck(ConditionCode c_code, int reg1, int base,
657 ConditionCode cond, int src1, int src2,
659 virtual LIR* OpCmpImmBranch(ConditionCode cond, int reg, int check_value,
661 virtual LIR* OpCondBranch(ConditionCode cc, LIR* target) = 0;
662 virtual LIR* OpDecAndBranch(ConditionCode c_code, int reg,
665 virtual LIR* OpIT(ConditionCode cond, const char* guide) = 0;