HomeSort by relevance Sort by last modified time
    Searched refs:FMA (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 1109 gen_rtx_fmt_eee (FMA, (MODE), (ARG0), (ARG1), (ARG2))
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 339 setOperationAction(ISD::FMA, MVT::f32, Expand);
340 setOperationAction(ISD::FMA, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 507 setOperationAction(ISD::FMA, MVT::v2f64, Expand);
585 // NEON only has FMA instructions as of VFP4.
587 setOperationAction(ISD::FMA, MVT::v2f32, Expand);
588 setOperationAction(ISD::FMA, MVT::v4f32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 131 setOperationAction(ISD::FMA , MVT::f64, Legal);
137 setOperationAction(ISD::FMA , MVT::f32, Legal);
469 setOperationAction(ISD::FMA, MVT::v4f32, Legal);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 219 setOperationAction(ISD::FMA, MVT::f128, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 456 TEST(APFloatTest, FMA) {
    [all...]

Completed in 449 milliseconds

12