Searched refs:kCondNE (Results 1 - 14 of 14) sorted by relevance

/art/compiler/optimizing/
H A Dcodegen_test.cc864 case kCondNE:
913 TestComparison(kCondNE, i, j, Primitive::kPrimInt, target_isa);
941 TestComparison(kCondNE, i, j, Primitive::kPrimLong, target_isa);
H A Dinduction_var_analysis.cc611 case kCondNE: VisitCondition(loop, b, a, type, kCondNE); break;
627 if (cmp == kCondNE && ((stride_value == +1 && IsTaken(lower_expr, upper_expr, kCondLE)) ||
H A Dcode_generator_mips.cc2634 case kCondNE:
2767 case kCondNE:
2799 case kCondNE:
2858 case kCondNE:
2896 case kCondNE:
2981 case kCondNE:
3058 case kCondNE:
3103 case kCondNE:
3151 case kCondNE:
3196 case kCondNE
[all...]
H A Dcode_generator_mips64.cc2263 case kCondNE:
2401 case kCondNE:
2432 case kCondNE:
2476 case kCondNE:
2522 case kCondNE:
H A Dnodes.h90 kCondNE, // != enumerator in enum:art::IfCondition
3066 if (if_cond == kCondNE) {
3079 } else if (if_cond == kCondNE) {
3152 return kCondNE;
3191 return kCondNE;
H A Dcode_generator_arm.cc682 case kCondNE: return NE;
700 case kCondNE: return NE;
723 case kCondNE: return NE /* unordered */;
1282 case kCondNE:
1316 if (if_cond == kCondNE) {
1331 if (if_cond == kCondNE) {
H A Dcode_generator_x86.cc699 case kCondNE: return kNotEqual;
717 case kCondNE: return kNotEqual;
1202 case kCondNE:
1237 if (if_cond == kCondNE) {
1252 if (if_cond == kCondNE) {
1265 if (if_cond == kCondNE) {
H A Dnodes.cc2517 case kCondNE: replacement = new (allocator) HNotEqual(lhs, rhs); break;
H A Dcode_generator_arm64.cc82 case kCondNE: return ne;
103 case kCondNE: return ne /* unordered */;
H A Dcode_generator_x86_64.cc718 case kCondNE: return kNotEqual;
736 case kCondNE: return kNotEqual;
/art/compiler/utils/mips/
H A Dassembler_mips.cc747 case kCondNE:
813 case kCondNE:
1507 case kCondNE:
1565 case kCondNE:
1628 return kCondNE;
1629 case kCondNE:
2168 Bcond(label, kCondNE, rs, rt);
H A Dassembler_mips.h583 kCondNE, enumerator in enum:art::mips::FINAL::BranchCondition
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc670 case kCondNE:
1197 case kCondNE:
1245 case kCondNE:
1311 return kCondNE;
1312 case kCondNE:
1784 Bcond(label, kCondNE, rs, rt);
H A Dassembler_mips64.h505 kCondNE, enumerator in enum:art::mips64::FINAL::BranchCondition

Completed in 222 milliseconds