| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEInstrIntrinsicVL.td | 27 def : Pat<(v512i1 (int_ve_vl_insert_vm512u v512i1:$vmx, v256i1:$vmy)), 28 (INSERT_SUBREG v512i1:$vmx, v256i1:$vmy, sub_vm_even)>; 30 def : Pat<(v512i1 (int_ve_vl_insert_vm512l v512i1:$vmx, v256i1:$vmy)), 31 (INSERT_SUBREG v512i1:$vmx, v256i1:$vmy, sub_vm_odd)>;
|
| H A D | VEInstrVec.td | 28 def VFMKyal : Pseudo<(outs VM512:$vmx), (ins I32:$vl), 29 "# pseudo-vfmk.at $vmx">; 30 def VFMKynal : Pseudo<(outs VM512:$vmx), (ins I32:$vl), 31 "# pseudo-vfmk.af $vmx">; 32 def VFMKWyvl : Pseudo<(outs VM512:$vmx), 34 "# pseudo-vfmk.w.$cf $vmx, $vz">; 35 def VFMKWyvyl : Pseudo<(outs VM512:$vmx), 37 "# pseudo-vfmk.w.$cf $vmx, $vz, $vm">; 38 def VFMKSyvl : Pseudo<(outs VM512:$vmx), 40 "# pseudo-vfmk.s.$cf $vmx, $vz">; [all …]
|
| /netbsd-src/external/mit/xorg/lib/pixman/ |
| H A D | Makefile | 68 SRCS+= pixman-vmx.c 69 COPTS.pixman-vmx.c= -maltivec
|
| /netbsd-src/sys/modules/if_vmx/ |
| H A D | if_vmx.ioconf | 10 vmx* at pci? dev ? function ?
|
| /netbsd-src/external/mpl/mozilla-certdata/share/certs/ |
| H A D | UCA_Extended_Validation_Root.pem | 28 xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | cell.md | 51 ;; VSU unit: vus(vmx simple), vup(vmx permute), vuc(vmx complex), 52 ;; vuf(vmx float), fpu(floats). fpu_div is hypothetical, it is for
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | cell.md | 51 ;; VSU unit: vus(vmx simple), vup(vmx permute), vuc(vmx complex), 52 ;; vuf(vmx float), fpu(floats). fpu_div is hypothetical, it is for
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| H A D | vm_event.h | 278 } vmx; member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| H A D | s390x.pm | 1041 sub vmx { subroutine 1046 vmx(@_,0); 1049 vmx(@_,1); 1052 vmx(@_,2); 1055 vmx(@_,3);
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | AUTHORS | 106 mpn/powerpc64/vmx/popcount.asm.
|
| H A D | configure.ac | 1095 gcc_cflags_subtype="-force_cpusubtype_ALL" # for vmx on darwin 1108 path="powerpc32/vmx powerpc32/750 powerpc32" ;; 1110 path="powerpc32/vmx powerpc32" ;; 1151 vmx_path="powerpc64/vmx"
|
| H A D | ChangeLog | 2815 * mpn/powerpc32/vmx/mod_34lsub1.asm: Likewise. 3606 * mpn/powerpc64/vmx/popcount.asm (mpn_popcount): Likewise. 5469 * mpn/powerpc32/vmx/mod_34lsub1.asm: Fix r0 clobbering issue with 8939 * mpn/powerpc64/vmx/popcount.asm: Rewrite to use vperm count table. 13526 * mpn/powerpc64/vmx/popcount.asm: Use LEAL. 13532 * mpn/powerpc32/vmx/mod_34lsub1.asm: Use LEAL. 13794 * mpn/powerpc32/vmx/mod_34lsub1.asm: New file. 13980 * mpn/powerpc64/vmx/popcount.asm: Conditionally zero extend n. 14088 * mpn/powerpc64/vmx/popcount.asm: Use LEA, not LDSYM. 14148 * mpn/powerpc32/vmx/copyd.asm: Set right VRSAVE bits. [all …]
|
| /netbsd-src/share/man/man4/ |
| H A D | Makefile | 74 vether.4 vlan.4 vmmon.4 vmnet.4 vmt.4 vmx.4 vnd.4 voodoofb.4 vr.4 \
|
| /netbsd-src/sys/dev/pci/ |
| H A D | files.pci | 1212 device vmx: ether, ifnet, arp 1213 attach vmx at pci 1214 file dev/pci/if_vmx.c vmx
|
| H A D | if_vmx.c | 464 CFATTACH_DECL3_NEW(vmx, sizeof(struct vmxnet3_softc),
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-i386.texi | 134 @code{-march=i686+sse4+vmx} extends @var{i686} with @var{sse4} and 135 @var{vmx}. The following extensions are currently supported: 247 @code{vmx}, 1520 @item @samp{.avx} @tab @samp{.vmx} @tab @samp{.smx} @tab @samp{.ept}
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-i386.texi | 136 @code{-march=i686+sse4+vmx} extends @var{i686} with @var{sse4} and 137 @var{vmx}. The following extensions are currently supported: 227 @code{vmx}, 1641 @item @samp{.avx} @tab @samp{.vmx} @tab @samp{.smx} @tab @samp{.ept}
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | GENERIC64 | 307 vmx* at pci? dev ? function ? # VMware VMXNET3
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 4507 vmx
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 44115 b6e4ad0c2b06bc17958fb57b495b011f gcc/testsuite/gcc.dg/vmx/1b-01.c 44116 192ca75d85cf89c0dbaa4e9b66bf8ce1 gcc/testsuite/gcc.dg/vmx/1b-02.c 44117 26ad98ef01158cbabae0393a498f540a gcc/testsuite/gcc.dg/vmx/1b-03.c 44118 92fc844b0c5fbf4c91cfa9ad95739140 gcc/testsuite/gcc.dg/vmx/1b-04.c 44119 622b84ddabb59da4030ab22e23d24c68 gcc/testsuite/gcc.dg/vmx/1b-05.c 44120 699a336ecf42701655351f506ec6b20a gcc/testsuite/gcc.dg/vmx/1b-06-ansi.c 44121 07a6cf1bcad7ad9feb9c28b8d25a8c70 gcc/testsuite/gcc.dg/vmx/1b-06.c 44122 852e6585559c5eaac22559f05c3607f9 gcc/testsuite/gcc.dg/vmx/1b-07-ansi.c 44123 c1aedb94deb953ef76cea05774fc34f1 gcc/testsuite/gcc.dg/vmx/1b-07.c 44124 c500a294044ecdc6c84585cd1abc334f gcc/testsuite/gcc.dg/vmx/1c-01.c [all …]
|
| /netbsd-src/sys/arch/amd64/conf/ |
| H A D | XEN3_DOM0 | 884 vmx* at pci? dev ? function ? # VMware VMXNET3
|
| H A D | GENERIC | 878 vmx* at pci? dev ? function ? # VMware VMXNET3
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 50109 b6e4ad0c2b06bc17958fb57b495b011f gcc/testsuite/gcc.dg/vmx/1b-01.c 50110 192ca75d85cf89c0dbaa4e9b66bf8ce1 gcc/testsuite/gcc.dg/vmx/1b-02.c 50111 26ad98ef01158cbabae0393a498f540a gcc/testsuite/gcc.dg/vmx/1b-03.c 50112 92fc844b0c5fbf4c91cfa9ad95739140 gcc/testsuite/gcc.dg/vmx/1b-04.c 50113 622b84ddabb59da4030ab22e23d24c68 gcc/testsuite/gcc.dg/vmx/1b-05.c 50114 699a336ecf42701655351f506ec6b20a gcc/testsuite/gcc.dg/vmx/1b-06-ansi.c 50115 07a6cf1bcad7ad9feb9c28b8d25a8c70 gcc/testsuite/gcc.dg/vmx/1b-06.c 50116 852e6585559c5eaac22559f05c3607f9 gcc/testsuite/gcc.dg/vmx/1b-07-ansi.c 50117 c1aedb94deb953ef76cea05774fc34f1 gcc/testsuite/gcc.dg/vmx/1b-07.c 50118 c500a294044ecdc6c84585cd1abc334f gcc/testsuite/gcc.dg/vmx/1c-01.c [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2008 | 1693 (cpu_arch): Add .vmx and .smx.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2008 | 1693 (cpu_arch): Add .vmx and .smx.
|