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
89 static void neg() { in neg() method in SimdLong
89 static void neg() { in neg() method in SimdChar
89 static void neg() { in neg() method in SimdShort
88 static void neg() { in neg() method in SimdByte
292 HInstruction* neg = InsertInstruction( in TEST_F() local471 HInstruction* neg = InsertInstruction( in TEST_F() local573 HInstruction* neg = InsertInstruction( in TEST_F() local612 HInstruction* neg = InsertInstruction( in TEST_F() local691 HInstruction* neg = InsertInstruction( in TEST_F() local
212 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(binop->GetType(), binop); in TryMoveNegOnInputsAfterBinop() local515 HNeg* neg = neg_is_left ? shl->GetRight()->AsNeg() : ushr->GetRight()->AsNeg(); in TryReplaceWithRotateRegisterNegPattern() local1302 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd() local1800 HNeg* neg = new (allocator) HNeg(type, input_other); in VisitMul() local2032 HNeg* neg = new (allocator) HNeg(type, right); in VisitSub() local2069 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(instruction->GetType(), add); in VisitSub() local
128 void VisitNeg(HNeg* neg) override { in VisitNeg()
555 HInductionVarAnalysis::InductionInfo neg( in GetLinear() local
5407 void LocationsBuilderARM64::VisitNeg(HNeg* neg) { in VisitNeg()5428 void InstructionCodeGeneratorARM64::VisitNeg(HNeg* neg) { in VisitNeg()6405 __ neg(ref_reg, Operand(ref_reg)); in GenerateFieldLoadWithBakerReadBarrier() local6513 __ neg(ref_reg, Operand(ref_reg)); in GenerateArrayLoadWithBakerReadBarrier() local
1715 HNeg* neg = new (allocator_) HNeg(kInt32, instruction->InputAt(1u)); in BuildSimpleIntrinsic() local
2508 void LocationsBuilderX86::VisitNeg(HNeg* neg) { in VisitNeg()2536 void InstructionCodeGeneratorX86::VisitNeg(HNeg* neg) { in VisitNeg()2589 void LocationsBuilderX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg()2599 void InstructionCodeGeneratorX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg()
2782 void LocationsBuilderX86_64::VisitNeg(HNeg* neg) { in VisitNeg()2804 void InstructionCodeGeneratorX86_64::VisitNeg(HNeg* neg) { in VisitNeg()
3559 void LocationsBuilderARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg()3585 void InstructionCodeGeneratorARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg()