Searched refs:XOR (Results 1 - 25 of 122) sorted by relevance

12345

/freebsd-11-stable/contrib/unbound/compat/
H A Dchacha_private.h41 #define XOR(v,w) ((v) ^ (w)) macro
46 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
47 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
48 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
49 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
168 x1 = XOR(x1,U8TO32_LITTLE(m + 4));
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8));
170 x3 = XOR(x3,U8TO32_LITTLE(m + 12));
171 x4 = XOR(x
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dchacha.c42 #define XOR(v,w) ((v) ^ (w)) macro
47 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
48 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
49 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
50 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
168 x1 = XOR(x1,U8TO32_LITTLE(m + 4));
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8));
170 x3 = XOR(x3,U8TO32_LITTLE(m + 12));
171 x4 = XOR(x
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dchacha_private.h41 #define XOR(v,w) ((v) ^ (w)) macro
46 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
47 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
48 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
49 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
168 x1 = XOR(x1,U8TO32_LITTLE(m + 4));
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8));
170 x3 = XOR(x3,U8TO32_LITTLE(m + 12));
171 x4 = XOR(x
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h29 XOR = 0x06, enumerator in enum:llvm::LPAC::AluCode
90 case XOR:
111 .Case("xor", XOR)
132 case ISD::XOR:
133 return AluCode::XOR;
H A DLanaiMemAluCombiner.cpp218 return LPAC::XOR;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dop.h88 XOR, enumerator in enum:__anon13873
H A Dtree.c149 { XOR, { 1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,
1161 case XOR:
2014 if (op == ORASS || op == OR || op == XOR) {
2841 case XOR:
3601 case XOR:
3960 case XOR:
3965 } else if (lop == AND || lop == XOR) {
3972 } else if (rop == AND || rop == XOR) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp130 case ISD::XOR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h53 XConcat, XADD, XMUL, XAND, XOR, XSRA, XSRL, XSHL, XListConcat, XListSplat, enumerator in enum:llvm::tgtok::TokKind
H A DTGLexer.cpp554 .Case("or", tgtok::XOR)
/freebsd-11-stable/contrib/gcc/
H A Dsimplify-rtx.c427 if (GET_CODE (op) == XOR
431 return simplify_gen_binary (XOR, mode, XEXP (op, 0), temp);
439 return simplify_gen_binary (XOR, mode, XEXP (op, 0), temp);
590 if (GET_CODE (op) == XOR
1395 on OP0 and OP1. CODE is currently one of PLUS, MULT, AND, IOR, XOR,
1616 && GET_CODE (op0) == XOR
1620 return simplify_gen_binary (XOR, mode, XEXP (op0, 0),
1621 simplify_gen_binary (XOR, mode, op1,
2094 case XOR:
2106 /* Canonicalize XOR o
[all...]
H A Dcombine.c4339 || code == AND || code == IOR || code == XOR)
4350 || code == AND || code == IOR || code == XOR
4545 if (GET_CODE (XEXP (x, 0)) == XOR
4713 return simplify_gen_binary (XOR, mode,
5055 || GET_CODE (t) == IOR || GET_CODE (t) == XOR
5064 || GET_CODE (t) == XOR)
5071 || GET_CODE (XEXP (t, 0)) == XOR
5090 || GET_CODE (XEXP (t, 0)) == XOR)
5107 || GET_CODE (XEXP (t, 0)) == XOR
5126 || GET_CODE (XEXP (t, 0)) == XOR)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h448 AND, OR, XOR, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2534 case ISD::XOR:
2542 return Opc == ISD::AND || Opc == ISD::OR || Opc == ISD::XOR;
2665 // - Logical operation (AND/OR/XOR)
2720 case ISD::XOR: NewOpc = PPC::XOR8; break;
2921 SDValue(CurDAG->getMachineNode(PPC::XOR, dl, MVT::i32, LHS, RHS), 0);
2933 SDValue(CurDAG->getMachineNode(PPC::XOR, dl, MVT::i32, LHS, RHS), 0);
3097 SDValue(CurDAG->getMachineNode(PPC::XOR, dl, MVT::i32, LHS, RHS), 0);
3115 SDValue(CurDAG->getMachineNode(PPC::XOR, dl, MVT::i32, LHS, RHS), 0);
3655 case ISD::XOR: {
4778 case ISD::XOR
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lex.l211 xor { return XOR; }
H A Dp-exp.y216 %left XOR
427 exp : exp XOR exp
1036 {"xor", XOR, BINOP_END}
H A Dada-exp.y188 %left _AND_ OR XOR THEN ELSE
458 exp : exp XOR exp /* Fix for Ada elementwise XOR */
H A Dada-exp.c73 XOR = 275, enumerator in enum:yytokentype
121 #define XOR 275 macro
532 "THEN", "XOR", "OR", "_AND_", "'='", "'<'", "'>'", "DOTDOT", "IN",
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c521 #define XOR 0x82c06000 /* xor %g1, 0, %g1 */ macro
670 where[2] = XOR | ((~target) & 0x00001fff);
743 where[2] = XOR | (((~offset) >> 12) & 0x00001fff);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp507 case ISD::XOR:
516 if (Opcode == ISD::XOR && Demanded.isSubsetOf(C))
710 case ISD::XOR: {
1082 SDValue Xor = TLO.DAG.getNode(ISD::XOR, dl, VT, Op0.getOperand(0), Op1);
1178 case ISD::XOR: {
2544 case ISD::XOR:
3080 assert((BOpcode == ISD::ADD || BOpcode == ISD::SUB || BOpcode == ISD::XOR) &&
3099 if (BOpcode == ISD::ADD || BOpcode == ISD::XOR)
3464 if ((N0.getOpcode() == ISD::XOR ||
3466 N0.getOperand(0).getOpcode() == ISD::XOR
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp78 setOperationAction(ISD::XOR, T, Legal);
155 setOperationAction(ISD::XOR, T, Custom);
181 setOperationAction(ISD::XOR, BoolW, Custom);
194 setOperationAction(ISD::XOR, BoolV, Legal);
1267 {DAG.getNode(ISD::XOR, dl, ResTy, {InpV, VecN1}),
1547 case ISD::XOR:
1602 if (Cond->getOpcode() == ISD::XOR) {
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h71 OP(XOR, "^") \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp446 case ISD::XOR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp606 case X86ISD::XOR:
612 case ISD::XOR: {
675 if (U->getOpcode() == ISD::OR || U->getOpcode() == ISD::XOR) {
970 case X86ISD::FXOR: Opc = ISD::XOR; break;
2557 case X86ISD::XOR:
3030 case X86ISD::XOR:
3106 case X86ISD::XOR: {
3126 case X86ISD::XOR:
3147 case X86ISD::XOR:
3173 case X86ISD::XOR
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp666 Instructions.emplace_back(Mips::XOR, Temp, LHS, RHS);
670 Instructions.emplace_back(Mips::XOR, Temp, LHS, RHS);

Completed in 849 milliseconds

12345