Searched refs:XOR (Results 26 - 50 of 178) sorted by relevance

12345678

/macosx-10.10/vim-55/runtime/syntax/
H A Dfreebasic.vim85 syn keyword freebasicLogical AND EQV IMP OR NOT XOR
H A Dforth.vim116 syn keyword forthOperators AND OR XOR NOT LSHIFT RSHIFT INVERT 2* 2/ 1+
H A Dplsql.vim132 syn keyword plsqlFunction VSIZE WORK XOR
H A Dnasm.vim314 syn keyword nasmStdInstruction TEST XADD XCHG XLATB XOR
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp424 setOperationAction(ISD::XOR, VT, Legal);
456 setOperationAction(ISD::XOR, MVT::v16i8, Custom);
973 DAG.getNode( ISD::XOR, dl, MVT::i128, lowmask, ones));
976 DAG.getNode( ISD::XOR, dl, MVT::i128, himask, ones));
2344 // These operations (AND, OR, XOR) are legal, they just couldn't be custom
2548 return DAG.getNode(ISD::XOR, dl, ccResultVT,
2846 case ISD::XOR:
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2122 Op0Mapped = DAG.getNode(ISD::XOR, dl, MVT::i32, Op0, SignBit);
2815 False = DAG.getNode(ISD::XOR, dl, NVT, False,
3150 TLI.isOperationLegalOrCustom(ISD::XOR, VT) &&
3152 Tmp1 = DAG.getNode(ISD::XOR, dl, VT, Node->getOperand(1),
3664 case ISD::XOR: {
H A DLegalizeIntegerTypes.cpp104 case ISD::XOR:
1149 case ISD::XOR: ExpandIntRes_Logical(N, Lo, Hi); break;
1408 // shift if x is zero. We can use XOR here because x is known to be smaller
1410 SDValue Amt2 = DAG.getNode(ISD::XOR, dl, ShTy, Amt,
2515 NewLHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSLo, RHSLo);
2516 NewRHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSHi, RHSHi);
H A DSelectionDAG.cpp968 /// getNOT - Create a bitwise NOT operation as (XOR Val, -1).
974 return getNode(ISD::XOR, DL, VT, Val, NegOne);
1736 case ISD::XOR: {
2198 case ISD::XOR: // NOT is handled here.
2726 case ISD::XOR: return getConstant(C1 ^ C2, VT);
2780 case ISD::XOR:
3134 case ISD::XOR:
H A DLegalizeVectorTypes.cpp112 case ISD::XOR:
545 case ISD::XOR:
1322 case ISD::XOR:
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp1091 return EmitAtomicBinaryPartword(MI, BB, 1, Mips::XOR);
1094 return EmitAtomicBinaryPartword(MI, BB, 2, Mips::XOR);
1097 return EmitAtomicBinary(MI, BB, 4, Mips::XOR);
2161 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt,
2199 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt,
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex973 AND, XOR and OR directly. These operations are very quick.
1088 \subsection{AND, OR and XOR Operations}
1090 While AND, OR and XOR operations are not typical ``bignum functions'' they can be useful in several instances. The
1100 Which compute $c = a \odot b$ where $\odot$ is one of OR, AND or XOR.
/macosx-10.10/emacs-93/emacs/etc/
H A Dcalccard.tex494 \key{binary AND, OR, XOR}{b a\, b o\, b x}
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h518 /// getNOT - Create a bitwise NOT operation as (XOR Val, -1).
932 case ISD::XOR:
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp499 case MBlaze::LAX32: opcode = MBlaze::XOR; break;
/macosx-10.10/gnudiff-19/diffutils/
H A Dconfigure3954 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3960 if (XOR (islower (i), ISLOWER (i))
10296 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10302 if (XOR (islower (i), ISLOWER (i))
10901 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10907 if (XOR (islower (i), ISLOWER (i))
11292 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11298 if (XOR (islower (i), ISLOWER (i))
11744 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11750 if (XOR (islowe
[all...]
/macosx-10.10/gpatch-3/patch/
H A Dconfigure2481 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2487 if (XOR (islower (i), ISLOWER (i))
3730 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3736 if (XOR (islower (i), ISLOWER (i))
4769 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4775 if (XOR (islower (i), ISLOWER (i))
5417 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5423 if (XOR (islower (i), ISLOWER (i))
5926 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5932 if (XOR (islowe
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp827 SR = DAG.getNode(ISD::XOR, dl, MVT::i16, SR, One);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A Dconfigure2226 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2228 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a1/
H A Dconfigure2227 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2229 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a2/
H A Dconfigure2400 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2402 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dconfigure3213 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3219 if (XOR (islower (i), ISLOWER (i))
4204 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4210 if (XOR (islower (i), ISLOWER (i))
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.y1518 %left XOR
5580 | expr XOR expr {
H A Dparser.c180 XOR = 369, enumerator in enum:yytokentype
307 #define XOR 369 macro
2404 "LOR", "LAND", "OR", "XOR", "AND", "RSHIFT", "LSHIFT", "MINUS", "PLUS",
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp138 setOperationAction(ISD::XOR, VT, Promote);
139 AddPromotedToType (ISD::XOR, VT, PromotedBitwiseVT);
802 setTargetDAGCombine(ISD::XOR);
3287 SDValue MaskNot = DAG.getNode(ISD::XOR, dl, OpVT, Mask,
9006 case ISD::XOR: return PerformXORCombine(N, DCI, Subtarget);
/macosx-10.10/tcl-105/tcl_ext/snack/snack/unix/
H A Dconfigure2942 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2948 if (XOR (islower (i), ISLOWER (i))

Completed in 362 milliseconds

12345678