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

  /art/test/538-checker-embed-constants/src/
Main.java 313 /// CHECK-START-ARM: long Main.shl2(long) disassembly (after)
318 /// CHECK-START-ARM: long Main.shl2(long) disassembly (after)
321 public static long shl2(long arg) { method in class:Main
690 assertLongEquals(shl2(longArg), 0x48d159e21d950c84L); method
696 assertLongEquals(shl2(~longArg), 0xb72ea61de26af378L); method
  /art/compiler/optimizing/
induction_var_analysis_test.cc 577 HInstruction* shl2 = InsertInstruction( local
590 EXPECT_STREQ("geo(((2) * (4)) * 2 ^ i + (0)):Int32", GetInductionInfo(shl2, 0).c_str());
793 HInstruction* shl2 = InsertInstruction( local
796 new (GetAllocator()) HNeg(DataType::Type::kInt32, shl2), 0);
797 k_header->AddInput(shl2);
810 EXPECT_STREQ("((2) * i + (0)):Int32", GetInductionInfo(shl2, 0).c_str());
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
utils.h 333 simd16scalari shl2 = _simd16_slli_epi32(cvt2, 16); local
336 simd16scalari dst = _simd16_or_si(_simd16_or_si(cvt0, shl1), _simd16_or_si(shl2, shl3));
    [all...]

Completed in 206 milliseconds