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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 448 // FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary floating
452 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 214 case ISD::FTRUNC:
LegalizeVectorTypes.cpp 88 case ISD::FTRUNC:
465 case ISD::FTRUNC:
    [all...]
LegalizeFloatTypes.cpp 92 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/strace/
file.c 316 #ifdef FTRUNC
317 { FTRUNC, "FTRUNC" },
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 480 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand);
    [all...]

Completed in 205 milliseconds