HomeSort by relevance Sort by last modified time
    Searched refs:shl1 (Results 1 - 2 of 2) sorted by null

  /art/test/538-checker-embed-constants/src/
Main.java 287 /// CHECK-START-ARM: long Main.shl1(long) disassembly (after)
291 /// CHECK-START-ARM: long Main.shl1(long) disassembly (after)
294 /// CHECK-START-X86: long Main.shl1(long) disassembly (after)
298 /// CHECK-START-X86: long Main.shl1(long) disassembly (after)
301 public static long shl1(long arg) { method in class:Main
680 assertLongEquals(shl1(longArg), 0x2468acf10eca8642L); method
686 assertLongEquals(shl1(~longArg), 0xdb97530ef13579bcL); method
  /art/compiler/optimizing/
induction_var_analysis_test.cc 571 HInstruction* shl1 = InsertInstruction( local
574 new (&allocator_) HAdd(Primitive::kPrimInt, shl1, constant100_), 0);
576 new (&allocator_) HSub(Primitive::kPrimInt, shl1, constant1_), 0);
580 new (&allocator_) HMul(Primitive::kPrimInt, shl1, constant2_), 0);
582 new (&allocator_) HShl(Primitive::kPrimInt, shl1, constant2_), 0);
583 k_header->AddInput(shl1);
588 EXPECT_STREQ("geo((2) * 2 ^ i + (0)):PrimInt", GetInductionInfo(shl1, 0).c_str());
788 HInstruction* shl1 = InsertInstruction( local
806 GetInductionInfo(shl1, 0).c_str());
    [all...]

Completed in 238 milliseconds