/third_party/skia/tests/sksl/runtime/ |
D | SwitchWithLoops.skvm | 14 12 r11 = bit_and r10 r9 17 15 r14 = bit_and r9 r12 22 20 r14 = bit_and r12 r14 24 22 r13 = bit_and r9 r14 30 28 r13 = bit_and r14 r13 32 30 r15 = bit_and r9 r13 37 35 r15 = bit_and r13 r15 39 37 r14 = bit_and r9 r15 44 42 r14 = bit_and r15 r14 46 44 r13 = bit_and r9 r14 [all …]
|
D | LoopInt.skvm | 110 54 r25 = bit_and r26 r25 112 56 r26 = bit_and r13 r25 119 63 r24 = bit_and r27 r24 128 72 r25 = bit_and r27 r25 137 81 r24 = bit_and r27 r24 146 90 r25 = bit_and r27 r25 155 99 r24 = bit_and r27 r24 164 108 r25 = bit_and r27 r25 173 117 r24 = bit_and r27 r24 182 126 r25 = bit_and r27 r25 [all …]
|
D | LoopFloat.skvm | 119 61 r33 = bit_and r34 r33 121 63 r34 = bit_and r13 r33 128 70 r32 = bit_and r35 r32 137 79 r33 = bit_and r35 r33 146 88 r32 = bit_and r35 r32 155 97 r33 = bit_and r35 r33 164 106 r32 = bit_and r35 r32 173 115 r33 = bit_and r35 r33 182 124 r32 = bit_and r35 r32 191 133 r33 = bit_and r35 r33 [all …]
|
D | SwitchWithFallthrough.skvm | 16 14 r13 = bit_and r11 r12 20 18 r15 = bit_and r15 r12 24 22 r12 = bit_and r13 r12 25 23 r8 = bit_and r12 r8 27 25 r8 = bit_and r8 r13 29 27 r14 = bit_and r12 r14 30 28 r14 = bit_and r14 r13 33 31 r11 = bit_and r12 r11 34 32 r11 = bit_and r11 r13 39 37 r10 = bit_and r12 r10 [all …]
|
D | Switch.skvm | 14 12 r11 = bit_and r4 r8 15 13 r12 = bit_and r5 r8 16 14 r13 = bit_and r6 r8 17 15 r14 = bit_and r7 r8 19 17 r8 = bit_and r8 r15 23 21 r10 = bit_and r10 r15 29 27 r10 = bit_and r15 r10
|
D | ConversionConstructors.skvm | 9 7 r6 = bit_and r6 r2 15 13 r2 = bit_and r4 r2
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_packing_builtins.cpp | 218 return bitfield_insert(bit_and(swizzle_x(u), constant(0xffffu)), in pack_uvec2_to_uint() 226 bit_and(swizzle_x(u), constant(0xffffu))); in pack_uvec2_to_uint() 250 bit_and(swizzle_x(u), constant(0xffu)), in pack_uvec4_to_uint() 257 factory.emit(assign(u, bit_and(uvec4_rval, constant(0xffu)))); in pack_uvec4_to_uint() 288 factory.emit(assign(u2, bit_and(u, constant(0xffffu)), WRITEMASK_X)); in unpack_uint_to_uvec2() 351 factory.emit(assign(u4, bit_and(u, constant(0xffu)), WRITEMASK_X)); in unpack_uint_to_uvec4() 363 factory.emit(assign(u4, bit_and(rshift(u, constant(8u)), in unpack_uint_to_uvec4() 367 factory.emit(assign(u4, bit_and(rshift(u, constant(16u)), in unpack_uint_to_uvec4() 1039 factory.emit(assign(e, bit_and(f32, constant(0x7f800000u)))); in lower_pack_half_2x16() 1047 factory.emit(assign(m, bit_and(f32, constant(0x007fffffu)))); in lower_pack_half_2x16() [all …]
|
D | lower_instructions.cpp | 483 bit_and(bitcast_f2u(x), in ldexp_to_arith() 511 bit_and(sign_mantissa, in ldexp_to_arith() 613 i.insert_before(assign(unpacked, bit_and(swizzle_y(unpacked), sign_mask->clone(ir, NULL)), in dldexp_to_arith() 725 i.insert_before(assign(bits, bit_and(bits, sign_mantissa_mask))); in dfrexp_sig_to_arith() 1085 base_ir->insert_before(assign(temp, sub(temp, bit_and(rshift(temp, c1), in bit_count_to_math() 1089 base_ir->insert_before(assign(temp, add(bit_and(temp, c33333333), in bit_count_to_math() 1090 bit_and(rshift(temp, c2), in bit_count_to_math() 1096 ir->operands[0] = rshift(mul(bit_and(add(temp, rshift(temp, c4)), c0F0F0F0F), in bit_count_to_math() 1238 ir->operands[0] = bit_and(ir->operands[0], bit_not(mask)); in insert_to_shifts() 1239 ir->operands[1] = bit_and(lshift(ir->operands[1], offset), mask); in insert_to_shifts() [all …]
|
D | ir_builder.h | 174 ir_expression *bit_and(operand a, operand b);
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 44 bit_and, enumerator 121 bit_and = binary_op<op::bit_and>::value, enumerator
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 45 bit_and, enumerator 122 bit_and = binary_op<op::bit_and>::value, enumerator
|
D | lexer_def.hpp | 46 ("&", token_ids::bit_and) in conjure_tokens()
|
/third_party/skia/resources/sksl/runtime_errors/ |
D | IllegalOperators.rts | 11 int bit_and (int x) { return x & 1; }
|
/third_party/boost/libs/config/test/ |
D | boost_no_cxx_hdr_functional.ipp | 25 std::bit_and<int> b1;
|
/third_party/flutter/skia/tools/ |
D | SkVMBuilders.cpp | 138 *r = bit_and(rgba, splat(0xff)); in SrcoverBuilder_I32() 189 rb = bit_and (d, splat(0x00ff00ff)), in SrcoverBuilder_I32_SWAR()
|
/third_party/boost/boost/compute/functional/ |
D | operator.hpp | 92 BOOST_COMPUTE_DECLARE_BINARY_OPERATOR(bit_and, "&", T, T)
|
/third_party/boost/libs/compute/include/boost/compute/functional/ |
D | operator.hpp | 92 BOOST_COMPUTE_DECLARE_BINARY_OPERATOR(bit_and, "&", T, T)
|
/third_party/flutter/skia/resources/ |
D | SkVMTest.expected | 636 v2 = bit_and v0 v1 641 v7 = bit_and v6 v1 669 r3 = bit_and r2 r0 674 r7 = bit_and r6 r0 704 v6 = bit_and v4 v5 722 r5 = bit_and r4 r1
|
/third_party/boost/libs/compute/test/ |
D | test_valarray.cpp | 162 BOOST_COMPUTE_TEST_VALARRAY_COMPOUND_ASSIGNMENT_NO_FP(&, bit_and) 302 BOOST_COMPUTE_TEST_VALARRAY_BINARY_OPERATOR_NO_FP(&, bit_and)
|
/third_party/flutter/skia/tests/ |
D | SkVMTest.cpp | 151 case Op::bit_and : write(o, V{id}, "= bit_and" , V{x}, V{y} ); break; in dump_builder() 255 case Op::bit_and : write(o, R{d}, "= bit_and" , R{x}, R{y} ); break; in dump_program() 515 b.store32(buf32, b.gather32(img, b.bit_and(x, b.splat( 7)))); in DEF_TEST() 516 b.store16(buf16, b.gather16(img, b.bit_and(x, b.splat(15)))); in DEF_TEST() 517 b.store8 (buf8 , b.gather8 (img, b.bit_and(x, b.splat(31)))); in DEF_TEST() 566 x = b.bit_and (x, b.splat(0xf1)); // 0x40 in DEF_TEST() 612 return b.shl(b.bit_and(mask, b.splat(0x1)), shift); in DEF_TEST() 649 return b.shl(b.bit_and(mask, b.splat(0x1)), shift); in DEF_TEST() 713 return b.shl_16x2(b.bit_and(mask, b.splat(0x0001'0001)), shift); in DEF_TEST()
|
/third_party/boost/libs/compute/include/boost/compute/container/ |
D | valarray.hpp | 319 BOOST_COMPUTE_DEFINE_VALARRAY_COMPOUND_ASSIGNMENT_NO_FP(&, bit_and) 408 BOOST_COMPUTE_DEFINE_VALARRAY_BINARY_OPERATOR_NO_FP(&, bit_and)
|
/third_party/boost/boost/compute/container/ |
D | valarray.hpp | 319 BOOST_COMPUTE_DEFINE_VALARRAY_COMPOUND_ASSIGNMENT_NO_FP(&, bit_and) 408 BOOST_COMPUTE_DEFINE_VALARRAY_BINARY_OPERATOR_NO_FP(&, bit_and)
|
/third_party/skia/src/shaders/ |
D | SkImageShader.cpp | 817 c.r = pun_to_F32(p->bit_and(mask, pun_to_I32(c.r))); in makeProgram() 818 c.g = pun_to_F32(p->bit_and(mask, pun_to_I32(c.g))); in makeProgram() 819 c.b = pun_to_F32(p->bit_and(mask, pun_to_I32(c.b))); in makeProgram() 820 c.a = pun_to_F32(p->bit_and(mask, pun_to_I32(c.a))); in makeProgram()
|
/third_party/flutter/skia/src/core/ |
D | SkVM.h | 262 bit_and, enumerator 390 I32 bit_and (I32 x, I32 y);
|
/third_party/skia/tests/ |
D | SkVMTest.cpp | 144 b.store32(buf, b.gather32(uniforms,0, b.bit_and(x, b.splat(7)))); in DEF_TEST() 196 b.store32(buf32, b.gather32(uniforms,0, b.bit_and(x, b.splat( 7)))); in DEF_TEST() 197 b.store16(buf16, b.gather16(uniforms,0, b.bit_and(x, b.splat(15)))); in DEF_TEST() 198 b.store8 (buf8 , b.gather8 (uniforms,0, b.bit_and(x, b.splat(31)))); in DEF_TEST() 300 x = b.bit_and (x, b.splat(0xf1)); // 0x40 in DEF_TEST() 378 return b.shl(b.bit_and(mask, b.splat(0x1)), shift); in DEF_TEST() 414 return b.shl(b.bit_and(mask, b.splat(0x1)), shift); in DEF_TEST()
|