Home
last modified time | relevance | path

Searched defs:bitselect (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_platform.h43 #define bitselect(a,b,c) ((a) ^ ((c) & ((b) ^ (a)))) macro
65 #define bitselect(a,b,c) ((a) ^ ((c) & ((b) ^ (a)))) macro
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Headers/
H A Dspirv_math.h3246 char SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _i8_i8_i8, )( char a, char b, char c ); variable
3247 char2 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _v2i8_v2i8_v2i8, )(char2 x, char2 y, char2 z); variable
3252 short SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _i16_i16_i16, )( short a, short b, short c ); variable
3258 int SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _i32_i32_i32, )( int a, int b, int c ); variable
3259 int2 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _v2i32_v2i32_v2i32, )(int2 x, int2 y, int2 z); variable
3260 int3 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _v3i32_v3i32_v3i32, )(int3 x, int3 y, int3 z); variable
3261 int4 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _v4i32_v4i32_v4i32, )(int4 x, int4 y, int4 z); variable
3262 int8 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _v8i32_v8i32_v8i32, )(int8 x, int8 y, int8 z); variable
3264 long SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _i64_i64_i64, )( long a, long b, long c ); variable
3270 float SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(bitselect, _f32_f32_f32, )( float a, float b, float c ); variable
[all …]
/dports/security/putty/putty-0.76/test/
H A Ddesref.py33 def bitselect(bits, val): function
/dports/security/putty-nogtk/putty-0.76/test/
H A Ddesref.py33 def bitselect(bits, val): function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dlegalize.rs321 let bitselect = insts.by_name("bitselect"); in define_simd() localVariable
532 let bitselect = bitselect.bind(vector(ty, sse_vector_size)); // must bind both x/y and c in define_simd() localVariable
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/isa/x86/
H A Dlegalize.rs377 let bitselect = insts.by_name("bitselect"); in define_simd() localVariable
600 let bitselect = bitselect.bind(vector(ty, sse_vector_size)); // must bind both x/y and c in define_simd() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dlegalize.rs377 let bitselect = insts.by_name("bitselect"); in define_simd() localVariable
610 let bitselect = bitselect.bind(vector(ty, sse_vector_size)); // must bind both x/y and c in define_simd() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dlegalize.rs377 let bitselect = insts.by_name("bitselect"); in define_simd() localVariable
610 let bitselect = bitselect.bind(vector(ty, sse_vector_size)); // must bind both x/y and c in define_simd() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/isa/x86/
H A Dlegalize.rs377 let bitselect = insts.by_name("bitselect"); in define_simd() localVariable
610 let bitselect = bitselect.bind(vector(ty, sse_vector_size)); // must bind both x/y and c in define_simd() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/isa/x86/
H A Dlegalize.rs377 let bitselect = insts.by_name("bitselect"); in define_simd() localVariable
610 let bitselect = bitselect.bind(vector(ty, sse_vector_size)); // must bind both x/y and c in define_simd() localVariable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-wasm.c279 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-wasm.c297 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dbuiltins-wasm.c375 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-wasm.c375 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-wasm.c416 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-wasm.c416 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dbuiltins-wasm.c416 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-wasm.c416 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dbuiltins-wasm.c416 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dbuiltins-wasm.c416 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-wasm.c471 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dbuiltins-wasm.c471 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dbuiltins-wasm.c618 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dbuiltins-wasm.c640 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dbuiltins-wasm.c640 i32x4 bitselect(i32x4 x, i32x4 y, i32x4 c) { in bitselect() function

12