Searched refs:bitwise_xor (Results 1 – 25 of 50) sorted by relevance
12
19 REGISTER8(BinaryOp, CPU, "BitwiseXor", functor::bitwise_xor, int8, int16, int32,26 REGISTER8(BinaryOp, GPU, "BitwiseXor", functor::bitwise_xor, int8, int16, int32,30 REGISTER4(BinaryOp, GPU, "BitwiseXor", functor::bitwise_xor, uint8, uint16,
24 DEFINE_BINARY8(bitwise_xor, int8, int16, int32, int64, uint8, uint16, uint32,27 DEFINE_BINARY4(bitwise_xor, uint8, uint16, uint32, uint64);
4 name: "bitwise.bitwise_xor"
12 name: "bitwise_xor"
21 res = bitwise_ops.bitwise_xor(lhs, rhs)
49 bitwise_ops.bitwise_xor(lhs, rhs)])156 xor_tensor = bitwise_ops.bitwise_xor(lhs, rhs)
120 gen_bitwise_ops.bitwise_xor,
366 gen_bitwise_ops.bitwise_xor,
426 | a=bitwise_or '|' b=bitwise_xor { _Py_BinOp(a, BitOr, b, EXTRA) }427 | bitwise_xor428 bitwise_xor[expr_ty]:429 | a=bitwise_xor '^' b=bitwise_and { _Py_BinOp(a, BitXor, b, EXTRA) }
177 // CHECK-LABEL: func @bitwise_xor178 func @bitwise_xor(%arg0: tensor<4xi32>, %arg1: tensor<4xi32>) -> tensor<4xi32> {
120 // CHECK-LABEL: bitwise_xor122 …%0 = "tosa.bitwise_xor"(%arg0, %arg1) : (tensor<13x21x1xi32>, tensor<13x21x3xi32>) -> tensor<13x21…
370 void bitwise_xor(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
568 def bitwise_xor(x1, x2): function569 return _bitwise_binary_op(bitwise_ops.bitwise_xor, x1, x2)
138 ("BitwiseXor", bitwise_ops.bitwise_xor),
794 "bitwise_xor",
473 // Operator: bitwise_xor475 def Tosa_BitwiseXorOp : Tosa_Op<"bitwise_xor", [ResultsBroadcastableShape,
8902 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_int_vertex8903 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_int_fragment8904 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_int_vertex8905 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_int_fragment8906 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec2_vertex8907 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec2_fragment8908 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_ivec2_vertex8909 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_ivec2_fragment8910 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec3_vertex8911 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec3_fragment[all …]
7435 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_int_vertex7436 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_int_fragment7437 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_int_vertex7438 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_int_fragment7439 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec2_vertex7440 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec2_fragment7441 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_ivec2_vertex7442 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_ivec2_fragment7443 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec3_vertex7444 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec3_fragment[all …]
8506 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_int_vertex8507 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_int_fragment8508 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_int_vertex8509 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_int_fragment8510 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec2_vertex8511 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec2_fragment8512 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_ivec2_vertex8513 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_ivec2_fragment8514 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec3_vertex8515 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec3_fragment[all …]
19999 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_int_fragment20000 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_int_ivec2_fragment20001 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_int_ivec2_vertex20002 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_int_ivec3_fragment20003 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_int_ivec3_vertex20004 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_int_ivec4_fragment20005 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_int_ivec4_vertex20006 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_int_vertex20007 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_ivec2_fragment20008 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.highp_ivec2_int_fragment[all …]
7749 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_int_vertex7750 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_int_fragment7751 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_int_vertex7752 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_int_fragment7753 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec2_vertex7754 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec2_fragment7755 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_ivec2_vertex7756 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.mediump_ivec2_fragment7757 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec3_vertex7758 dEQP-GLES3.functional.shaders.operator.binary_operator.bitwise_xor.lowp_ivec3_fragment[all …]