/external/mesa3d/src/mesa/x86/ |
D | x86_xform.c | 77 GLubyte *and_mask,
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 364 Instruction* and_mask = ir_builder.AddBinaryOp(uint_type_id, SpvOpBitwiseOr, in ReplaceSwizzleInvocationsMasked() local 367 uint_type_id, SpvOpBitwiseAnd, id->result_id(), and_mask->result_id()); in ReplaceSwizzleInvocationsMasked()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | amd_ext_to_khr.cpp | 364 Instruction* and_mask = ir_builder.AddBinaryOp(uint_type_id, SpvOpBitwiseOr, in ReplaceSwizzleInvocationsMasked() local 367 uint_type_id, SpvOpBitwiseAnd, id->result_id(), and_mask->result_id()); in ReplaceSwizzleInvocationsMasked()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 364 Instruction* and_mask = ir_builder.AddBinaryOp(uint_type_id, SpvOpBitwiseOr, in ReplaceSwizzleInvocationsMasked() local 367 uint_type_id, SpvOpBitwiseAnd, id->result_id(), and_mask->result_id()); in ReplaceSwizzleInvocationsMasked()
|
/external/libxml2/ |
D | xmlschemastypes.c | 4116 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local 4315 and_mask = xmask & ymask; /* mark field specification */ in xmlSchemaCompareDates() 4320 else if (and_mask & 1) { in xmlSchemaCompareDates() 4330 else if (and_mask & 2) { in xmlSchemaCompareDates() 4340 else if (and_mask & 4) { in xmlSchemaCompareDates() 4350 else if (and_mask & 8) { in xmlSchemaCompareDates()
|
/external/boringssl/mac-x86_64/crypto/fipsmodule/ |
D | rsaz-avx2.S | 92 vmovdqu L$and_mask(%rip),%ymm15 768 vmovdqu L$and_mask(%rip),%ymm15 1737 L$and_mask:
|
/external/rust/crates/quiche/deps/boringssl/mac-x86_64/crypto/fipsmodule/ |
D | rsaz-avx2.S | 92 vmovdqu L$and_mask(%rip),%ymm15 768 vmovdqu L$and_mask(%rip),%ymm15 1737 L$and_mask:
|
/external/openscreen/third_party/boringssl/mac-x86_64/crypto/fipsmodule/ |
D | rsaz-avx2.S | 92 vmovdqu L$and_mask(%rip),%ymm15 768 vmovdqu L$and_mask(%rip),%ymm15 1737 L$and_mask:
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | rsaz-avx2.asm | 113 vmovdqu ymm15,YMMWORD[$L$and_mask] 825 vmovdqu ymm15,YMMWORD[$L$and_mask] 1827 $L$and_mask:
|
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/ |
D | rsaz-avx2.asm | 113 vmovdqu ymm15,YMMWORD[$L$and_mask] 825 vmovdqu ymm15,YMMWORD[$L$and_mask] 1827 $L$and_mask:
|
/external/rust/crates/quiche/deps/boringssl/mac-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.S | 46 and_mask: label 630 vmovdqa and_mask(%rip),%xmm12 2929 vmovdqa and_mask(%rip),%xmm11
|
/external/boringssl/linux-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.S | 46 and_mask: label 630 vmovdqa and_mask(%rip),%xmm12 2939 vmovdqa and_mask(%rip),%xmm11
|
/external/openscreen/third_party/boringssl/linux-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.S | 46 and_mask: label 630 vmovdqa and_mask(%rip),%xmm12 2939 vmovdqa and_mask(%rip),%xmm11
|
/external/openscreen/third_party/boringssl/mac-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.S | 46 and_mask: label 630 vmovdqa and_mask(%rip),%xmm12 2929 vmovdqa and_mask(%rip),%xmm11
|
/external/boringssl/mac-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.S | 46 and_mask: label 630 vmovdqa and_mask(%rip),%xmm12 2929 vmovdqa and_mask(%rip),%xmm11
|
/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.S | 46 and_mask: label 630 vmovdqa and_mask(%rip),%xmm12 2939 vmovdqa and_mask(%rip),%xmm11
|
/external/boringssl/win-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.asm | 45 and_mask: label 711 vmovdqa xmm12,XMMWORD[and_mask] 3137 vmovdqa xmm11,XMMWORD[and_mask]
|
/external/openscreen/third_party/boringssl/win-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.asm | 45 and_mask: label 711 vmovdqa xmm12,XMMWORD[and_mask] 3137 vmovdqa xmm11,XMMWORD[and_mask]
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3532 static inline unsigned ds_pattern_bitmode(unsigned and_mask, unsigned or_mask, unsigned xor_mask) in ds_pattern_bitmode() argument 3534 assert(and_mask < 32 && or_mask < 32 && xor_mask < 32); in ds_pattern_bitmode() 3535 return and_mask | (or_mask << 5) | (xor_mask << 10); in ds_pattern_bitmode()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 225 unsigned and_mask = mask & 0x1f; in emit_masked_swizzle() local 232 if (and_mask == 0x1f && or_mask < 4 && xor_mask < 4) { in emit_masked_swizzle() 237 } else if (and_mask == 0x1f && !or_mask && xor_mask == 8) { in emit_masked_swizzle() 239 } else if (and_mask == 0x1f && !or_mask && xor_mask == 0xf) { in emit_masked_swizzle() 241 } else if (and_mask == 0x1f && !or_mask && xor_mask == 0x7) { in emit_masked_swizzle()
|