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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 445 // FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
449 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 124 #define FCOS 10
lex.c 54 { "cos", FCOS, BLTIN },
run.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 207 case ISD::FCOS:
SelectionDAGDumper.cpp 141 case ISD::FCOS: return "fcos";
LegalizeFloatTypes.cpp 70 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break;
    [all...]
LegalizeVectorTypes.cpp 73 case ISD::FCOS:
486 case ISD::FCOS:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 756 setOperationAction(ISD::FCOS , MVT::f64, Expand);
760 setOperationAction(ISD::FCOS , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 83 setOperationAction(ISD::FCOS, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 209 setOperationAction(ISD::FCOS , MVT::f64, Expand);
212 setOperationAction(ISD::FCOS , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 205 setOperationAction(ISD::FCOS, MVT::f32, Expand);
206 setOperationAction(ISD::FCOS, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 592 setOperationAction(ISD::FCOS , MVT::f64, Expand);
594 setOperationAction(ISD::FCOS , MVT::f32, Expand);
620 setOperationAction(ISD::FCOS , MVT::f32, Expand);
631 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
646 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
684 setOperationAction(ISD::FCOS , MVT::f80 , Expand);
731 setOperationAction(ISD::FCOS, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 130 setOperationAction(ISD::FCOS , MVT::f64, Expand);
135 setOperationAction(ISD::FCOS , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 496 setOperationAction(ISD::FCOS, MVT::v2f64, Expand);
513 setOperationAction(ISD::FCOS, MVT::v4f32, Expand);
    [all...]

Completed in 509 milliseconds