| /art/test/640-checker-simd/src/ |
| D | SimdDouble.java | 89 static void neg() { in neg() method in SimdDouble
|
| D | SimdFloat.java | 89 static void neg() { in neg() method in SimdFloat
|
| D | SimdInt.java | 89 static void neg() { in neg() method in SimdInt
|
| D | SimdLong.java | 99 static void neg() { in neg() method in SimdLong
|
| D | SimdChar.java | 89 static void neg() { in neg() method in SimdChar
|
| D | SimdShort.java | 89 static void neg() { in neg() method in SimdShort
|
| D | SimdByte.java | 88 static void neg() { in neg() method in SimdByte
|
| /art/compiler/optimizing/ |
| D | induction_var_analysis_test.cc | 243 HInstruction* neg = InsertInstruction( in TEST_F() local 418 HInstruction* neg = InsertInstruction( in TEST_F() local 520 HInstruction* neg = InsertInstruction( in TEST_F() local 559 HInstruction* neg = InsertInstruction( in TEST_F() local 638 HInstruction* neg = InsertInstruction( in TEST_F() local
|
| D | instruction_simplifier.cc | 227 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(binop->GetType(), binop); in TryMoveNegOnInputsAfterBinop() local 662 HNeg* neg = neg_is_left ? shl->GetRight()->AsNeg() : ushr->GetRight()->AsNeg(); in TryReplaceWithRotateRegisterNegPattern() local 1556 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd() local 2243 HNeg* neg = new (allocator) HNeg(type, input_other); in VisitMul() local 2475 HNeg* neg = new (allocator) HNeg(type, right); in VisitSub() local 2512 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(instruction->GetType(), add); in VisitSub() local 2562 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(add->GetType(), add->GetLeft()); in VisitSub() local 2567 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(add->GetType(), add->GetRight()); in VisitSub() local 2586 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(sub->GetType(), sub->GetRight()); in VisitSub() local
|
| D | instruction_simplifier_shared.cc | 323 HInstruction* neg; in UnfoldRotateLeft() local
|
| D | pc_relative_fixups_x86.cc | 128 void VisitNeg(HNeg* neg) override { in VisitNeg()
|
| D | induction_var_range.cc | 630 HInductionVarAnalysis::InductionInfo neg( in GetLinear() local
|
| D | code_generator_arm64.cc | 6149 void LocationsBuilderARM64::VisitNeg(HNeg* neg) { in VisitNeg() 6170 void InstructionCodeGeneratorARM64::VisitNeg(HNeg* neg) { in VisitNeg() 7155 __ neg(ref_reg, Operand(ref_reg)); in GenerateFieldLoadWithBakerReadBarrier() local 7262 __ neg(ref_reg, Operand(ref_reg)); in GenerateArrayLoadWithBakerReadBarrier() local
|
| D | code_generator_x86.cc | 2959 void LocationsBuilderX86::VisitNeg(HNeg* neg) { in VisitNeg() 2987 void InstructionCodeGeneratorX86::VisitNeg(HNeg* neg) { in VisitNeg() 3040 void LocationsBuilderX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg() 3050 void InstructionCodeGeneratorX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg()
|
| D | code_generator_x86_64.cc | 3281 void LocationsBuilderX86_64::VisitNeg(HNeg* neg) { in VisitNeg() 3303 void InstructionCodeGeneratorX86_64::VisitNeg(HNeg* neg) { in VisitNeg()
|
| D | code_generator_arm_vixl.cc | 3825 void LocationsBuilderARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg() 3851 void InstructionCodeGeneratorARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg()
|