Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/perlasm/
HDs390x.pm2342 sub vfnms { subroutine
2347 vfnms(@_,0,2);
2350 vfnms(@_,0,3);
2353 vfnms(@_,8,2);
2356 vfnms(@_,8,3);
2359 vfnms(@_,8,4);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrVFP.td2390 IIC_fpFMAC64, "vfnms", ".f64\t$Dd, $Dn, $Dm",
2399 IIC_fpFMAC32, "vfnms", ".f32\t$Sd, $Sn, $Sm",
2410 IIC_fpFMAC16, "vfnms", ".f16\t$Sd, $Sn, $Sm",
2425 // (fma x, y, (fneg z)) -> (vfnms z, x, y))
2435 // (fneg (fma (fneg x), y, z)) -> (vfnms z, x, y)
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrVector.td1331 def VFNMS : TernaryVRReFloatGeneric<"vfnms", 0xE79E>;