11.1Smartin/* $NetBSD: s_fmaf.S,v 1.1 2022/06/23 16:42:50 martin Exp $ */ 21.1Smartin 31.1Smartin/* The contents of this file are in the public domain. */ 41.1Smartin 51.1Smartin#include <machine/asm.h> 61.1Smartin 71.1SmartinENTRY(fmaf) 81.1Smartin fmadds %f1, %f1, %f2, %f3 91.1Smartin blr 101.1SmartinEND(fmaf) 11