Lines Matching refs:ConditionCode
75 X86ConditionCode X86ConditionEncoding(ConditionCode cond) { in X86ConditionEncoding()
99 LIR* X86Mir2Lir::OpCmpBranch(ConditionCode cond, RegStorage src1, RegStorage src2, LIR* target) { in OpCmpBranch()
108 LIR* X86Mir2Lir::OpCmpImmBranch(ConditionCode cond, RegStorage reg, in OpCmpImmBranch()
212 void X86Mir2Lir::GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code, in GenSelectConst32()
281 ConditionCode ccode = mir->meta.ccode; in GenSelect()
339 ConditionCode cc = true_zero_case ? NegateComparison(ccode) : ccode; in GenSelect()
392 ConditionCode ccode = mir->meta.ccode; in GenFusedLongCmpBranch()
452 int64_t val, ConditionCode ccode) { in GenFusedLongCmpImmBranch()
979 ConditionCode cc = is_min ? kCondGe : kCondLt; in GenInlinedMinMax()
1019 ConditionCode condition_code = is_min ? kCondGt : kCondLt; in GenInlinedMinMax()
1593 LIR* X86Mir2Lir::OpDecAndBranch(ConditionCode c_code, RegStorage reg, LIR* target) { in OpDecAndBranch()
1611 LIR* X86Mir2Lir::OpIT(ConditionCode cond, const char* guide) { in OpIT()