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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 228 FADD, FSUB, FMUL, FMA, FDIV, FREM,
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 710 DEF_RTL_EXPR(FMA, "fma", "eee", RTX_TERNARY)
    [all...]
genrtl.h 1109 gen_rtx_fmt_eee (FMA, (MODE), (ARG0), (ARG1), (ARG2))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 710 DEF_RTL_EXPR(FMA, "fma", "eee", RTX_TERNARY)
    [all...]
genrtl.h 1109 gen_rtx_fmt_eee (FMA, (MODE), (ARG0), (ARG1), (ARG2))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 710 DEF_RTL_EXPR(FMA, "fma", "eee", RTX_TERNARY)
    [all...]
genrtl.h 1109 gen_rtx_fmt_eee (FMA, (MODE), (ARG0), (ARG1), (ARG2))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 179 case ISD::FMA: return "fma";
LegalizeFloatTypes.cpp 78 case ISD::FMA: R = SoftenFloatRes_FMA(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 758 setOperationAction(ISD::FMA , MVT::f64, Expand);
762 setOperationAction(ISD::FMA , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 73 setOperationAction(ISD::FMA, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 220 setOperationAction(ISD::FMA, MVT::f64, Expand);
221 setOperationAction(ISD::FMA, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 214 setOperationAction(ISD::FMA, MVT::f32, Expand);
215 setOperationAction(ISD::FMA, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 133 setOperationAction(ISD::FMA , MVT::f64, Expand);
138 setOperationAction(ISD::FMA , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 658 // We don't support FMA.
659 setOperationAction(ISD::FMA, MVT::f64, Expand);
660 setOperationAction(ISD::FMA, MVT::f32, Expand);
692 setOperationAction(ISD::FMA, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 352 milliseconds