Home
last modified time | relevance | path

Searched refs:vec_ctf (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c15 retf = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
16 retf = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
17 retf = vec_ctf(a,-31); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
19 retf = vec_ctf(a,1); in test_int()
20 retf = vec_ctf(a,31); in test_int()
31 retf = vec_ctf(a,1); in test_uint()
32 retf = vec_ctf(a,31); in test_uint()
43 retd = vec_ctf(a,1); in test_longlong()
44 retd = vec_ctf(a,31); in test_longlong()
55 retd = vec_ctf(a,1); in test_ulonglong()
[all …]
H A Dbuiltins-2.c45 vector double da = vec_ctf (sa, 2); in main()
46 vector double db = vec_ctf (ua, 2); in main()
54 vector float fa = vec_ctf (inta, 5); in main()
72 vector float fb = vec_ctf (uinta, 2); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c15 retf = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
16 retf = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
17 retf = vec_ctf(a,-31); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
19 retf = vec_ctf(a,1); in test_int()
20 retf = vec_ctf(a,31); in test_int()
31 retf = vec_ctf(a,1); in test_uint()
32 retf = vec_ctf(a,31); in test_uint()
43 retd = vec_ctf(a,1); in test_longlong()
44 retd = vec_ctf(a,31); in test_longlong()
55 retd = vec_ctf(a,1); in test_ulonglong()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c15 retf = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
16 retf = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
17 retf = vec_ctf(a,-31); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
19 retf = vec_ctf(a,1); in test_int()
20 retf = vec_ctf(a,31); in test_int()
31 retf = vec_ctf(a,1); in test_uint()
32 retf = vec_ctf(a,31); in test_uint()
43 retd = vec_ctf(a,1); in test_longlong()
44 retd = vec_ctf(a,31); in test_longlong()
55 retd = vec_ctf(a,1); in test_ulonglong()
[all …]
H A Dbuiltins-2.c45 vector double da = vec_ctf (sa, 2); in main()
46 vector double db = vec_ctf (ua, 2); in main()
54 vector float fa = vec_ctf (inta, 5); in main()
72 vector float fb = vec_ctf (uinta, 2); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c15 retf = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
16 retf = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
17 retf = vec_ctf(a,-31); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_int()
19 retf = vec_ctf(a,1); in test_int()
20 retf = vec_ctf(a,31); in test_int()
31 retf = vec_ctf(a,1); in test_uint()
32 retf = vec_ctf(a,31); in test_uint()
43 retd = vec_ctf(a,1); in test_longlong()
44 retd = vec_ctf(a,31); in test_longlong()
55 retd = vec_ctf(a,1); in test_ulonglong()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/ppc/
H A Dmpegvideo_altivec.c101 row0 = vec_ctf(vec_unpackh(data0), 0); in dct_quantize_altivec()
102 alt0 = vec_ctf(vec_unpackl(data0), 0); in dct_quantize_altivec()
103 row1 = vec_ctf(vec_unpackh(data1), 0); in dct_quantize_altivec()
104 alt1 = vec_ctf(vec_unpackl(data1), 0); in dct_quantize_altivec()
105 row2 = vec_ctf(vec_unpackh(data2), 0); in dct_quantize_altivec()
106 alt2 = vec_ctf(vec_unpackl(data2), 0); in dct_quantize_altivec()
107 row3 = vec_ctf(vec_unpackh(data3), 0); in dct_quantize_altivec()
108 alt3 = vec_ctf(vec_unpackl(data3), 0); in dct_quantize_altivec()
109 row4 = vec_ctf(vec_unpackh(data4), 0); in dct_quantize_altivec()
110 alt4 = vec_ctf(vec_unpackl(data4), 0); in dct_quantize_altivec()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Daltivec-ct.c11 return vec_ctf(x, 0); in test1()
17 return vec_ctf(x, 0); in test2()
23 return vec_ctf(x, 0); in test3()
28 return vec_ctf(x, 0); in test4()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dbuiltins-2.c46 vector double da = vec_ctf (sa, -2); in main()
47 vector double db = vec_ctf (ua, 2); in main()
55 vector float fa = vec_ctf (inta, 5); in main()
73 vector float fb = vec_ctf (uinta, 2); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dbuiltins-2.c45 vector double da = vec_ctf (sa, -2); in main()
46 vector double db = vec_ctf (ua, 2); in main()
54 vector float fa = vec_ctf (inta, 5); in main()
72 vector float fb = vec_ctf (uinta, 2); in main()

12345678910>>...29