HomeSort by relevance Sort by last modified time
    Searched refs:SIGN_EXTEND (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 161 #define SIGN_EXTEND(x, l) (((x)^(1<<((l)-1)))-(1<<(l-1)))
162 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24);
163 #undef SIGN_EXTEND
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 357 // SIGN_EXTEND - Used for integer types, replicating the sign bit
359 SIGN_EXTEND,
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 323 setOperationAction(ISD::SIGN_EXTEND, MVT::i128, Custom);
461 setTargetDAGCombine(ISD::SIGN_EXTEND);
736 result = DAG.getNode(ISD::SIGN_EXTEND, dl, OutVT, result);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
rtl.def 536 The machine modes of the operand and of the SIGN_EXTEND expression
538 DEF_RTL_EXPR(SIGN_EXTEND, "sign_extend", "e", RTX_UNARY)
    [all...]
genrtl.h 426 gen_rtx_fmt_e (SIGN_EXTEND, (MODE), (ARG0))
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 713 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
    [all...]
FastISel.cpp 274 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
629 ISD::SIGN_EXTEND, ResultReg, ResultRegIsKill);
    [all...]
LegalizeFloatTypes.cpp 560 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
    [all...]
LegalizeVectorOps.cpp 198 case ISD::SIGN_EXTEND:
LegalizeVectorTypes.cpp 89 case ISD::SIGN_EXTEND:
466 case ISD::SIGN_EXTEND:
    [all...]
LegalizeIntegerTypes.cpp 92 case ISD::SIGN_EXTEND:
289 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
396 if (N->getOpcode() == ISD::SIGN_EXTEND)
    [all...]
SelectionDAG.cpp 892 getNode(ISD::SIGN_EXTEND, DL, VT, Op) :
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 260 Opi = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Opi);
317 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 416 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
589 ResValue = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), ResValue);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 121 setOperationAction(ISD::SIGN_EXTEND, MVT::i16, Custom);
191 case ISD::SIGN_EXTEND: return LowerSIGN_EXTEND(Op, DAG);
479 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 321 /// ISD::SIGN_EXTEND).
792 ISD::SIGN_EXTEND;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 511 setTargetDAGCombine(ISD::SIGN_EXTEND);
    [all...]
ARMFastISel.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 128 return ISD::SIGN_EXTEND;
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 729 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, RegVT, Arg);
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 268 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 421 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]

Completed in 1115 milliseconds

1 2