Home
last modified time | relevance | path

Searched defs:neg (Results 1 – 16 of 16) sorted by relevance

/art/test/640-checker-simd/src/
DSimdDouble.java89 static void neg() { in neg() method in SimdDouble
DSimdFloat.java89 static void neg() { in neg() method in SimdFloat
DSimdInt.java89 static void neg() { in neg() method in SimdInt
DSimdLong.java99 static void neg() { in neg() method in SimdLong
DSimdChar.java89 static void neg() { in neg() method in SimdChar
DSimdShort.java89 static void neg() { in neg() method in SimdShort
DSimdByte.java88 static void neg() { in neg() method in SimdByte
/art/compiler/optimizing/
Dinduction_var_analysis_test.cc243 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
Dinstruction_simplifier.cc227 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
Dinstruction_simplifier_shared.cc323 HInstruction* neg; in UnfoldRotateLeft() local
Dpc_relative_fixups_x86.cc128 void VisitNeg(HNeg* neg) override { in VisitNeg()
Dinduction_var_range.cc630 HInductionVarAnalysis::InductionInfo neg( in GetLinear() local
Dcode_generator_arm64.cc6149 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
Dcode_generator_x86.cc2959 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()
Dcode_generator_x86_64.cc3281 void LocationsBuilderX86_64::VisitNeg(HNeg* neg) { in VisitNeg()
3303 void InstructionCodeGeneratorX86_64::VisitNeg(HNeg* neg) { in VisitNeg()
Dcode_generator_arm_vixl.cc3825 void LocationsBuilderARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg()
3851 void InstructionCodeGeneratorARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg()