Home | History | Annotate | Download | only in arm

Lines Matching refs:kCondEq

133   LIR* branch3 = OpCondBranch(kCondEq, NULL);
167 if (val == 0 && (ccode == kCondEq || ccode == kCondNe)) {
176 case kCondEq:
178 OpCmpImmBranch(kCondNe, high_reg, val_hi, (ccode == kCondEq) ? not_taken : taken);
213 if ((true_val == 0 && code == kCondEq) ||
218 LoadConstant(rs_dest, code == kCondEq ? false_val : true_val);
244 // Change kCondNe to kCondEq for the special cases below.
246 ccode = kCondEq;
250 if (cheap_false_val && ccode == kCondEq && (true_val == 0 || true_val == -1)) {
256 } else if (cheap_false_val && ccode == kCondEq && true_val == 1) {
330 case kCondEq:
919 it = OpIT(kCondEq, "T");
926 it = OpIT(kCondEq, "T");
930 // Still one conditional left from OpIT(kCondEq, "T") from either branch
934 OpCondBranch(kCondEq, target);
984 LIR* src_check_branch = OpCmpImmBranch(kCondEq, rs_src, 0, nullptr);
985 LIR* dst_check_branch = OpCmpImmBranch(kCondEq, rs_dst, 0, nullptr);
987 LIR* src_dst_same = OpCmpBranch(kCondEq, rs_src, rs_dst, nullptr);
1021 LIR* jmp_to_begin_loop = OpCmpImmBranch(kCondEq, rs_tmp, 0, nullptr);
1028 LIR* jmp_to_ret = OpCmpImmBranch(kCondEq, rs_length, 0, nullptr);
1082 GenDivZeroCheck(kCondEq);
1089 return OpCondBranch((target == NULL) ? kCondEq : kCondNe, target);
1094 LIR* cmp_branch = OpCmpImmBranch((target == NULL) ? kCondNe : kCondEq, t_reg,