Searched refs:vfene (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | s390x.pm | 1698 sub vfene { subroutine 1703 vfene(@_[0..2],0,$_[3]); 1706 vfene(@_[0..2],1,$_[3]); 1709 vfene(@_[0..2],2,$_[3]); 1712 vfene(@_,0,1); 1715 vfene(@_,1,1); 1718 vfene(@_,2,1); 1721 vfene(@_,0,2); 1724 vfene(@_,1,2); 1727 vfene(@_,2,2); [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsSystemZ.td | 345 defm int_s390_vfene : SystemZBinaryBHF<"vfene">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrVector.td | 1882 defm VFENE : BinaryExtraVRRbSPairGeneric<"vfene", 0xE781>;
|