Home
last modified time | relevance | path

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

/art/test/640-checker-simd/src/
DSimdFloat.java89 static void neg() { in neg() method in SimdFloat
DSimdDouble.java89 static void neg() { in neg() method in SimdDouble
DSimdLong.java89 static void neg() { in neg() method in SimdLong
DSimdInt.java89 static void neg() { in neg() method in SimdInt
DSimdShort.java89 static void neg() { in neg() method in SimdShort
DSimdChar.java89 static void neg() { in neg() method in SimdChar
DSimdByte.java88 static void neg() { in neg() method in SimdByte
/art/compiler/optimizing/
Dinduction_var_analysis_test.cc292 HInstruction* neg = InsertInstruction( in TEST_F() local
471 HInstruction* neg = InsertInstruction( in TEST_F() local
573 HInstruction* neg = InsertInstruction( in TEST_F() local
612 HInstruction* neg = InsertInstruction( in TEST_F() local
691 HInstruction* neg = InsertInstruction( in TEST_F() local
Dinstruction_simplifier.cc206 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(binop->GetType(), binop); in TryMoveNegOnInputsAfterBinop() local
509 HNeg* neg = neg_is_left ? shl->GetRight()->AsNeg() : ushr->GetRight()->AsNeg(); in TryReplaceWithRotateRegisterNegPattern() local
1296 HNeg* neg = left_is_neg ? left->AsNeg() : right->AsNeg(); in VisitAdd() local
1729 HNeg* neg = new (allocator) HNeg(type, input_other); in VisitMul() local
1961 HNeg* neg = new (allocator) HNeg(type, right); in VisitSub() local
1998 HNeg* neg = new (GetGraph()->GetAllocator()) HNeg(instruction->GetType(), add); in VisitSub() local
Dpc_relative_fixups_x86.cc128 void VisitNeg(HNeg* neg) override { in VisitNeg()
Dinduction_var_range.cc577 HInductionVarAnalysis::InductionInfo neg( in GetLinear() local