Home
last modified time | relevance | path

Searched refs:vfnma (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm2322 sub vfnma { subroutine
2327 vfnma(@_,0,2);
2330 vfnma(@_,0,3);
2333 vfnma(@_,8,2);
2336 vfnma(@_,8,3);
2339 vfnma(@_,8,4);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td2346 IIC_fpFMAC64, "vfnma", ".f64\t$Dd, $Dn, $Dm",
2355 IIC_fpFMAC32, "vfnma", ".f32\t$Sd, $Sn, $Sm",
2367 IIC_fpFMAC16, "vfnma", ".f16\t$Sd, $Sn, $Sm",
2382 // (fneg (fma x, y, z)) -> (vfnma z, x, y)
2392 // (fma (fneg x), y, (fneg z)) -> (vfnma z, x, y)
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1688 def VFNMA : TernaryVRReFloatGeneric<"vfnma", 0xE79F>;