HomeSort by relevance Sort by last modified time
    Searched refs:SUBC (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 193 /// like ADDC/SUBC, which indicate the carry result is always false.
200 ADDC, SUBC,
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 261 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
MipsSEISelDAGToDAG.cpp 238 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
MipsSEISelLowering.cpp 461 // SUBENode's second operand must be a flag output of an SUBC node in order
465 if (SUBCNode->getOpcode() != ISD::SUBC)
511 // replace uses of sube and subc here
    [all...]
  /external/pcre/dist/sljit/
sljitNativeSPARC_32.c 106 return push_inst(compiler, SUBC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | (flags & SET_FLAGS));
sljitNativeSPARC_common.c 157 #define SUBC (OPC1(0x2) | OPC3(0x0c))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 112 setOperationAction(ISD::SUBC, VT, Expand);
212 setOperationAction(ISD::SUBC, MVT::Other, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 112 setOperationAction(ISD::SUBC, VT, Expand);
212 setOperationAction(ISD::SUBC, MVT::Other, Expand);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 213 case ISD::SUBC: return "subc";
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 79 SUBC, // Sub with carry
ARMISelLowering.cpp 632 setOperationAction(ISD::SUBC, MVT::i32, Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 223 setOperationAction(ISD::SUBC, MVT::i32, Custom);
227 setOperationAction(ISD::SUBC, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 80 setOperationAction(ISD::SUBC, MVT::i32, Legal);
    [all...]
AMDGPUISelLowering.cpp 313 setOperationAction(ISD::SUBC, VT, Expand);
    [all...]
R600ISelLowering.cpp 176 setOperationAction(ISD::SUBC, VT, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 97 setOperationAction(ISD::SUBC, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 445 setOperationAction(ISD::SUBC, VT, Custom);
    [all...]

Completed in 363 milliseconds