Home
last modified time | relevance | path

Searched defs:v4i8 (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_on_vectors/
Dmain.c1 typedef signed char v4i8 __attribute__ ((vector_size(4))); typedef
/external/llvm-project/clang/test/Sema/
Dbuiltins-mips-features.c4 typedef signed char v4i8 __attribute__ ((vector_size(4))); typedef
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-mips.c11 typedef signed char v4i8 __attribute__ ((vector_size(4))); typedef
/external/clang/test/CodeGen/
Dbuiltins-mips.c10 typedef signed char v4i8 __attribute__ ((vector_size(4))); typedef
Dsystemz-abi-vector.c15 typedef __attribute__((vector_size(4))) char v4i8; typedef
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h70 v4i8 = 23, // 4 x i8 enumerator
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dsystemz-abi-vector.c25 typedef __attribute__((vector_size(4))) char v4i8; typedef
/external/llvm-project/clang/test/CodeGen/RISCV/
Driscv32-ilp32-ilp32f-ilp32d-abi.c88 typedef uint8_t v4i8 __attribute__((vector_size(4))); typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h74 v4i8 = 27, // 4 x i8 enumerator
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h75 v4i8 = 28, // 4 x i8 enumerator
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1408 using v4i8 = tcu::Vector<deInt8, 4>; typedef