Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c5329 vdev_t *rvd, **vml = NULL; /* vdev modify list */ in spa_vdev_split_mirror() local
5383 vml = kmem_zalloc(children * sizeof (vdev_t *), KM_SLEEP); in spa_vdev_split_mirror()
5411 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE); in spa_vdev_split_mirror()
5412 if (vml[c] == NULL) { in spa_vdev_split_mirror()
5418 if (vml[c]->vdev_parent->vdev_ops != &vdev_mirror_ops || in spa_vdev_split_mirror()
5419 vml[c]->vdev_islog || in spa_vdev_split_mirror()
5420 vml[c]->vdev_ishole || in spa_vdev_split_mirror()
5421 vml[c]->vdev_isspare || in spa_vdev_split_mirror()
5422 vml[c]->vdev_isl2cache || in spa_vdev_split_mirror()
5423 !vdev_writeable(vml[c]) || in spa_vdev_split_mirror()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Ds390x.pm1235 sub vml { subroutine
1240 vml(@_,0);
1243 vml(@_,1);
1246 vml(@_,2);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsARM.td1175 // Version with 32-bit result, vml{a,s}dav[a][x]
1182 // Version with 64-bit result, vml{a,s}ldav[a][x]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvector.md718 "vml<bhfgq><w>\t%v0,%v1,%v2"
1158 ; The S/390 instructions vml and vmh return the low or high parts of
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvector.md968 "vml<bhfgq><w>\t%v0,%v1,%v2"
1408 ; The S/390 instructions vml and vmh return the low or high parts of
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td669 def VML : BinaryVRRcGeneric<"vml", 0xE7A2>;
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-opc.txt1433 e700000000a2 vml VRR_VVV0U "vector multiply low" z13 zarch vx
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Ds390-opc.txt1447 e700000000a2 vml VRR_VVV0U "vector multiply low" z13 zarch vx
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201318570 (vml<sa><q>_lane<q>_<fsu><16, 32, 64>): Likewise.
19908 (vml<as><q>_lane<q>_<su>16): Use 'x' constraint for element vector.
19909 (vml<as><q>_n_<su>16): Likewise.
19910 (vml<as>l_high_lane<q>_<su>16): Likewise.
19911 (vml<as>l_high_n_<su>16): Likewise.
19912 (vml<as>l_lane<q>_<su>16): Likewise.
19913 (vml<as>l_n_<su>16): Likewise.
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog25645 * demos/pexpr.c (main): Accept -vml option.