Home
last modified time | relevance | path

Searched defs:FMA (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c4445 # define FMA obuf, &obufix, sizeof obuf in dhcp_failover_send_state() macro
4448 # define FMA (char *)0, (unsigned *)0, 0 in dhcp_failover_send_state() macro
4497 # define FMA obuf, &obufix, sizeof obuf in dhcp_failover_send_connect() macro
4500 # define FMA (char *)0, (unsigned *)0, 0 in dhcp_failover_send_connect() macro
4554 # define FMA obuf, &obufix, sizeof obuf in dhcp_failover_send_connectack() macro
4557 # define FMA (char *)0, (unsigned *)0, 0 in dhcp_failover_send_connectack() macro
4625 # define FMA obuf, &obufix, sizeof obuf in dhcp_failover_send_disconnect() macro
4628 # define FMA (char *)0, (unsigned *)0, 0 in dhcp_failover_send_disconnect() macro
4675 # define FMA obuf, &obufix, sizeof obuf in dhcp_failover_send_bind_update() macro
4678 # define FMA (char *)0, (unsigned *)0, 0 in dhcp_failover_send_bind_update() macro
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h41 bool FMA; variable
H A DGCNSubtarget.h105 bool FMA; variable
H A DSIISelLowering.cpp10596 SDValue FMA = N->getOperand(2); in performFMACombine() local
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dtrigd.c320 #define FMA __fmaieee128 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp3297 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), IID); in UpgradeIntrinsicCall() local
3300 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local
3357 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local
3418 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in UpgradeIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1186 auto FMA = MSSA.getMemoryAccess(First); in combine() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h460 FMA, enumerator
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c244 FMA, /* FMA instructions, all VEX_RMrX */ enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12884 SDValue FMA, E; in visitFADDForFMACombine() local
13383 if (SDValue FMA = FuseFADD(N0, N1)) in visitFMULForFMADistributiveCombine() local
13385 if (SDValue FMA = FuseFADD(N1, N0)) in visitFMULForFMADistributiveCombine() local
13416 if (SDValue FMA = FuseFSUB(N0, N1)) in visitFMULForFMADistributiveCombine() local
13418 if (SDValue FMA = FuseFSUB(N1, N0)) in visitFMULForFMADistributiveCombine() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp12014 Function *FMA; in EmitX86FMAExpr() local
12081 Function *FMA = CGF.CGM.getIntrinsic( in EmitScalarFMAExpr() local
12085 Function *FMA = CGF.CGM.getIntrinsic(Intrinsic::fma, Ops[0]->getType()); in EmitScalarFMAExpr() local