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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 447 // FLOG, FLOG2, FLOG10, FEXP, FEXP2,
451 FLOG, FLOG2, FLOG10, FEXP, FEXP2,
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 117 #define FEXP 3
lex.c 59 { "exp", FEXP, BLTIN },
run.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 211 case ISD::FEXP:
LegalizeFloatTypes.cpp 72 case ISD::FEXP: R = SoftenFloatRes_FEXP(N); break;
    [all...]
LegalizeVectorTypes.cpp 74 case ISD::FEXP:
450 case ISD::FEXP:
    [all...]
TargetLowering.cpp 583 setOperationAction(ISD::FEXP , MVT::f64, Expand);
588 setOperationAction(ISD::FEXP , MVT::f32, Expand);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 89 setOperationAction(ISD::FEXP, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 180 setOperationAction(ISD::FEXP, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 678 setOperationAction(ISD::FEXP, MVT::f80, Expand);
729 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 477 setOperationAction(ISD::FEXP, MVT::v2f64, Expand);
    [all...]

Completed in 328 milliseconds