HomeSort by relevance Sort by last modified time
    Searched defs:s64 (Results 1 - 25 of 44) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
LegalizerInfoTest.cpp 130 LLT s64 = LLT::scalar(64); local
133 L.setAction({G_PTRTOINT, 0, s64}, Legal);
142 ASSERT_EQ(L.getAction({G_PTRTOINT, {s64, p0}}),
147 L.getAction({G_PTRTOINT, {LLT::scalar(65), s64}}),
148 LegalizeActionStep(NarrowScalar, 0, s64));
150 L.getAction({G_PTRTOINT, {s64, LLT::pointer(0, 32)}}),
158 LLT s64 = LLT::scalar(64); local
163 L.setAction({G_UREM, 0, s64}, Lower);
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
utils.h 19 typedef signed long long s64; typedef
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
int_typedefs.h 13 typedef int64_t s64; typedef
  /external/u-boot/arch/arc/include/asm/
types.h 42 typedef signed long long s64; typedef
  /external/u-boot/arch/arm/include/asm/
types.h 39 typedef signed long long s64; typedef
  /external/u-boot/arch/m68k/include/asm/
types.h 39 typedef signed long long s64; typedef
  /external/u-boot/arch/microblaze/include/asm/
types.h 47 typedef signed long long s64; typedef
  /external/u-boot/arch/mips/include/asm/
types.h 55 typedef __signed__ long long s64; typedef
  /external/u-boot/arch/nds32/include/asm/
types.h 49 typedef signed long long s64; typedef
  /external/u-boot/arch/nios2/include/asm/
types.h 47 typedef signed long long s64; typedef
  /external/u-boot/arch/powerpc/include/asm/
types.h 39 typedef signed long long s64; typedef
  /external/u-boot/arch/riscv/include/asm/
types.h 50 typedef signed long long s64; typedef
  /external/u-boot/arch/sandbox/include/asm/
types.h 45 typedef signed long long s64; typedef
48 typedef __INT64_TYPE__ s64; typedef
  /external/u-boot/arch/sh/include/asm/
types.h 48 typedef __signed__ long long s64; typedef
  /external/u-boot/arch/x86/include/asm/
types.h 40 typedef signed long long s64; typedef
43 typedef __INT64_TYPE__ s64; typedef
  /external/u-boot/arch/xtensa/include/asm/
types.h 44 typedef signed long long s64; typedef
  /external/libaom/libaom/aom_dsp/simd/
v64_intrinsics_c.h 31 int64_t s64; member in union:__anon26452
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64LegalizerInfo.cpp 36 const LLT s64 = LLT::scalar(64); local
51 .legalFor({p0, s1, s8, s16, s32, s64})
52 .clampScalar(0, s1, s64)
56 .legalFor({p0, s16, s32, s64})
57 .clampScalar(0, s16, s64)
61 .legalFor({s32, s64})
62 .clampScalar(0, s16, s64)
66 .legalFor({s32, s64, v2s32, v4s32, v2s64})
67 .clampScalar(0, s32, s64)
74 .legalFor({{p0, s64}})
    [all...]
AArch64CallLowering.cpp 135 LLT s64 = LLT::scalar(64); variable
139 unsigned OffsetReg = MRI.createGenericVirtualRegister(s64);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 76 const LLT s64 = LLT::scalar(64); local
139 .legalFor({s32, s64});
141 LoadStoreBuilder.legalFor({{s64, p0}});
142 PhiBuilder.legalFor({s64});
145 {s32, s64});
147 getActionDefinitionsBuilder(G_MERGE_VALUES).legalFor({{s64, s32}});
148 getActionDefinitionsBuilder(G_UNMERGE_VALUES).legalFor({{s32, s64}});
150 getActionDefinitionsBuilder(G_FPEXT).legalFor({{s64, s32}});
151 getActionDefinitionsBuilder(G_FPTRUNC).legalFor({{s32, s64}});
154 .legalForCartesianProduct({s32}, {s32, s64});
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86LegalizerInfo.cpp 95 const LLT s64 = LLT::scalar(64); local
163 for (const auto &Ty : {s16, s32, s64}) {
183 const LLT s64 = LLT::scalar(64); local
186 setAction({G_IMPLICIT_DEF, s64}, Legal);
188 // s128 = EXTEND (G_IMPLICIT_DEF s32/s64) -> s128 = G_IMPLICIT_DEF
191 setAction({G_PHI, s64}, Legal);
194 setAction({BinOp, s64}, Legal);
197 setAction({MemOp, s64}, Legal);
200 setAction({G_GEP, 1, s64}, Legal);
202 .legalForCartesianProduct({s1, s8, s16, s32, s64}, {p0}
242 const LLT s64 = LLT::scalar(64); local
271 const LLT s64 = LLT::scalar(64); local
    [all...]
  /external/libunwind/include/
dwarf_i.h 36 int64_t s64; member in union:__anon29465
84 *val = mvp->s64;
85 *addr += sizeof (mvp->s64);
  /external/llvm/unittests/ADT/
APIntTest.cpp 283 auto s64 = APInt{128, static_cast<uint64_t>(int64max), true}; local
303 EXPECT_TRUE(!s64.uge(uint64max));
304 EXPECT_TRUE(!s64.ugt(uint64max));
305 EXPECT_TRUE( s64.ule(uint64max));
306 EXPECT_TRUE( s64.ult(uint64max));
307 EXPECT_TRUE( s64.sge(int64max));
308 EXPECT_TRUE(!s64.sgt(int64max));
309 EXPECT_TRUE( s64.sle(int64max));
310 EXPECT_TRUE(!s64.slt(int64max));
311 EXPECT_TRUE( s64.sge(int64min))
    [all...]
  /external/minigbm/
drv.h 68 int64_t s64; member in union:bo_handle
  /external/strace/
nlattr.h 92 DECL_NLA(s64); variable

Completed in 996 milliseconds

1 2