Home
last modified time | relevance | path

Searched refs:vfee (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Ds390x.pm1657 sub vfee { subroutine
1662 vfee(@_[0..2],0,$_[3]);
1665 vfee(@_[0..2],1,$_[3]);
1668 vfee(@_[0..2],2,$_[3]);
1671 vfee(@_,0,1);
1674 vfee(@_,1,1);
1677 vfee(@_,2,1);
1680 vfee(@_,0,2);
1683 vfee(@_,1,2);
1686 vfee(@_,2,2);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsSystemZ.td353 defm int_s390_vfee : SystemZBinaryBHF<"vfee">;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvx-builtins.md50 ; Flags for vector string instructions (vfae all 4, vfee only ZS and CS, vstrc all 4)
1398 return "vfee<bhfgq>s\t%v0,%v1,%v2,%b3";
1403 (define_insn "vfee<mode>"
1410 "vfee<bhfgq>\t%v0,%v1,%v2,0"
H A Dvector.md179 ; Flags for vector string instructions (vfae all 4, vfee only ZS and CS, vstrc all 4)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvx-builtins.md50 ; Flags for vector string instructions (vfae all 4, vfee only ZS and CS, vstrc all 4)
1370 (define_insn "vfee<mode>"
1377 "vfee<bhfgq>\t%v0,%v1,%v2,0"
H A Dvector.md223 ; Flags for vector string instructions (vfae all 4, vfee only ZS and CS, vstrc all 4)
2019 return "vfee<bhfgq>s\t%v0,%v1,%v2";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1683 defm VFEE : BinaryExtraVRRbSPairGeneric<"vfee", 0xE780>;
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-opc.txt1550 e70000000080 vfee VRR_VVV0U0U "vector find element equal" z13 zarch optparm,vx
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Ds390-opc.txt1564 e70000000080 vfee VRR_VVV0U0U "vector find element equal" z13 zarch optparm,vx
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201736237 * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")