| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | failover.c | 4445 # 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 D | X86InstrFMA.td | 1 //===-- 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 D | X86IntrinsicsInfo.h | 929 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 D | trigd_lib.inc | 39 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 D | trigd_lib.inc | 39 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 D | trigd.c | 320 #define FMA __fmaieee128 macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUFeatures.td | 16 "FMA", 18 "Enable single precision FMA (not as fast as mul+add, but fused)"
|
| H A D | R600Subtarget.h | 41 bool FMA; variable 126 bool hasFMA() const { return FMA; } in hasFMA()
|
| H A D | GCNSubtarget.h | 105 bool FMA; variable 375 return FMA; in hasFMA()
|
| H A D | SIISelLowering.cpp | 567 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 D | dis_tables.c | 244 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 D | ConstrainedOps.def | 77 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 D | loop-unroll.c | 1396 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 D | loop-unroll.cc | 1369 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 D | intrinsics.def | 145 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 D | cpufeatureset.h | 133 XEN_CPUFEATURE(FMA, 1*32+12) /*A Fused Multiply Add */
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-isa.def | 29 DEF_PTA(FMA)
|
| H A D | x86-tune.def | 501 smaller FMA chain. */ 505 smaller FMA chain. */ 510 smaller FMA chain. */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 460 FMA, enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog | 160 * 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 D | InterleavedLoadCombinePass.cpp | 1186 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 D | X86TargetParser.def | 118 X86_FEATURE_COMPAT(FMA, "fma")
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | aarch-common.c | 459 case FMA: in aarch_accumulator_forwarding()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | aarch-common.cc | 459 case FMA: in aarch_accumulator_forwarding()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 3297 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()
|