Lines Matching refs:ConditionCode
72 X86ConditionCode X86ConditionEncoding(ConditionCode cond) { in X86ConditionEncoding()
96 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch()
105 LIR* X86Mir2Lir::OpCmpImmBranch(ConditionCode cond, RegStorage reg, in OpCmpImmBranch()
209 void X86Mir2Lir::GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code, in GenSelectConst32()
277 ConditionCode ccode = mir->meta.ccode; in GenSelect()
335 ConditionCode cc = true_zero_case ? NegateComparison(ccode) : ccode; in GenSelect()
388 ConditionCode ccode = mir->meta.ccode; in GenFusedLongCmpBranch()
448 int64_t val, ConditionCode ccode) { in GenFusedLongCmpImmBranch()
837 ConditionCode condition_code = is_min ? kCondGt : kCondLt; in GenInlinedMinMax()
1236 LIR* X86Mir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch()
1252 LIR* X86Mir2Lir::OpIT(ConditionCode cond, const char* guide) { in OpIT()