Home
last modified time | relevance | path

Searched refs:XOR (Results 1 – 25 of 265) sorted by relevance

1234567891011

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp337 result[0] = XOR(OR(src[0], dst[0]), VIMMED1(0xFFFFFFFF)); in LogicOpFunc()
338 result[1] = XOR(OR(src[1], dst[1]), VIMMED1(0xFFFFFFFF)); in LogicOpFunc()
339 result[2] = XOR(OR(src[2], dst[2]), VIMMED1(0xFFFFFFFF)); in LogicOpFunc()
340 result[3] = XOR(OR(src[3], dst[3]), VIMMED1(0xFFFFFFFF)); in LogicOpFunc()
346 result[0] = AND(XOR(src[0], VIMMED1(0xFFFFFFFF)), dst[0]); in LogicOpFunc()
347 result[1] = AND(XOR(src[1], VIMMED1(0xFFFFFFFF)), dst[1]); in LogicOpFunc()
348 result[2] = AND(XOR(src[2], VIMMED1(0xFFFFFFFF)), dst[2]); in LogicOpFunc()
349 result[3] = AND(XOR(src[3], VIMMED1(0xFFFFFFFF)), dst[3]); in LogicOpFunc()
354 result[0] = XOR(src[0], VIMMED1(0xFFFFFFFF)); in LogicOpFunc()
355 result[1] = XOR(src[1], VIMMED1(0xFFFFFFFF)); in LogicOpFunc()
[all …]
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c52 #define XOR(v,w) ((v) ^ (w)) macro
57 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
58 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
59 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
60 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
177 x0 = XOR(x0,U8TO32_LITTLE(m + 0)); in chacha_encrypt_bytes()
178 x1 = XOR(x1,U8TO32_LITTLE(m + 4)); in chacha_encrypt_bytes()
179 x2 = XOR(x2,U8TO32_LITTLE(m + 8)); in chacha_encrypt_bytes()
180 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes()
181 x4 = XOR(x4,U8TO32_LITTLE(m + 16)); in chacha_encrypt_bytes()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp476 bld.XOR( x, g[1], g[2]); in TEST_F()
507 bld.XOR( x, g[1], g[2]); in TEST_F()
508 bld.XOR(g[3], g[1], g[2]); in TEST_F()
509 bld.XOR(g[4], g[1], g[2]); in TEST_F()
510 bld.XOR(g[5], g[1], g[2]); in TEST_F()
543 bld.XOR( x, g[1], g[2]); in TEST_F()
548 bld.XOR(g[3], g[1], g[2]); in TEST_F()
549 bld.XOR(g[4], g[1], g[2]); in TEST_F()
550 bld.XOR(g[5], g[1], g[2]); in TEST_F()
551 bld.XOR(g[6], g[1], g[2]); in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAluCode.h29 XOR = 0x06, enumerator
90 case XOR: in lanaiAluCodeToString()
111 .Case("xor", XOR) in stringToLanaiAluCode()
132 case ISD::XOR: in isdToLanaiAluCode()
133 return AluCode::XOR; in isdToLanaiAluCode()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_shader_atomic_int64.txt135 "XOR", "ADD", "EXCH", and "CSWAP". "U64" should be allowed a s storage
136 modifier for the atomic operations "MIN", "MAX", "AND", "OR", and "XOR".
145 "MAX", "AND", "OR", "XOR", "ADD", "EXCH", and "CSWAP", and the "U64"
147 and "XOR".
162 XOR U32, S32, U64, S64 compute bit-wise XOR
/third_party/openGLES/extensions/NV/
DNV_shader_atomic_int64.txt135 "XOR", "ADD", "EXCH", and "CSWAP". "U64" should be allowed a s storage
136 modifier for the atomic operations "MIN", "MAX", "AND", "OR", and "XOR".
145 "MAX", "AND", "OR", "XOR", "ADD", "EXCH", and "CSWAP", and the "U64"
147 and "XOR".
162 XOR U32, S32, U64, S64 compute bit-wise XOR
/third_party/iptables/extensions/
Dlibxt_CONNMARK.man5 Zero out the bits given by \fImask\fP and XOR \fIvalue\fP into the ctmark.
14 nfmark to XOR into the ctmark. \fIctmask\fP and \fInfmask\fP default to
24 ctmark to XOR into the nfmark. \fIctmask\fP and \fInfmask\fP default to
40 Binary XOR the ctmark with \fIbits\fP. (Mnemonic for \fB\-\-set\-xmark\fP
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCondMov.td201 defm : MovzPats1<GPR32, GPR32, MOVZ_I_I, XOR>, INSN_MIPS4_32_NOT_32R6_64R6;
210 defm : MovzPats1<GPR32, GPR64, MOVZ_I_I64, XOR>,
223 defm : MovnPats<GPR32, GPR32, MOVN_I_I, XOR>, INSN_MIPS4_32_NOT_32R6_64R6;
225 defm : MovnPats<GPR32, GPR64, MOVN_I_I64, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
234 defm : MovzPats1<GPR32, FGR32, MOVZ_I_S, XOR>, INSN_MIPS4_32_NOT_32R6_64R6;
235 defm : MovnPats<GPR32, FGR32, MOVN_I_S, XOR>, INSN_MIPS4_32_NOT_32R6_64R6;
246 defm : MovzPats1<GPR32, AFGR64, MOVZ_I_D32, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
248 defm : MovnPats<GPR32, AFGR64, MOVN_I_D32, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
255 defm : MovzPats1<GPR32, FGR64, MOVZ_I_D64, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
259 defm : MovnPats<GPR32, FGR64, MOVN_I_D64, XOR>, INSN_MIPS4_32_NOT_32R6_64R6,
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/texture/multisample/atomic/
Dstorage_image_r32ui.amber57 // XOR with two patterns in the second highest byte. Should set this
58 // byte to 0xc. The order of XOR operations don't matter.
Dstorage_image_r32i.amber57 // XOR with two patterns in the second highest byte. Should set this
58 // byte to 0xc. The order of XOR operations don't matter.
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dspecialization-constant-evaluation.comp46 const uint XOR = IADD ^ IADD; // 0
47 const uint NOT = ~XOR; // UINT_MAX
84 DUMMY_SSBO(Xor, 24, XOR + 1);
/third_party/selinux/checkpolicy/
Dpolicy_scan.l179 XOR { return(XOR); }
292 "^" { return (XOR); }
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DBlendMode.java22 XOR(11), enumConstant
/third_party/boost/libs/geometry/doc/generated/
Dsym_difference.qbk22 …tric difference calculates the spatial set theoretic symmetric difference (XOR) of two geometries.
61 …tric difference calculates the spatial set theoretic symmetric difference (XOR) of two geometries.
/third_party/flutter/skia/modules/pathkit/tests/
Dpathops.spec.js84 'kXOR_SkPathOp': PathKit.PathOp.XOR,
85 'kXOR_PathOp': PathKit.PathOp.XOR,
/third_party/skia/modules/pathkit/tests/
Dpathops.spec.js84 'kXOR_SkPathOp': PathKit.PathOp.XOR,
85 'kXOR_PathOp': PathKit.PathOp.XOR,
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeMIPS_32.c183 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
200 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
201 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
319 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
333 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
334 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
399 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
DsljitNativeMIPS_64.c274 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
291 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
292 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
410 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
424 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
425 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
495 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto69 XOR = 63; enumerator
Dtest_reserved_message_upper.proto68 message XOR {} message
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dspecialization-constant-evaluation.comp83 const uint XOR = (IADD ^ IADD);
84 const uint _215 = (XOR + 1u);
85 const uint NOT = (~XOR);
/third_party/boost/boost/test/tools/
Dassertion.hpp96 action( ^ , XOR , ^ , XOR ) \
/third_party/openGLES/extensions/ARB/
DARB_shader_atomic_counter_ops.txt66 * Bitwise operators (AND, OR, XOR, etc.)
140 …tomic_uint c, | 1. sets the counter for c to the result of the bitwise XOR of |
207 * Bitwise operators (AND, OR, XOR, etc.)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_atomic_counter_ops.txt56 * Bitwise operators (AND, OR, XOR, etc.)
130 …tomic_uint c, | 1. sets the counter for c to the result of the bitwise XOR of |
197 * Bitwise operators (AND, OR, XOR, etc.)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp130 case ISD::XOR: in getArithmeticInstrCost()

1234567891011