Home
last modified time | relevance | path

Searched refs:_lrotr (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Drot-intrinsics.c125 return _lrotr(value, shift); in test_lrotr()
151 char lrotr_0[_lrotr(0xFEDCBA9876543210ULL, 55) == 0xB97530ECA86421FDULL ? 1 : -1];
154 char lrotr_0[_lrotr(0x76543210, 22) == 0x50C841D9 ? 1 : -1];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/X86/
H A Drot-intrinsics.c125 return _lrotr(value, shift); in test_lrotr()
151 char lrotr_0[_lrotr(0xFEDCBA9876543210ULL, 55) == 0xB97530ECA86421FDULL ? 1 : -1];
154 char lrotr_0[_lrotr(0x76543210, 22) == 0x50C841D9 ? 1 : -1];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c125 return _lrotr(value, shift); in test_lrotr()
151 char lrotr_0[_lrotr(0xFEDCBA9876543210ULL, 55) == 0xB97530ECA86421FDULL ? 1 : -1];
154 char lrotr_0[_lrotr(0x76543210, 22) == 0x50C841D9 ? 1 : -1];
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c125 return _lrotr(value, shift); in test_lrotr()
151 char lrotr_0[_lrotr(0xFEDCBA9876543210ULL, 55) == 0xB97530ECA86421FDULL ? 1 : -1];
154 char lrotr_0[_lrotr(0x76543210, 22) == 0x50C841D9 ? 1 : -1];
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c125 return _lrotr(value, shift); in test_lrotr()
151 char lrotr_0[_lrotr(0xFEDCBA9876543210ULL, 55) == 0xB97530ECA86421FDULL ? 1 : -1];
154 char lrotr_0[_lrotr(0x76543210, 22) == 0x50C841D9 ? 1 : -1];
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c125 return _lrotr(value, shift); in test_lrotr()
151 char lrotr_0[_lrotr(0xFEDCBA9876543210ULL, 55) == 0xB97530ECA86421FDULL ? 1 : -1];
154 char lrotr_0[_lrotr(0x76543210, 22) == 0x50C841D9 ? 1 : -1];
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/X86/
H A Drot-intrinsics.c125 return _lrotr(value, shift); in test_lrotr()
151 char lrotr_0[_lrotr(0xFEDCBA9876543210ULL, 55) == 0xB97530ECA86421FDULL ? 1 : -1];
154 char lrotr_0[_lrotr(0x76543210, 22) == 0x50C841D9 ? 1 : -1];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c125 return _lrotr(value, shift); in test_lrotr()
151 char lrotr_0[_lrotr(0xFEDCBA9876543210ULL, 55) == 0xB97530ECA86421FDULL ? 1 : -1];
154 char lrotr_0[_lrotr(0x76543210, 22) == 0x50C841D9 ? 1 : -1];
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/X86/
H A Drot-intrinsics.c125 return _lrotr(value, shift); in test_lrotr()
151 char lrotr_0[_lrotr(0xFEDCBA9876543210ULL, 55) == 0xB97530ECA86421FDULL ? 1 : -1];
154 char lrotr_0[_lrotr(0x76543210, 22) == 0x50C841D9 ? 1 : -1];
/dports/security/p5-Crypt-RC6/Crypt-RC6-1.0/
H A Dplatform.h36 #pragma intrinsic(_lrotl, _lrotr)
38 #define ROR(x, n) _lrotr(x, n)
/dports/security/ncrypt/ncrypt-0.8.1/
H A Dplatform.h41 #pragma intrinsic(_lrotl,_lrotr) /* use intrinsic compiler rotations */
43 #define ROR(x,n) _lrotr(x,n)
/dports/security/aescrypt/aescrypt-0.7/
H A Dplatform.h41 #pragma intrinsic(_lrotl,_lrotr) /* use intrinsic compiler rotations */
43 #define ROR(x,n) _lrotr(x,n)
/dports/security/p5-Crypt-Twofish2/Crypt-Twofish2-1.03/
H A Dplatform.h46 #pragma intrinsic(_lrotl,_lrotr) /* use intrinsic compiler rotations */
48 #define ROR(x,n) _lrotr(x,n)
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/camellia/
H A Dcmll_locl.h84 # define SWAP(x) ( _lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00 )
87 # define CAMELLIA_SWAP4(x) (x = ( _lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) )
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Headers/
H A Dia32intrin.h423 #define _lrotr(a,b) __rorq((a), (b)) macro
426 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Headers/
H A Dia32intrin.h423 #define _lrotr(a,b) __rorq((a), (b)) macro
426 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Headers/
H A Dia32intrin.h423 #define _lrotr(a,b) __rorq((a), (b)) macro
426 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Headers/
H A Dia32intrin.h423 #define _lrotr(a,b) __rorq((a), (b)) macro
426 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Dia32intrin.h226 #define _lrotr(a,b) __rorq((a), (b)) macro
229 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Dia32intrin.h226 #define _lrotr(a,b) __rorq((a), (b)) macro
229 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Headers/
H A Dia32intrin.h423 #define _lrotr(a,b) __rorq((a), (b)) macro
426 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/lang/zig-devel/zig-0.9.0/lib/include/
H A Dia32intrin.h423 #define _lrotr(a,b) __rorq((a), (b)) macro
426 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/lang/zig/zig-0.9.0/lib/include/
H A Dia32intrin.h423 #define _lrotr(a,b) __rorq((a), (b)) macro
426 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Headers/
H A Dia32intrin.h351 #define _lrotr(a,b) __rorq((a), (b)) macro
354 #define _lrotr(a,b) __rord((a), (b)) macro
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Headers/
H A Dia32intrin.h423 #define _lrotr(a,b) __rorq((a), (b)) macro
426 #define _lrotr(a,b) __rord((a), (b)) macro

12345678910>>...16