/illumos-gate/usr/src/common/crypto/chacha/ |
H A D | chacha.c | 90 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/test/os-tests/tests/xsave/data/ |
H A D | mdb_xregs.ymm.32 | 2 xcr0 0x7 4 xstate_bv 0x7
|
H A D | mdb_xregs.ymm.64 | 2 xcr0 0x7 4 xstate_bv 0x7
|
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/ |
H A D | 32.clflush.out | 3 libdis_test+0x7: 66 0f ae 39 clflushopt (%ecx)
|
H A D | 64.clflush.out | 3 libdis_test+0x7: 66 0f ae 39 clflushopt (%rcx)
|
H A D | tst.random.out | 3 libdis_test+0x7: 66 0f c7 fb rdseed %bx
|
H A D | 64.prefetch.out | 3 libdis_test+0x7: 0f 18 13 prefetcht1 (%rbx)
|
H A D | 64.vmx.out | 3 libdis_test+0x7: 0f c7 38 vmptrst (%rax)
|
H A D | 64.avx2-gather.out | 3 libdis_test+0x7: c4 e2 f9 92 14 8d vgatherdpd %xmm0,0x42(,%xmm1,4),%xmm2
|
H A D | 32.avx.out | 598 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 600 libdis_test+0xc30: c5 d1 c2 71 42 07 vcmppd $0x7,0x42(%ecx),%xmm5,%xmm6 601 libdis_test+0xc36: c5 f5 c2 d0 07 vcmppd $0x7,%ymm0,%ymm1,%ymm2 602 libdis_test+0xc3b: c5 e5 c2 23 07 vcmppd $0x7,(%ebx),%ymm3,%ymm4 603 libdis_test+0xc40: c5 d5 c2 72 42 07 vcmppd $0x7,0x42(%edx),%ymm5,%ymm6 604 libdis_test+0xc46: c5 f0 c2 d0 07 vcmpps $0x7,%xmm0,%xmm1,%xmm2 605 libdis_test+0xc4b: c5 e0 c2 20 07 vcmpps $0x7,(%eax),%xmm3,%xmm4 606 libdis_test+0xc50: c5 d0 c2 71 42 07 vcmpps $0x7,0x42(%ecx),%xmm5,%xmm6 607 libdis_test+0xc56: c5 f4 c2 d0 07 vcmpps $0x7,%ymm0,%ymm1,%ymm2 [all …]
|
H A D | 64.avx.out | 598 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 600 libdis_test+0xc30: c5 d1 c2 71 42 07 vcmppd $0x7,0x42(%rcx),%xmm5,%xmm6 601 libdis_test+0xc36: c5 f5 c2 d0 07 vcmppd $0x7,%ymm0,%ymm1,%ymm2 602 libdis_test+0xc3b: c5 e5 c2 23 07 vcmppd $0x7,(%rbx),%ymm3,%ymm4 603 libdis_test+0xc40: c5 d5 c2 72 42 07 vcmppd $0x7,0x42(%rdx),%ymm5,%ymm6 604 libdis_test+0xc46: c5 f0 c2 d0 07 vcmpps $0x7,%xmm0,%xmm1,%xmm2 605 libdis_test+0xc4b: c5 e0 c2 20 07 vcmpps $0x7,(%rax),%xmm3,%xmm4 606 libdis_test+0xc50: c5 d0 c2 71 42 07 vcmpps $0x7,0x42(%rcx),%xmm5,%xmm6 607 libdis_test+0xc56: c5 f4 c2 d0 07 vcmpps $0x7,%ymm0,%ymm1,%ymm2 [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/ |
H A D | tst.struct.d.out | 10 forward_t *f = 0x7
|
/illumos-gate/usr/src/common/crypto/edonr/ |
H A D | edonr.c | 117 #define LS1_256(c, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 120 x04 = x0+x4, x17 = x1+x7, x07 = x04+x17; \ 129 s3 = rotl32(x26 + x7, 13); \ 134 #define LS1_512(c, x0, x1, x2, x3, x4, x5, x6, x7) \ argument 137 x04 = x0+x4, x17 = x1+x7, x07 = x04+x17; \ 146 s3 = rotl64(x26 + x7, 22); \
|
/illumos-gate/usr/src/cmd/smbsrv/testoplock/ |
H A D | case07.ref | 13 *smb_oplock_ind_break fid=1 NewLevel=0x7, AckReq=0, ComplStatus=0x215 (OPLOCK_SWITCHED_TO_NEW_HANDL…
|
H A D | case13.ref | 16 *smb_oplock_ind_break fid=1 NewLevel=0x7, AckReq=0, ComplStatus=0x215 (OPLOCK_SWITCHED_TO_NEW_HANDL…
|
/illumos-gate/usr/src/cmd/ibd_upgrade/ |
H A D | ibd_upgrade.sh | 126 | while read x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 device_path
|
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v-c/ |
H A D | tst.int.out | 20 libdis_test+0x26: e5 9a c.andi a3,-0x7
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | tableapi.test | 185 } {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/lib/iconv_modules/utf-8/common/binarytables/srcs/ |
H A D | IBM-1140+UTF-8.src | 94 between 0x7...0x7;
|
H A D | IBM-1141+UTF-8.src | 94 between 0x7...0x7;
|
H A D | IBM-1142+UTF-8.src | 95 between 0x7...0x7;
|
H A D | IBM-1144+UTF-8.src | 94 between 0x7...0x7;
|
H A D | IBM-1145+UTF-8.src | 94 between 0x7...0x7;
|
H A D | IBM-1147+UTF-8.src | 94 between 0x7...0x7;
|
H A D | IBM-1148+UTF-8.src | 94 between 0x7...0x7;
|