Lines Matching refs:kCondNe
167 if (val == 0 && (ccode == kCondEq || ccode == kCondNe)) { in GenFusedLongCmpImmBranch()
177 case kCondNe: in GenFusedLongCmpImmBranch()
178 OpCmpImmBranch(kCondNe, high_reg, val_hi, (ccode == kCondEq) ? not_taken : taken); in GenFusedLongCmpImmBranch()
214 (false_val == 0 && code == kCondNe)) { in GenSelectConst32()
217 LIR* it = OpIT(kCondNe, ""); in GenSelectConst32()
245 if (ccode == kCondNe) { in GenSelect()
253 LIR* it = OpIT(true_val == 0 ? kCondNe : kCondUge, ""); in GenSelect()
331 OpCondBranch(kCondNe, not_taken); in GenFusedLongCmpBranch()
333 case kCondNe: in GenFusedLongCmpBranch()
334 OpCondBranch(kCondNe, taken); in GenFusedLongCmpBranch()
1081 return OpCondBranch((target == NULL) ? kCondEq : kCondNe, target); in OpTestSuspend()
1086 LIR* cmp_branch = OpCmpImmBranch((target == NULL) ? kCondNe : kCondEq, t_reg, in OpTestSuspend()