Home
last modified time | relevance | path

Searched refs:__bswapq (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Dx86-bswap.c21 return __bswapq(X); in test__bswapq()
39 char bswapq_0[__bswapq(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];
40 char bswapq_1[__bswapq(0x0102030405060708ULL) == 0x0807060504030201 ? 1 : -1];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/X86/
H A Dx86-bswap.c21 return __bswapq(X); in test__bswapq()
39 char bswapq_0[__bswapq(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];
40 char bswapq_1[__bswapq(0x0102030405060708ULL) == 0x0807060504030201 ? 1 : -1];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dx86-bswap.c21 return __bswapq(X); in test__bswapq()
39 char bswapq_0[__bswapq(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];
40 char bswapq_1[__bswapq(0x0102030405060708ULL) == 0x0807060504030201 ? 1 : -1];
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Dx86-bswap.c21 return __bswapq(X); in test__bswapq()
39 char bswapq_0[__bswapq(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];
40 char bswapq_1[__bswapq(0x0102030405060708ULL) == 0x0807060504030201 ? 1 : -1];
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dx86-bswap.c21 return __bswapq(X); in test__bswapq()
39 char bswapq_0[__bswapq(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];
40 char bswapq_1[__bswapq(0x0102030405060708ULL) == 0x0807060504030201 ? 1 : -1];
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dx86-bswap.c21 return __bswapq(X); in test__bswapq()
39 char bswapq_0[__bswapq(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];
40 char bswapq_1[__bswapq(0x0102030405060708ULL) == 0x0807060504030201 ? 1 : -1];
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/X86/
H A Dx86-bswap.c21 return __bswapq(X); in test__bswapq()
39 char bswapq_0[__bswapq(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];
40 char bswapq_1[__bswapq(0x0102030405060708ULL) == 0x0807060504030201 ? 1 : -1];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Dx86-bswap.c21 return __bswapq(X); in test__bswapq()
39 char bswapq_0[__bswapq(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];
40 char bswapq_1[__bswapq(0x0102030405060708ULL) == 0x0807060504030201 ? 1 : -1];
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/X86/
H A Dx86-bswap.c21 return __bswapq(X); in test__bswapq()
39 char bswapq_0[__bswapq(0x0000000000000000ULL) == 0x0000000000000000 ? 1 : -1];
40 char bswapq_1[__bswapq(0x0102030405060708ULL) == 0x0807060504030201 ? 1 : -1];
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dx86-bswap.c20 return __bswapq(X); in test__bswapq()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dx86-bswap.c20 return __bswapq(X); in test__bswapq()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dx86-bswap.c20 return __bswapq(X); in test__bswapq()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dx86-bswap.c20 return __bswapq(X); in test__bswapq()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dx86-bswap.c20 return __bswapq(X); in test__bswapq()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Headers/
H A Dia32intrin.h134 __bswapq(long long __A) { in __bswapq() function
138 #define _bswap64(A) __bswapq((A))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Headers/
H A Dia32intrin.h134 __bswapq(long long __A) { in __bswapq() function
138 #define _bswap64(A) __bswapq((A))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Headers/
H A Dia32intrin.h134 __bswapq(long long __A) { in __bswapq() function
138 #define _bswap64(A) __bswapq((A))
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Headers/
H A Dia32intrin.h134 __bswapq(long long __A) { in __bswapq() function
138 #define _bswap64(A) __bswapq((A))
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Dia32intrin.h184 __bswapq (long long __X) in __bswapq() function
223 #define _bswap64(a) __bswapq(a)
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Dia32intrin.h184 __bswapq (long long __X) in __bswapq() function
223 #define _bswap64(a) __bswapq(a)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Headers/
H A Dia32intrin.h134 __bswapq(long long __A) { in __bswapq() function
138 #define _bswap64(A) __bswapq((A))
/dports/lang/zig-devel/zig-0.9.0/lib/include/
H A Dia32intrin.h134 __bswapq(long long __A) { in __bswapq() function
138 #define _bswap64(A) __bswapq((A))
/dports/lang/zig/zig-0.9.0/lib/include/
H A Dia32intrin.h134 __bswapq(long long __A) { in __bswapq() function
138 #define _bswap64(A) __bswapq((A))
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Headers/
H A Dia32intrin.h122 __bswapq(long long __A) { in __bswapq() function
126 #define _bswap64(A) __bswapq((A))
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Headers/
H A Dia32intrin.h134 __bswapq(long long __A) { in __bswapq() function
138 #define _bswap64(A) __bswapq((A))

123