Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm1762 sub vstrc { subroutine
1767 vstrc(@_[0..3],0,$_[4]);
1770 vstrc(@_[0..3],1,$_[4]);
1773 vstrc(@_[0..3],2,$_[4]);
1777 vstrc(@_[0..3],0,0x1|$_[4]);
1781 vstrc(@_[0..3],1,0x1|$_[4]);
1785 vstrc(@_[0..3],2,0x1|$_[4]);
1789 vstrc(@_[0..3],0,0x2|$_[4]);
1793 vstrc(@_[0..3],1,0x2|$_[4]);
1797 vstrc(@_[0..3],2,0x2|$_[4]);
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsSystemZ.td353 defm int_s390_vstrc : SystemZQuaternaryIntBHF<"vstrc">;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1904 defm VSTRC : QuaternaryOptVRRdSPairGeneric<"vstrc", 0xE78A>;