Home
last modified time | relevance | path

Searched refs:x7 (Results 1 – 25 of 34) sorted by last modified time

12

/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids7245 0012 ET-0507A [Graphire2 (5x7)]
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D64.vbmi2.out3 libdis_test+0x7: 62 53 a5 09 70 e2 vpshldw $0x23,%xmm10,%xmm11,%xmm12{%k1}
H A D32.vbmi2.out3 libdis_test+0x7: 62 f3 e5 09 70 e2 vpshldw $0x23,%xmm2,%xmm3,%xmm4{%k1}
H A D64.prefetch.out3 libdis_test+0x7: 0f 18 13 prefetcht1 (%rbx)
H A Dtst.random.out3 libdis_test+0x7: 66 0f c7 fb rdseed %bx
H A D64.vmx.out3 libdis_test+0x7: 0f c7 38 vmptrst (%rax)
H A D64.clflush.out3 libdis_test+0x7: 66 0f ae 39 clflushopt (%rcx)
H A D64.avx.out598 libdis_test+0xc26: c5 f1 c2 d0 07 vcmppd $0x7,%xmm0,%xmm1,%xmm2
599 libdis_test+0xc2b: c5 e1 c2 20 07 vcmppd $0x7,(%rax),%xmm3,%xmm4
601 libdis_test+0xc36: c5 f5 c2 d0 07 vcmppd $0x7,%ymm0,%ymm1,%ymm2
604 libdis_test+0xc46: c5 f0 c2 d0 07 vcmpps $0x7,%xmm0,%xmm1,%xmm2
607 libdis_test+0xc56: c5 f4 c2 d0 07 vcmpps $0x7,%ymm0,%ymm1,%ymm2
610 libdis_test+0xc66: c5 f3 c2 d0 07 vcmpsd $0x7,%xmm0,%xmm1,%xmm2
613 libdis_test+0xc76: c5 f2 c2 d0 07 vcmpss $0x7,%xmm0,%xmm1,%xmm2
1654 libdis_test+0x1fca: c5 f1 73 f8 07 vpslldq $0x7,%xmm0,%xmm1
1655 libdis_test+0x1fcf: c5 f5 73 f8 07 vpslldq $0x7,%ymm0,%ymm1
1696 libdis_test+0x2088: c5 f1 73 d8 07 vpsrldq $0x7,%xmm0,%xmm1
[all …]
H A D64.avx2-gather.out3 libdis_test+0x7: c4 e2 f9 92 14 8d vgatherdpd %xmm0,0x42(,%xmm1,4),%xmm2
H A D32.clflush.out3 libdis_test+0x7: 66 0f ae 39 clflushopt (%ecx)
H A D32.avx.out598 libdis_test+0xc26: c5 f1 c2 d0 07 vcmppd $0x7,%xmm0,%xmm1,%xmm2
599 libdis_test+0xc2b: c5 e1 c2 20 07 vcmppd $0x7,(%eax),%xmm3,%xmm4
601 libdis_test+0xc36: c5 f5 c2 d0 07 vcmppd $0x7,%ymm0,%ymm1,%ymm2
604 libdis_test+0xc46: c5 f0 c2 d0 07 vcmpps $0x7,%xmm0,%xmm1,%xmm2
607 libdis_test+0xc56: c5 f4 c2 d0 07 vcmpps $0x7,%ymm0,%ymm1,%ymm2
610 libdis_test+0xc66: c5 f3 c2 d0 07 vcmpsd $0x7,%xmm0,%xmm1,%xmm2
613 libdis_test+0xc76: c5 f2 c2 d0 07 vcmpss $0x7,%xmm0,%xmm1,%xmm2
1652 libdis_test+0x1fb3: c5 f1 73 f8 07 vpslldq $0x7,%xmm0,%xmm1
1653 libdis_test+0x1fb8: c5 f5 73 f8 07 vpslldq $0x7,%ymm0,%ymm1
1694 libdis_test+0x2071: c5 f1 73 d8 07 vpsrldq $0x7,%xmm0,%xmm1
[all …]
/illumos-gate/usr/src/test/os-tests/tests/xsave/data/
H A Dmdb_xregs.ymm.322 xcr0 0x7
4 xstate_bv 0x7
H A Dmdb_xregs.ymm.642 xcr0 0x7
4 xstate_bv 0x7
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtableapi.test185 } {0 1 100 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x…
196 } {0 2 100 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x…
/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c90 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
129 x7 = j7; in chacha_encrypt_bytes()
142 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
145 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes()
155 x7 = PLUS(x7,j7); in chacha_encrypt_bytes()
173 x7 = XOR(x7,U8TO32_LITTLE(m + 28)); in chacha_encrypt_bytes()
197 U32TO8_LITTLE(c + 28,x7); in chacha_encrypt_bytes()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dcase13.ref16 *smb_oplock_ind_break fid=1 NewLevel=0x7, AckReq=0, ComplStatus=0x215 (OPLOCK_SWITCHED_TO_NEW_HANDL…
H A Dcase07.ref13 *smb_oplock_ind_break fid=1 NewLevel=0x7, AckReq=0, ComplStatus=0x215 (OPLOCK_SWITCHED_TO_NEW_HANDL…
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME241 hid1: Index = 135 value =0x7
411 hidparser: scanner: parsed_text[0] = 0x0,index = 0x7
959 hidparser: scanner: parsed_text[0] = 0x7,index = 0x87
1393 hidparser: Report Id(0x7)
1404 hidparser: Report Id(0x7)
1594 0x85, 0x7, /* Report ID (0x7) */
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v-c/
H A Dtst.int.out20 libdis_test+0x26: e5 9a c.andi a3,-0x7
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/srcs/
H A DIBM-871+UTF-8.src91 between 0x7...0x7;
H A DIBM-1146+UTF-8.src94 between 0x7...0x7;
H A DIBM-1147+UTF-8.src94 between 0x7...0x7;
H A DIBM-1149+UTF-8.src94 between 0x7...0x7;
H A DIBM-1148+UTF-8.src94 between 0x7...0x7;
H A DIBM-1140+UTF-8.src94 between 0x7...0x7;

12