Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/perlasm/
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/gpl3/gcc/dist/gcc/config/s390/
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"
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/gpl3/binutils/dist/opcodes/
Ds390-opc.txt1564 e70000000080 vfee VRR_VVV0U0U "vector find element equal" z13 zarch optparm,vx
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Ds390-opc.txt1564 e70000000080 vfee VRR_VVV0U0U "vector find element equal" z13 zarch optparm,vx
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201736237 * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")