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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 446 // FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
450 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/Target/SystemZ/
SystemZISelLowering.cpp 142 setOperationAction(ISD::FCOS, MVT::f32, Expand);
143 setOperationAction(ISD::FCOS, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 205 case ISD::FCOS:
LegalizeFloatTypes.cpp 70 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break;
    [all...]
LegalizeVectorTypes.cpp 73 case ISD::FCOS:
449 case ISD::FCOS:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 116 setOperationAction(ISD::FCOS , MVT::f64, Expand);
118 setOperationAction(ISD::FCOS , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 757 setOperationAction(ISD::FCOS , MVT::f64, Expand);
761 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 213 setOperationAction(ISD::FCOS , MVT::f64, Expand);
216 setOperationAction(ISD::FCOS , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 172 setOperationAction(ISD::FCOS, MVT::f32, Expand);
173 setOperationAction(ISD::FCOS, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 572 setOperationAction(ISD::FCOS , MVT::f64, Expand);
574 setOperationAction(ISD::FCOS , MVT::f32, Expand);
600 setOperationAction(ISD::FCOS , MVT::f32, Expand);
611 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
626 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
664 setOperationAction(ISD::FCOS , MVT::f80 , Expand);
706 setOperationAction(ISD::FCOS, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 667 #define FCOS CHOICE(fcos, fcos, fcos)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 125 setOperationAction(ISD::FCOS , MVT::f64, Expand);
130 setOperationAction(ISD::FCOS , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 471 setOperationAction(ISD::FCOS, MVT::v2f64, Expand);
704 setOperationAction(ISD::FCOS, MVT::f32, Expand);
705 setOperationAction(ISD::FCOS, MVT::f64, Expand);
    [all...]

Completed in 401 milliseconds