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

  /external/clang/test/CodeGen/
x86_64-arguments.c 295 // SSE: declare void @f38(%struct.s256* byval align 32)
300 } s256; typedef in typeref:struct:__anon17253
302 s256 x38;
305 void f38(s256 x);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
APIntTest.cpp 187 APInt s256(256, 15, true);
188 EXPECT_EQ(252u, s256.countLeadingZeros());
189 EXPECT_EQ(0u, s256.countLeadingOnes());
190 EXPECT_EQ(4u, s256.getActiveBits());
191 EXPECT_EQ(0u, s256.countTrailingZeros());
192 EXPECT_EQ(4u, s256.countTrailingOnes());
193 EXPECT_EQ(4u, s256.countPopulation());
194 EXPECT_EQ(15, s256.getSExtValue());
195 EXPECT_EQ(15u, s256.getZExtValue());
197 s256.setBits(62, 66)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compile.py 195 s256 = "".join(["\n"] * 256 + ["spam"])
196 co = compile(s256, 'fn', 'exec')
  /external/python/cpython2/Lib/test/
test_compile.py 248 s256 = "".join(["\n"] * 256 + ["spam"])
249 co = compile(s256, 'fn', 'exec')
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64LegalizerInfo.cpp 38 const LLT s256 = LLT::scalar(256); local
358 // Clamp the little scalar to s8-s256 and make it a power of 2. It's not
361 .clampScalar(LitTyIdx, s8, s256)
363 // So at this point, we have s8, s16, s32, s64, s128, s192, s256, s384,
  /external/python/cpython3/Lib/test/
test_compile.py 154 s256 = "".join(["\n"] * 256 + ["spam"])
155 co = compile(s256, 'fn', 'exec')
    [all...]
  /art/test/635-checker-arm64-volatile-load-cc/src/
Main.java 46 static volatile Object s250, s251, s252, s253, s254, s255, s256, s257, s258, s259; field in class:Main

Completed in 4986 milliseconds