Searched defs:neg (Results 1 – 16 of 16) sorted by relevance
89 static void neg() { in neg() method in SimdDouble
89 static void neg() { in neg() method in SimdFloat
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 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
214 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(binop->GetType(), binop); in TryMoveNegOnInputsAfterBinop() local533 HNeg* neg = neg_is_left ? shl->GetRight()->AsNeg() : ushr->GetRight()->AsNeg(); in TryReplaceWithRotateRegisterNegPattern() local1394 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd() local1892 HNeg* neg = new (allocator) HNeg(type, input_other); in VisitMul() local2124 HNeg* neg = new (allocator) HNeg(type, right); in VisitSub() local2161 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
5621 void LocationsBuilderARM64::VisitNeg(HNeg* neg) { in VisitNeg()5642 void InstructionCodeGeneratorARM64::VisitNeg(HNeg* neg) { in VisitNeg()6619 __ neg(ref_reg, Operand(ref_reg)); in GenerateFieldLoadWithBakerReadBarrier() local6727 __ neg(ref_reg, Operand(ref_reg)); in GenerateArrayLoadWithBakerReadBarrier() local
1842 HNeg* neg = new (allocator_) HNeg(kInt32, instruction->InputAt(1u)); in BuildSimpleIntrinsic() local
2694 void LocationsBuilderX86::VisitNeg(HNeg* neg) { in VisitNeg()2722 void InstructionCodeGeneratorX86::VisitNeg(HNeg* neg) { in VisitNeg()2775 void LocationsBuilderX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg()2785 void InstructionCodeGeneratorX86::VisitX86FPNeg(HX86FPNeg* neg) { in VisitX86FPNeg()
2869 void LocationsBuilderX86_64::VisitNeg(HNeg* neg) { in VisitNeg()2891 void InstructionCodeGeneratorX86_64::VisitNeg(HNeg* neg) { in VisitNeg()
3605 void LocationsBuilderARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg()3631 void InstructionCodeGeneratorARMVIXL::VisitNeg(HNeg* neg) { in VisitNeg()