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

  /prebuilts/go/darwin-x86/src/math/
sincos_386.s 10 FSINCOS // F0=cos(x), F1=sin(x) if -2**63 < x < 2**63
25 FSINCOS // F0=cos(reduced_x), F1=sin(reduced_x)
  /prebuilts/go/linux-x86/src/math/
sincos_386.s 10 FSINCOS // F0=cos(x), F1=sin(x) if -2**63 < x < 2**63
25 FSINCOS // F0=cos(reduced_x), F1=sin(reduced_x)
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 528 /// FSINCOS - Compute both fsin and fcos as a single operation.
529 FSINCOS,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 161 case ISD::FSINCOS: return "fsincos";
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 135 for (auto Op : {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOWI, ISD::FPOW,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 161 setOperationAction(ISD::FSINCOS, MVT::f128, Expand);
296 setOperationAction(ISD::FSINCOS, MVT::f16, Promote);
342 setOperationAction(ISD::FSINCOS, MVT::v4f16, Expand);
374 setOperationAction(ISD::FSINCOS, MVT::v8f16, Expand);
414 setOperationAction(ISD::FSINCOS, MVT::f64, Custom);
415 setOperationAction(ISD::FSINCOS, MVT::f32, Custom);
417 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
418 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
546 setOperationAction(ISD::FSINCOS, MVT::v1f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 363 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
364 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 549 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
552 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
579 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
591 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
609 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
610 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
657 setOperationAction(ISD::FSINCOS, MVT::f80, Expand);
705 setOperationAction(ISD::FSINCOS, VT, Expand);
707 setOperationAction(ISD::FSINCOS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 163 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
169 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 370 setOperationAction(ISD::FSINCOS, VT, Expand);
    [all...]

Completed in 412 milliseconds