Home
last modified time | relevance | path

Searched defs:s32 (Results 1 – 25 of 90) sorted by relevance

1234

/external/neven/FaceRecEm/common/src/b_FDSDK/
DTypes.h38 typedef signed int s32; typedef
43 typedef signed long s32; typedef
48 typedef signed int s32; typedef
/external/llvm-project/llvm/lib/Target/X86/
DX86LegalizerInfo.cpp106 const LLT s32 = LLT::scalar(32); in setLegalizerInfo32bit() local
201 const LLT s32 = LLT::scalar(32); in setLegalizerInfo64bit() local
283 const LLT s32 = LLT::scalar(32); in setLegalizerInfoSSE1() local
312 const LLT s32 = LLT::scalar(32); in setLegalizerInfoSSE2() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86LegalizerInfo.cpp112 const LLT s32 = LLT::scalar(32); in setLegalizerInfo32bit() local
208 const LLT s32 = LLT::scalar(32); in setLegalizerInfo64bit() local
288 const LLT s32 = LLT::scalar(32); in setLegalizerInfoSSE1() local
317 const LLT s32 = LLT::scalar(32); in setLegalizerInfoSSE2() local
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DPatternMatchTest.cpp48 LLT s32 = LLT::scalar(32); in TEST_F() local
206 LLT s32 = LLT::scalar(32); in TEST_F() local
268 LLT s32 = LLT::scalar(32); in TEST_F() local
316 LLT s32 = LLT::scalar(32); in TEST_F() local
352 LLT s32 = LLT::scalar(32); in TEST_F() local
DLegalizerInfoTest.cpp155 LLT s32 = LLT::scalar(32); in TEST() local
213 const LLT s32 = LLT::scalar(32); in TEST() local
364 const LLT s32 = LLT::scalar(32); in TEST() local
DConstantFoldingTest.cpp26 LLT s32 = LLT::scalar(32); in TEST_F() local
76 LLT s32{LLT::scalar(32)}; in TEST_F() local
DCSETest.cpp21 LLT s32{LLT::scalar(32)}; in TEST_F() local
146 LLT s32{LLT::scalar(32)}; in TEST_F() local
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_bitfields_probed.c26 int32_t s32; member
37 int64_t s32; member
Dtest_core_reloc_bitfields_direct.c26 int32_t s32; member
37 int64_t s32; member
/external/llvm-project/lldb/test/API/lang/cpp/unicode-literals/
Dmain.cpp6 char32_t *s32 = (char32_t *)U"ЕЙРГЖО"; in main() local
/external/llvm-project/clang/test/SemaCXX/
Dattr-trivial-abi.cpp27 S3_2 s32; member
34 S3_2 s32; member
/external/libvpx/libvpx/vpx_dsp/arm/
Didct4x4_add_neon.c22 uint32x2_t s32 = vdup_n_u32(0); in vpx_idct4x4_16_add_neon() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtypes_test.cpp133 auto* s32 = types.back().get(); local
303 auto s32 = MakeUnique<Integer>(32, true); in TEST() local
311 auto s32 = MakeUnique<Integer>(32, true); in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp133 auto* s32 = types.back().get(); local
303 auto s32 = MakeUnique<Integer>(32, true); in TEST() local
311 auto s32 = MakeUnique<Integer>(32, true); in TEST() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dtypes_test.cpp133 auto* s32 = types.back().get(); local
303 auto s32 = MakeUnique<Integer>(32, true); in TEST() local
311 auto s32 = MakeUnique<Integer>(32, true); in TEST() local
/external/igt-gpu-tools/lib/
Dpanfrost-misc.h37 typedef int32_t s32; typedef
/external/llvm-project/clang/test/CodeGen/
Daarch64-debug-sve-vectorx3-types.c34 __clang_svint32x3_t s32; in test_locals() local
Daarch64-debug-sve-vectorx2-types.c34 __clang_svint32x2_t s32; in test_locals() local
Daarch64-debug-sve-vectorx4-types.c34 __clang_svint32x4_t s32; in test_locals() local
Daarch64-debug-sve-vector-types.c40 __SVInt32_t s32; in test_locals() local
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c9 __SVInt32_t *s32; variable
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m11 const char s32[] = @encode(__SVInt32_t); function
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m9 @property(nullable) __SVInt32_t s32; // expected-error {{cannot be applied to non-pointer type}} property
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp10 auto &s32 = typeid(__SVInt32_t); variable
/external/libffi/testsuite/libffi.call/
Dstruct10.c14 int s32; member

1234