Lines Matching refs:ConditionCode
674 ConditionCode FlipComparisonOrder(ConditionCode before);
675 ConditionCode NegateComparison(ConditionCode before);
800 void GenDivZeroCheck(ConditionCode c_code);
1136 virtual LIR* OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg,
1363 virtual void GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code,
1406 virtual LIR* OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) = 0;
1407 virtual LIR* OpCmpImmBranch(ConditionCode cond, RegStorage reg, int check_value,
1409 virtual LIR* OpCondBranch(ConditionCode cc, LIR* target) = 0;
1410 virtual LIR* OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) = 0;
1412 virtual LIR* OpIT(ConditionCode cond, const char* guide) = 0;
1453 virtual LIR* OpCondRegReg(OpKind op, ConditionCode cc, RegStorage r_dest, RegStorage r_src) = 0;