Home
last modified time | relevance | path

Searched refs:_rotwl (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Drot-intrinsics.c81 return _rotwl(value, shift); in test_rotwl()
144 char rotwl_0[_rotwl(0x3210, 4) == 0x2103 ? 1 : -1];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/X86/
H A Drot-intrinsics.c81 return _rotwl(value, shift); in test_rotwl()
144 char rotwl_0[_rotwl(0x3210, 4) == 0x2103 ? 1 : -1];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c81 return _rotwl(value, shift); in test_rotwl()
144 char rotwl_0[_rotwl(0x3210, 4) == 0x2103 ? 1 : -1];
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c81 return _rotwl(value, shift); in test_rotwl()
144 char rotwl_0[_rotwl(0x3210, 4) == 0x2103 ? 1 : -1];
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c81 return _rotwl(value, shift); in test_rotwl()
144 char rotwl_0[_rotwl(0x3210, 4) == 0x2103 ? 1 : -1];
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c81 return _rotwl(value, shift); in test_rotwl()
144 char rotwl_0[_rotwl(0x3210, 4) == 0x2103 ? 1 : -1];
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/X86/
H A Drot-intrinsics.c81 return _rotwl(value, shift); in test_rotwl()
144 char rotwl_0[_rotwl(0x3210, 4) == 0x2103 ? 1 : -1];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c81 return _rotwl(value, shift); in test_rotwl()
144 char rotwl_0[_rotwl(0x3210, 4) == 0x2103 ? 1 : -1];
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/X86/
H A Drot-intrinsics.c81 return _rotwl(value, shift); in test_rotwl()
144 char rotwl_0[_rotwl(0x3210, 4) == 0x2103 ? 1 : -1];
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Drot-intrinsics.c74 return _rotwl(value, shift); in test_rotwl()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Drot-intrinsics.c74 return _rotwl(value, shift); in test_rotwl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Drot-intrinsics.c74 return _rotwl(value, shift); in test_rotwl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Drot-intrinsics.c74 return _rotwl(value, shift); in test_rotwl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Drot-intrinsics.c74 return _rotwl(value, shift); in test_rotwl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Headers/
H A Dia32intrin.h433 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Headers/
H A Dia32intrin.h433 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Headers/
H A Dia32intrin.h433 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Headers/
H A Dia32intrin.h433 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Dia32intrin.h239 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Dia32intrin.h239 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Headers/
H A Dia32intrin.h433 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/lang/zig-devel/zig-0.9.0/lib/include/
H A Dia32intrin.h433 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/lang/zig/zig-0.9.0/lib/include/
H A Dia32intrin.h433 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Headers/
H A Dia32intrin.h361 #define _rotwl(a,b) __rolw((a), (b)) macro
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Headers/
H A Dia32intrin.h433 #define _rotwl(a,b) __rolw((a), (b)) macro

123