Searched defs:neg (Results 1 – 16 of 16) sorted by relevance
89 static void neg() { in neg() method in SimdFloat
89 static void neg() { in neg() method in SimdDouble
89 static void neg() { in neg() method in SimdInt
99 static void neg() { in neg() method in SimdLong
89 static void neg() { in neg() method in SimdShort
89 static void neg() { in neg() method in SimdChar
88 static void neg() { in neg() method in SimdByte
293 HInstruction* neg = InsertInstruction( in TEST_F() local472 HInstruction* neg = InsertInstruction( in TEST_F() local574 HInstruction* neg = InsertInstruction( in TEST_F() local613 HInstruction* neg = InsertInstruction( in TEST_F() local692 HInstruction* neg = InsertInstruction( in TEST_F() local
218 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(binop->GetType(), binop); in TryMoveNegOnInputsAfterBinop() local537 HNeg* neg = neg_is_left ? shl->GetRight()->AsNeg() : ushr->GetRight()->AsNeg(); in TryReplaceWithRotateRegisterNegPattern() local1459 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd() local1960 HNeg* neg = new (allocator) HNeg(type, input_other); in VisitMul() local2192 HNeg* neg = new (allocator) HNeg(type, right); in VisitSub() local2229 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(instruction->GetType(), add); in VisitSub() local
128 void VisitNeg(HNeg* neg) override { in VisitNeg()
615 HInductionVarAnalysis::InductionInfo neg( in GetLinear() local
5796 void LocationsBuilderARM64::VisitNeg(HNeg* neg) { in VisitNeg()5817 void InstructionCodeGeneratorARM64::VisitNeg(HNeg* neg) { in VisitNeg()6797 __ neg(ref_reg, Operand(ref_reg)); in GenerateFieldLoadWithBakerReadBarrier() local6905 __ neg(ref_reg, Operand(ref_reg)); in GenerateArrayLoadWithBakerReadBarrier() local
2016 HNeg* neg = new (allocator_) HNeg(kInt32, instruction->InputAt(1u)); in BuildSimpleIntrinsic() local
2853 void LocationsBuilderX86::VisitNeg(HNeg* neg) { in VisitNeg()2881 void InstructionCodeGeneratorX86::VisitNeg(HNeg* neg) { in VisitNeg()2934 void LocationsBuilderX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg()2944 void InstructionCodeGeneratorX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg()
3101 void LocationsBuilderX86_64::VisitNeg(HNeg* neg) { in VisitNeg()3123 void InstructionCodeGeneratorX86_64::VisitNeg(HNeg* neg) { in VisitNeg()
3754 void LocationsBuilderARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg()3780 void InstructionCodeGeneratorARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg()