Searched refs:SUB (Results 51 - 67 of 67) sorted by relevance

123

/macosx-10.10.1/adv_cmds-158/localedef/
H A Dlocaledef.pl204 <SUB> \\x1a
/macosx-10.10.1/awk-20/src/
H A Dytabc.bak98 SUB = 300,
193 #define SUB 300
596 "DELETE", "DO", "EXIT", "FOR", "FUNC", "SUB", "GSUB", "IF", "INDEX",
/macosx-10.10.1/efax-38/efax/
H A Defaxos.c347 if ( c == DLE || c == SUB )
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp173 case ISD::SUB:
H A DSelectionDAG.cpp2017 case ISD::SUB: {
2273 case ISD::SUB:
2292 // Otherwise, we treat this like a SUB.
2710 case ISD::SUB: return getConstant(C1 - C2, VT);
2782 case ISD::SUB:
3110 case ISD::SUB:
3143 case ISD::SUB:
H A DLegalizeVectorTypes.cpp109 case ISD::SUB:
534 case ISD::SUB:
1321 case ISD::SUB:
H A DSelectionDAGBuilder.cpp1619 SDValue SUB = DAG.getNode(ISD::SUB, dl, local
1621 Cond = DAG.getSetCC(dl, MVT::i1, SUB,
1685 SDValue Sub = DAG.getNode(ISD::SUB, getCurDebugLoc(), VT, SwitchOp,
1734 SDValue Sub = DAG.getNode(ISD::SUB, getCurDebugLoc(), VT, SwitchOp,
3679 SDValue t2 = DAG.getNode(ISD::SUB, dl, MVT::i32, t1,
H A DFastISel.cpp947 return SelectBinaryOp(I, ISD::SUB);
H A DLegalizeFloatTypes.cpp209 Mask = DAG.getNode(ISD::SUB, dl, LVT, Mask, DAG.getConstant(1, LVT));
343 // Expand Y = FNEG(X) -> Y = SUB -0.0, X
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp798 setTargetDAGCombine(ISD::SUB);
3437 SDValue RevShAmt = DAG.getNode(ISD::SUB, dl, MVT::i32,
3440 SDValue ExtraShAmt = DAG.getNode(ISD::SUB, dl, MVT::i32, ShAmt,
3471 SDValue RevShAmt = DAG.getNode(ISD::SUB, dl, MVT::i32,
3474 SDValue ExtraShAmt = DAG.getNode(ISD::SUB, dl, MVT::i32, ShAmt,
3545 SDValue NegatedCount = DAG.getNode(ISD::SUB, dl, ShiftVT,
4910 if (Opcode == ISD::ADD || Opcode == ISD::SUB) {
4921 if (Opcode == ISD::ADD || Opcode == ISD::SUB) {
7468 /// PerformSUBCombine - Target-specific dag combine xforms for ISD::SUB.
7502 if (Opcode != ISD::ADD && Opcode != ISD::SUB
[all...]
H A DARMFastISel.cpp1785 case ISD::SUB:
2723 return SelectBinaryIntOp(I, ISD::SUB);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dperl.vim327 syn region perlAutoload matchgroup=perlStringStartEnd start=+<<\s*\(['"]\=\)\z(END_\%(SUB\|OF_FUNC\|OF_AUTOLOAD\)\)\1+ end=+^\z1$+ contains=ALL fold
334 syn region perlAutoload matchgroup=perlStringStartEnd start=+<<\s*\(['"]\=\)\z(END_\%(SUB\|OF_FUNC\|OF_AUTOLOAD\)\)\1+ end=+^\z1$+ contains=ALL
H A Dmasm.vim201 syn keyword masmOpcode STOS STOSB STOSW SUB TEST WAIT XCHG XLAT XLATB
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp322 setOperationAction(ISD::SUB , VT, Legal);
3787 SDValue NegSize = DAG.getNode(ISD::SUB, dl, PtrVT,
4037 SDValue Tmp1 = DAG.getNode(ISD::SUB, dl, AmtVT,
4066 SDValue Tmp1 = DAG.getNode(ISD::SUB, dl, AmtVT,
4094 SDValue Tmp1 = DAG.getNode(ISD::SUB, dl, AmtVT,
4328 LHS = DAG.getNode(ISD::SUB, dl, LHS.getValueType(), LHS, RHS);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp717 } else if (Opc == ISD::SUB && (OpVT == MVT::i64 || OpVT == MVT::v2i64)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1025 } else if (Shl_0.getOpcode() == ISD::SUB) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelLowering.cpp1065 SDValue NewSP = DAG.getNode(ISD::SUB, dl, MVT::i32, SP, Size); // Value

Completed in 250 milliseconds

123