Home
last modified time | relevance | path

Searched refs:si64 (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Daarch64-sve-lax-vector-conversions.cpp20 svint64_t si64; in sve_allowed_with_integer_lax_conversions() local
24 fi32 = si64; in sve_allowed_with_integer_lax_conversions()
26 si64 = fi32; in sve_allowed_with_integer_lax_conversions()
46 svint64_t si64; in gnu_allowed_with_integer_lax_conversions() local
50 fi32 = si64; in gnu_allowed_with_integer_lax_conversions()
52 si64 = fi32; in gnu_allowed_with_integer_lax_conversions()
/external/llvm-project/clang/test/Sema/
Daarch64-sve-lax-vector-conversions.c20 svint64_t si64; in sve_allowed_with_integer_lax_conversions() local
24 fi32 = si64; in sve_allowed_with_integer_lax_conversions()
26 si64 = fi32; in sve_allowed_with_integer_lax_conversions()
46 svint64_t si64; in gnu_allowed_with_integer_lax_conversions() local
50 fi32 = si64; in gnu_allowed_with_integer_lax_conversions()
52 si64 = fi32; in gnu_allowed_with_integer_lax_conversions()
/external/deqp-deps/glslang/Test/
Dspv.int64.frag234 layout(constant_id = 100) const int64_t si64 = -10L;
242 const bool i64_to_b = bool(si64);
248 const int i64_to_i = int(si64);
257 const uint64_t i64_to_u64 = uint64_t(si64);
264 const uint i64_to_u = uint(si64);
Dspv.int16.amd.frag266 layout(constant_id = 100) const int64_t si64 = -10L;
295 const int16_t i64_to_i16 = int16_t(si64);
296 const uint16_t i64_to_u16 = uint16_t(si64);
/external/libffi/testsuite/libffi.call/
Dhuge_struct.c240 int64_t si64 = 8; in main() local
283 argValues[7] = argValues[19] = argValues[31] = argValues[43] = &si64; in main()
322 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
323 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
324 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
325 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
/external/libffi/testsuite/libffi.closures/
Dhuge_struct.c238 int64_t si64 = 8; in main() local
281 argValues[7] = argValues[19] = argValues[31] = argValues[43] = &si64; in main()
320 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
321 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
322 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
323 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dhuge_struct.c240 int64_t si64 = 8; in main() local
283 argValues[7] = argValues[19] = argValues[31] = argValues[43] = &si64; in main()
322 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
323 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
324 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
325 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p, in main()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.int64.frag.out54 Name 465 "si64"
83 Decorate 465(si64) SpecId 100
172 465(si64): 18(int64_t) SpecConstant 4294967286 4294967295
178 471(i64_to_b): 55(bool) SpecConstantOp 171 465(si64) 69
182 475(i64_to_i): 31(int) SpecConstantOp 114 465(si64)
187 480(i64_to_u64): 14(int64_t) SpecConstantOp 128 465(si64) 69
192 485: 31(int) SpecConstantOp 114 465(si64)
Dspv.int16.amd.frag.out68 Name 522 "si64"
110 Decorate 522(si64) SpecId 100
209 522(si64):273(int64_t) SpecConstant 4294967286 4294967295
236 549(i64_to_i16): 17(int16_t) SpecConstantOp 114 522(si64)
237 550: 17(int16_t) SpecConstantOp 114 522(si64)
/external/llvm-project/mlir/test/IR/
Dattribute.mlir81 // CHECK-SAME: attr_17 = -9223372036854775808 : si64
82 attr_17 = -9223372036854775808 : si64,
83 // CHECK-SAME: attr_18 = 9223372036854775807 : si64
84 attr_18 = 9223372036854775807 : si64,
Dinvalid.mlir1449 attr = -9223372036854775809 : si64
1459 attr = 9223372036854775808 : si64
/external/llvm-project/llvm/test/CodeGen/X86/
Ddivrem.ll5 define void @si64(i64 %x, i64 %y, i64* %p, i64* %q) nounwind {
6 ; X32-LABEL: si64:
40 ; X64-LABEL: si64:
/external/llvm-project/mlir/test/Conversion/SPIRVToLLVM/
Dconstant-op-to-llvm.mlir30 %1 = spv.constant -5 : si64
/external/llvm/test/CodeGen/X86/
Ddivrem.ll3 define void @si64(i64 %x, i64 %y, i64* %p, i64* %q) {
/external/llvm-project/mlir/test/Conversion/StandardToSPIRV/
Dstd-types-to-spirv.mlir29 func @integer64(%arg0: i64, %arg1: si64, %arg2: ui64) { return }
55 // CHECK-SAME: si64
57 func @integer64(%arg0: i64, %arg1: si64, %arg2: ui64) { return }
/external/llvm-project/mlir/test/mlir-tblgen/
Dtypes.mlir21 // expected-error @+1 {{result #2 must be 64-bit unsigned integer, but got 'si64'}}
22 "test.int_types"() : () -> (ui16, si32, si64, ui8)