Home
last modified time | relevance | path

Searched refs:FMA (Results 1 – 25 of 178) sorted by relevance

12345678

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c4445 # define FMA obuf, &obufix, sizeof obuf in dhcp_failover_send_state() macro
4446 failover_print (FMA, "(state"); in dhcp_failover_send_state()
4448 # define FMA (char *)0, (unsigned *)0, 0 in dhcp_failover_send_state() macro
4462 dhcp_failover_make_option (FTO_SERVER_STATE, FMA, in dhcp_failover_send_state()
4467 (FTO_SERVER_FLAGS, FMA, in dhcp_failover_send_state()
4470 dhcp_failover_make_option (FTO_STOS, FMA, state -> me.stos), in dhcp_failover_send_state()
4475 failover_print (FMA, " (failed)"); in dhcp_failover_send_state()
4476 failover_print (FMA, ")"); in dhcp_failover_send_state()
4497 # define FMA obuf, &obufix, sizeof obuf in dhcp_failover_send_connect() macro
4498 failover_print (FMA, "(connect"); in dhcp_failover_send_connect()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFMA.td1 //===-- X86InstrFMA.td - FMA Instruction Set ---------------*- tablegen -*-===//
9 // This file describes FMA (Fused Multiply-Add) instructions.
17 // For all FMA opcodes declared in fma3p_rm_* and fma3s_rm_* multiclasses
23 // FMA*213*:
27 // FMA*132*:
31 // FMA*231*:
168 // All source register operands of FMA opcodes defined in fma3s_rm multiclass
170 // adjustment, for example, commuting the operands 1 and 2 in FMA*132 form
171 // would require an opcode change to FMA*231:
172 // FMA*132* reg1, reg2, reg3; // reg1 * reg3 + reg2;
[all …]
H A DX86IntrinsicsInfo.h929 X86_INTRINSIC_DATA(avx512_vfmadd_f32, INTR_TYPE_3OP, ISD::FMA, X86ISD::FMADD_RND),
930 X86_INTRINSIC_DATA(avx512_vfmadd_f64, INTR_TYPE_3OP, ISD::FMA, X86ISD::FMADD_RND),
931 X86_INTRINSIC_DATA(avx512_vfmadd_pd_512, INTR_TYPE_3OP, ISD::FMA, X86ISD::FMADD_RND),
932 X86_INTRINSIC_DATA(avx512_vfmadd_ps_512, INTR_TYPE_3OP, ISD::FMA, X86ISD::FMADD_RND),
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dtrigd_lib.inc39 PIO180H -- upper bits of pi/180 for FMA
40 PIO180L -- lower bits of pi/180 for FMA
71 #define FMA LITERAL(fma)
131 #define D2R(x) (x = FMA((x), PIO180H_LITERAL, (x) * PIO180L_LITERAL))
167 #undef FMA
219 #undef FMA
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dtrigd_lib.inc39 PIO180H -- upper bits of pi/180 for FMA
40 PIO180L -- lower bits of pi/180 for FMA
72 #define FMA LITERAL(fma)
133 #define D2R(x) (x = FMA((x), PIO180H_LITERAL, (x) * PIO180L_LITERAL))
169 #undef FMA
221 #undef FMA
H A Dtrigd.c320 #define FMA __fmaieee128 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUFeatures.td16 "FMA",
18 "Enable single precision FMA (not as fast as mul+add, but fused)"
H A DR600Subtarget.h41 bool FMA; variable
126 bool hasFMA() const { return FMA; } in hasFMA()
H A DGCNSubtarget.h105 bool FMA; variable
375 return FMA; in hasFMA()
H A DSIISelLowering.cpp567 setOperationAction(ISD::FMA, MVT::f16, Legal); in SITargetLowering()
683 setOperationAction(ISD::FMA, MVT::v2f16, Legal); in SITargetLowering()
715 setOperationAction(ISD::FMA, MVT::v4f16, Custom); in SITargetLowering()
731 setOperationAction(ISD::FMA, MVT::v2f32, Legal); in SITargetLowering()
737 setOperationAction(ISD::FMA, VT, Custom); in SITargetLowering()
807 setTargetDAGCombine(ISD::FMA); in SITargetLowering()
869 (Opcode == ISD::FMA && Subtarget->hasFmaMixInsts())) && in isFPExtFoldable()
4528 case ISD::FMA: in LowerOperation()
8290 SDValue Tmp0 = DAG.getNode(ISD::FMA, SL, VT, NegY, R, One); in lowerFastUnsafeFDIV64()
8292 R = DAG.getNode(ISD::FMA, SL, VT, Tmp0, R, R); in lowerFastUnsafeFDIV64()
[all …]
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c244 FMA, /* FMA instructions, all VEX_RMrX */ enumerator
1550 /* [94] */ INVALID, INVALID, TNSZ("vfmaddsub132p",FMA,16),TNSZ("vfmsubadd132p",FMA,16),
1551 /* [98] */ TNSZ("vfmadd132p",FMA,16),TNSZ("vfmadd132s",FMA,16),TNSZ("vfmsub132p",FMA,16),TNSZ("vf…
1552 /* [9C] */ TNSZ("vfnmadd132p",FMA,16),TNSZ("vfnmadd132s",FMA,16),TNSZ("vfnmsub132p",FMA,16),TNSZ(…
1555 /* [A4] */ INVALID, INVALID, TNSZ("vfmaddsub213p",FMA,16),TNSZ("vfmsubadd213p",FMA,16),
1556 /* [A8] */ TNSZ("vfmadd213p",FMA,16),TNSZ("vfmadd213s",FMA,16),TNSZ("vfmsub213p",FMA,16),TNSZ("vf…
1557 /* [AC] */ TNSZ("vfnmadd213p",FMA,16),TNSZ("vfnmadd213s",FMA,16),TNSZ("vfnmsub213p",FMA,16),TNSZ(…
1560 /* [B4] */ INVALID, INVALID, TNSZ("vfmaddsub231p",FMA,16),TNSZ("vfmsubadd231p",FMA,16),
1561 /* [B8] */ TNSZ("vfmadd231p",FMA,16),TNSZ("vfmadd231s",FMA,16),TNSZ("vfmsub231p",FMA,16),TNSZ("vf…
1562 /* [BC] */ TNSZ("vfnmadd231p",FMA,16),TNSZ("vfnmadd231s",FMA,16),TNSZ("vfnmsub231p",FMA,16),TNSZ(…
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def77 DAG_FUNCTION(fma, 3, 1, experimental_constrained_fma, FMA)
100 // constrained FMA or FMUL + FADD intrinsics.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-unroll.c1396 if (code != PLUS && code != MINUS && code != MULT && code != FMA) in analyze_insn_to_expand_var()
1404 if (code == FMA && !flag_unsafe_math_optimizations) in analyze_insn_to_expand_var()
1426 if (code == FMA) in analyze_insn_to_expand_var()
1449 if (code == FMA) in analyze_insn_to_expand_var()
1886 case FMA: in insert_var_expansion_initialization()
1939 case FMA: in combine_var_copies_in_loop_exit()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-unroll.cc1369 if (code != PLUS && code != MINUS && code != MULT && code != FMA) in analyze_insn_to_expand_var()
1377 if (code == FMA && !flag_unsafe_math_optimizations) in analyze_insn_to_expand_var()
1399 if (code == FMA) in analyze_insn_to_expand_var()
1422 if (code == FMA) in analyze_insn_to_expand_var()
1858 case FMA: in insert_var_expansion_initialization()
1911 case FMA: in combine_var_copies_in_loop_exit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dintrinsics.def145 DEF_CTFE_BUILTIN (FMA, FMA, "fma", "std.math", "FNaNbNiNfeeeZe")
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
H A Dcpufeatureset.h133 XEN_CPUFEATURE(FMA, 1*32+12) /*A Fused Multiply Add */
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-isa.def29 DEF_PTA(FMA)
H A Dx86-tune.def501 smaller FMA chain. */
505 smaller FMA chain. */
510 smaller FMA chain. */
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h460 FMA, enumerator
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog160 * intrinsics/trigd.c (COPYSIGN, FMOD, FABS, FMA, SIN, COS, TAN): If
162 * intrinsics/trigd_lib.inc (COPYSIGN, FMOD, FABS, FMA, SIN, COS, TAN):
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1186 auto FMA = MSSA.getMemoryAccess(First); in combine() local
1189 if (!MSSA.dominates(MADef, FMA)) in combine()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DX86TargetParser.def118 X86_FEATURE_COMPAT(FMA, "fma")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common.c459 case FMA: in aarch_accumulator_forwarding()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common.cc459 case FMA: in aarch_accumulator_forwarding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp3297 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), IID); in UpgradeIntrinsicCall() local
3298 Rep = Builder.CreateCall(FMA, Ops); in UpgradeIntrinsicCall()
3300 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local
3303 Rep = Builder.CreateCall(FMA, { A, B, C }); in UpgradeIntrinsicCall()
3357 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local
3360 Rep = Builder.CreateCall(FMA, { A, B, C }); in UpgradeIntrinsicCall()
3418 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in UpgradeIntrinsicCall() local
3420 Value *Odd = Builder.CreateCall(FMA, Ops); in UpgradeIntrinsicCall()
3422 Value *Even = Builder.CreateCall(FMA, Ops); in UpgradeIntrinsicCall()

12345678