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

  /art/test/538-checker-embed-constants/src/
Main.java 295 /// CHECK-START-ARM: long Main.shl1(long) disassembly (after)
299 /// CHECK-START-ARM: long Main.shl1(long) disassembly (after)
302 /// CHECK-START-X86: long Main.shl1(long) disassembly (after)
306 /// CHECK-START-X86: long Main.shl1(long) disassembly (after)
309 public static long shl1(long arg) { method in class:Main
689 assertLongEquals(shl1(longArg), 0x2468acf10eca8642L); method
695 assertLongEquals(shl1(~longArg), 0xdb97530ef13579bcL); method
  /art/compiler/optimizing/
induction_var_analysis_test.cc 567 HInstruction* shl1 = InsertInstruction( local
570 new (GetAllocator()) HAdd(DataType::Type::kInt32, shl1, constant100_), 0);
572 new (GetAllocator()) HSub(DataType::Type::kInt32, shl1, constant1_), 0);
576 new (GetAllocator()) HMul(DataType::Type::kInt32, shl1, constant2_), 0);
578 new (GetAllocator()) HShl(DataType::Type::kInt32, shl1, constant2_), 0);
579 k_header->AddInput(shl1);
584 EXPECT_STREQ("geo((2) * 2 ^ i + (0)):Int32", GetInductionInfo(shl1, 0).c_str());
789 HInstruction* shl1 = InsertInstruction( local
807 GetInductionInfo(shl1, 0).c_str());
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
utils.h 332 simd16scalari shl1 = _simd16_slli_epi32(cvt1, 8); local
336 simd16scalari dst = _simd16_or_si(_simd16_or_si(cvt0, shl1), _simd16_or_si(shl2, shl3));
391 simdscalari shl1 = _simd_slli_epi32(cvt1, 8); local
393 simdscalari dst = _simd_or_si(cvt0, shl1);
    [all...]

Completed in 227 milliseconds