Searched refs:kCondNE (Results 1 – 14 of 14) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 864 case kCondNE: in TestComparison() 913 TestComparison(kCondNE, i, j, Primitive::kPrimInt, target_isa); in TEST_F() 941 TestComparison(kCondNE, i, j, Primitive::kPrimLong, target_isa); in TEST_F()
|
D | induction_var_analysis.cc | 611 case kCondNE: VisitCondition(loop, b, a, type, kCondNE); break; in VisitCondition() 627 if (cmp == kCondNE && ((stride_value == +1 && IsTaken(lower_expr, upper_expr, kCondLE)) || in VisitCondition()
|
D | code_generator_mips.cc | 2634 case kCondNE: in GenerateIntCompare() 2767 case kCondNE: in GenerateIntCompareAndBranch() 2799 case kCondNE: in GenerateIntCompareAndBranch() 2858 case kCondNE: in GenerateLongCompareAndBranch() 2896 case kCondNE: in GenerateLongCompareAndBranch() 2981 case kCondNE: in GenerateLongCompareAndBranch() 3058 case kCondNE: in GenerateFpCompareAndBranch() 3103 case kCondNE: in GenerateFpCompareAndBranch() 3151 case kCondNE: in GenerateFpCompareAndBranch() 3196 case kCondNE: in GenerateFpCompareAndBranch()
|
D | code_generator_mips64.cc | 2263 case kCondNE: in GenerateIntLongCompare() 2401 case kCondNE: in GenerateIntLongCompareAndBranch() 2432 case kCondNE: in GenerateIntLongCompareAndBranch() 2476 case kCondNE: in GenerateFpCompareAndBranch() 2522 case kCondNE: in GenerateFpCompareAndBranch()
|
D | nodes.h | 90 kCondNE, // != enumerator 3066 if (if_cond == kCondNE) { in IsFPConditionTrueIfNaN() 3079 } else if (if_cond == kCondNE) { in IsFPConditionFalseIfNaN() 3152 return kCondNE; in GetOppositeCondition() 3191 return kCondNE; in GetCondition()
|
D | code_generator_arm.cc | 682 case kCondNE: return NE; in ARMCondition() 700 case kCondNE: return NE; in ARMUnsignedCondition() 723 case kCondNE: return NE /* unordered */; in ARMFPCondition() 1282 case kCondNE: in GenerateLongComparesAndJumps() 1316 if (if_cond == kCondNE) { in GenerateLongComparesAndJumps() 1331 if (if_cond == kCondNE) { in GenerateLongComparesAndJumps()
|
D | code_generator_x86.cc | 699 case kCondNE: return kNotEqual; in X86Condition() 717 case kCondNE: return kNotEqual; in X86UnsignedOrFPCondition() 1202 case kCondNE: in GenerateLongComparesAndJumps() 1237 if (if_cond == kCondNE) { in GenerateLongComparesAndJumps() 1252 if (if_cond == kCondNE) { in GenerateLongComparesAndJumps() 1265 if (if_cond == kCondNE) { in GenerateLongComparesAndJumps()
|
D | nodes.cc | 2517 case kCondNE: replacement = new (allocator) HNotEqual(lhs, rhs); break; in InsertOppositeCondition()
|
D | code_generator_arm64.cc | 82 case kCondNE: return ne; in ARM64Condition() 103 case kCondNE: return ne /* unordered */; in ARM64FPCondition()
|
D | code_generator_x86_64.cc | 718 case kCondNE: return kNotEqual; in X86_64IntegerCondition() 736 case kCondNE: return kNotEqual; in X86_64FPCondition()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 670 case kCondNE: in EmitBcondc() 1197 case kCondNE: in IsNop() 1245 case kCondNE: in Branch() 1311 return kCondNE; in OppositeCondition() 1312 case kCondNE: in OppositeCondition() 1784 Bcond(label, kCondNE, rs, rt); in Bnec()
|
D | assembler_mips64.h | 505 kCondNE, enumerator
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 747 case kCondNE: in EmitBcondR2() 813 case kCondNE: in EmitBcondR6() 1507 case kCondNE: in IsNop() 1565 case kCondNE: in Branch() 1628 return kCondNE; in OppositeCondition() 1629 case kCondNE: in OppositeCondition() 2168 Bcond(label, kCondNE, rs, rt); in Bne()
|
D | assembler_mips.h | 583 kCondNE, enumerator
|