Searched refs:FCOS (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dawk.h125 #define FCOS 10 macro
H A Dlex.c54 { "cos", FCOS, BLTIN },
H A Drun.c1497 case FCOS:
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DISDOpcodes.h451 /// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
455 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator in enum:llvm::ISD::NodeType
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtasm.vim46 syn keyword tasmCoprocInstr FCOMIP FCOMP FCOMP3 FCOMP5 FCOMPP FCOS FDECSTP
H A Dforth.vim122 syn keyword forthOperators FCOS FSINCOS FTAN FASIN FACOS FATAN FATAN2 FSINH
H A Dmasm.vim228 syn keyword masmOpFloat FNCLEX FCOM FCOMP FCOMPP FCOS FDECSTP FDISI
H A Dnasm.vim348 syn keyword nasmFpuInstruction FCHS FCLEX FCOM[IP] FCOMP[P] FCOS
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp142 case ISD::FCOS: return "fcos";
H A DLegalizeVectorOps.cpp211 case ISD::FCOS:
H A DLegalizeFloatTypes.cpp70 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break;
853 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break;
H A DLegalizeVectorTypes.cpp73 case ISD::FCOS:
508 case ISD::FCOS:
1354 case ISD::FCOS:
H A DSelectionDAGBuilder.cpp4967 setValue(&I, DAG.getNode(ISD::FCOS, dl,
5684 if (visitUnaryFloatCall(I, ISD::FCOS))
H A DLegalizeDAG.cpp3041 case ISD::FCOS:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelLowering.cpp761 setOperationAction(ISD::FCOS , MVT::f64, Expand);
765 setOperationAction(ISD::FCOS , MVT::f32, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1362 setOperationAction(ISD::FCOS , MVT::f64, Expand);
1365 setOperationAction(ISD::FCOS , MVT::f32, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp83 setOperationAction(ISD::FCOS, MVT::f32, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp211 setOperationAction(ISD::FCOS , MVT::f64, Expand);
214 setOperationAction(ISD::FCOS , MVT::f32, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp260 setOperationAction(ISD::FCOS, MVT::f32, Expand);
261 setOperationAction(ISD::FCOS, MVT::f64, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp602 setOperationAction(ISD::FCOS , MVT::f64, Expand);
604 setOperationAction(ISD::FCOS , MVT::f32, Expand);
630 setOperationAction(ISD::FCOS , MVT::f32, Expand);
641 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
657 setOperationAction(ISD::FCOS , MVT::f32 , Expand);
658 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
696 setOperationAction(ISD::FCOS , MVT::f80 , Expand);
743 setOperationAction(ISD::FCOS, (MVT::SimpleValueType)VT, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp134 setOperationAction(ISD::FCOS , MVT::f64, Expand);
139 setOperationAction(ISD::FCOS , MVT::f32, Expand);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp492 setOperationAction(ISD::FCOS, MVT::v2f64, Expand);
509 setOperationAction(ISD::FCOS, MVT::v4f32, Expand);
762 setOperationAction(ISD::FCOS, MVT::f32, Expand);
763 setOperationAction(ISD::FCOS, MVT::f64, Expand);

Completed in 451 milliseconds