| /netbsd-src/sys/arch/arm/cortex/ |
| H A D | cpu_in_cksum_asm_neon.S | 57 veor d6, d6, d6 /* clear second dword */ 80 vmov d6, d7 /* move 1st dword to loaddr reg */ 97 vmovl.u16 q0, d6 /* 4 U16 -> 4 U32 */ 101 vld1.64 {d6-d7}, [ip:64]! 108 vmovl.u16 q0, d6 /* 4 U16 -> 4 U32 */ 112 vld1.64 {d6-d7}, [ip:64]! 119 vmovl.u16 q0, d6 /* 4 U16 -> 4 U32 */ 123 vld1.64 {d6-d7}, [ip:64]! 130 vmovl.u16 q0, d6 /* 4 U16 -> 4 U32 */ 134 vld1.64 {d6-d7}, [ip:64]! [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/ |
| H A D | aes-m68k.S | 85 | d6 consists of four Te index bytes 92 moveb %a2@(0,%d7:w:4),%d6 | d6=$xxxxxx22 95 eorb %d7,%d6 96 lsll #8,%d6 | d6=$xxxx22xx 101 moveb %a3@(1,%d7:w:4),%d6 | d6=$xxxx2233 102 swap %d6 | d6=$2233xxxx 103 movew %d4,%d6 | d6=$22330011 105 eorl %d6,%d0 | rk[4] = rk[0]^ (Te..) 182 moveb %a0@(%d7:w:4),%d6 | d6=$xxxxxx00 183 rorl #8,%d6 | d6=$00xxxxxx [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/m68k/ |
| H A D | aes-m68k.S | 85 | d6 consists of four Te index bytes 92 moveb %a2@(0,%d7:w:4),%d6 | d6=$xxxxxx22 95 eorb %d7,%d6 96 lsll #8,%d6 | d6=$xxxx22xx 101 moveb %a3@(1,%d7:w:4),%d6 | d6=$xxxx2233 102 swap %d6 | d6=$2233xxxx 103 movew %d4,%d6 | d6=$22330011 105 eorl %d6,%d0 | rk[4] = rk[0]^ (Te..) 182 moveb %a0@(%d7:w:4),%d6 | d6=$xxxxxx00 183 rorl #8,%d6 | d6=$00xxxxxx [all …]
|
| /netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
| H A D | bsdstart.S | 74 movl %d2,%d6 75 andb #0x50,%d6 | Is this an 68040/68060? 100 1: movq #0,%d6 | would have known contents 101 movc %d6,%cacr | turn off the caches 102 movl %d6,%d7 103 movl %d6,%a2 104 movl %d6,%a3 105 movl %d6,%a4 106 movl %d6,%a5 107 movl %d6,%a6
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
| H A D | lb1sf68.S | 80 #define d6 REG (d6) macro 372 | DOUBLE_FLOAT or LONG_FLOAT) in d6, and the last operation code in d5. 394 movew d6,a0@(FORMT) | and __format 399 cmpw IMM (SINGLE_FLOAT),d6 401 cmpl IMM (SINGLE_FLOAT),d6 416 clrl d6 417 movew a0@(TRAPE),d6 418 andl d6,d7 680 moveq IMM (DOUBLE_FLOAT),d6 690 moveq IMM (DOUBLE_FLOAT),d6 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
| H A D | lb1sf68.S | 80 #define d6 REG (d6) macro 372 | DOUBLE_FLOAT or LONG_FLOAT) in d6, and the last operation code in d5. 394 movew d6,a0@(FORMT) | and __format 399 cmpw IMM (SINGLE_FLOAT),d6 401 cmpl IMM (SINGLE_FLOAT),d6 416 clrl d6 417 movew a0@(TRAPE),d6 418 andl d6,d7 689 moveq IMM (DOUBLE_FLOAT),d6 699 moveq IMM (DOUBLE_FLOAT),d6 [all …]
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | ilsp.s | 149 mov.l 0x10(%a6), %d6 # get dividend lo 170 negx.l %d6 # complement signed dividend 180 tst.l %d6 # is (lo(dividend) == 0), too 183 cmp.l %d7,%d6 # is (divisor <= lo(dividend)) 186 exg %d5,%d6 # q = 0, r = dividend 190 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div! 219 cmpi.l %d6, &0x80000000 # will (-quot) fit in 32 bits? 222 neg.l %d6 # make (-quot) 2's comp 286 # in %d6. The divisor must be in the variable ddivisor, and the # 288 # The quotient is returned in %d6, remainder in %d5, unless the # [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| H A D | ghash-armv4.S | 360 vld1.64 d6,[r1] 364 vshr.u64 d26,d6,#63 380 vld1.64 d6,[r0]! 410 vld1.64 d6,[r2]! 417 vmull.p8 q8, d16, d6 @ F = A1*B 418 vext.8 d0, d6, d6, #1 @ B1 421 vmull.p8 q9, d18, d6 @ H = A2*B 422 vext.8 d22, d6, d6, #2 @ B2 426 vmull.p8 q10, d20, d6 @ J = A3*B 427 vext.8 d0, d6, d6, #3 @ B3 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
| H A D | ghash-armv4.S | 359 vld1.64 d6,[r1] 363 vshr.u64 d26,d6,#63 379 vld1.64 d6,[r0]! 409 vld1.64 d6,[r2]! 416 vmull.p8 q8, d16, d6 @ F = A1*B 417 vext.8 d0, d6, d6, #1 @ B1 420 vmull.p8 q9, d18, d6 @ H = A2*B 421 vext.8 d22, d6, d6, #2 @ B2 425 vmull.p8 q10, d20, d6 @ J = A3*B 426 vext.8 d0, d6, d6, #3 @ B3 [all …]
|
| /netbsd-src/sys/crypto/aes/arch/arm/ |
| H A D | aes_neon_32.S | 257 vtbl.8 d6, {q5}, d6 272 vtbl.8 d26, {q7}, d6 280 vtbl.8 d26, {q9}, d6 320 vtbl.8 d24, {q10}, d6 365 vtbl.8 d6, {q7}, d6 473 vtbl.8 d6, {q5}, d6 499 vtbl.8 d26, {q5}, d6 511 vtbl.8 d26, {q9}, d6 524 vtbl.8 d26, {q7}, d6 534 vtbl.8 d26, {q9}, d6 [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
| H A D | adddf3vfp.S | 21 vmov d6, r0, r1 // move first param from r0/r1 pair into d6 23 vadd.f64 d6, d6, d7 24 vmov r0, r1, d6 // move result back to r0/r1 pair
|
| H A D | subdf3vfp.S | 21 vmov d6, r0, r1 // move first param from r0/r1 pair into d6 23 vsub.f64 d6, d6, d7 24 vmov r0, r1, d6 // move result back to r0/r1 pair
|
| H A D | muldf3vfp.S | 21 vmov d6, r0, r1 // move first param from r0/r1 pair into d6 23 vmul.f64 d6, d6, d7 24 vmov r0, r1, d6 // move result back to r0/r1 pair
|
| /netbsd-src/sys/arch/amiga/stand/bootblock/boot/ |
| H A D | muldi3.s | 34 movml %d2/%d3/%d4/%d5/%d6,%sp@- | 0..4 regs, 5 %pc, 6..9 parameters 42 movq #63,%d6 53 dbra %d6,L4 54 movml %sp@+,%d2/%d3/%d4/%d5/%d6
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| H A D | test-ke-only.crt | 17 06:ea:68:0e:85:7d:c4:d6:bb:a9:c5:82:3a:88:9e: 27 0d:66:70:05:ca:3e:13:18:85:18:d6:9c:30:b9:66: 44 40:d6:da:76:1a:88:77:37:64:34:44:e9:b6:c5:45: 46 d6:89:82:83:d6:0e:27:0a:8b:ab:7b:aa:51:d8:4d: 60 d6:90:79:51:a0:8c:04:c5:d3:ec:d2:e0:d6:4d:0e:ab:19:55: 72 17:8a:1b:d6:e5:78:98:76:f0:8d:d1:0e:85:bc:69:36:ec:99: 73 d6:56:13:22:35:9a:dc:43:b4:f2:d7:6f:25:6d:7c:6e:70:54: 75 d6:47:4e:3a:a0:8c:bc:e9:fe:1b:07:b7:06:3c:62:05:17:a5: 82 dd:da:ec:eb:81:3a:66:0c:01:d6:03:8c:00:39:b0:83:96:51:
|
| H A D | kdc.crt | 26 b6:68:d6:11:c0:c4:31:b0:ab:32:a1:2e:93:54:6d: 65 d8:92:d1:d8:e5:af:23:d6:64:93:11:f3:23:8e:ed:43:12:dc: 74 2c:41:3d:82:3e:20:b8:60:8a:b6:de:d6:6c:f3:b7:5a:10:ce: 76 ce:2c:79:7f:d6:d0:78:f8:d9:a6:e7:87:84:cb:0b:8b:1e:aa: 85 3b:b8:69:52:64:f7:d2:bc:2f:18:73:d6:8d:04:54:c1:3f:14: 87 1d:06:d8:1d:a1:0d:d6:e6:8e:ba:b6:d6:88:3c:a7:87:02:bb: 88 32:47:82:aa:d6:5f:8a:69:d8:5e:38:99:a6:1d:09:a8:d5:b8:
|
| /netbsd-src/sys/arch/news68k/stand/bootxx/ |
| H A D | bootxx.c | 83 bootxx(uint32_t d4, uint32_t d5, uint32_t d6, uint32_t d7) in bootxx() argument 88 int bootdev = d6; in bootxx() 97 DPRINTF("d6 %x\n", d6); in bootxx() 140 (*entry_point)(d4, d5, d6, d7); in bootxx()
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | binstr.sa | 75 * A7. Decrement d6 (LEN counter) and repeat the loop until zero. 87 * d6: temp for bit-field extracts 117 bfextu d3{0:3},d6 ;copy 3 msbs of d3 into d6 119 or.l d6,d2 ;or in msbs from d3 into d2 125 swap d6 ;put 0 in d6 lower word 126 addx.w d6,d1 ;add in extend from mul by 2 134 addx.w d6,d1 ;add in extend from add to d1 135 swap d6 ;with d6 = 0; put 0 in upper word
|
| H A D | bindec.sa | 66 * This value is stored in d6. 150 * d6: ILOG 247 * in d6. 256 * d6: x/ILOG 271 move.l #-4933,d6 ;force ILOG = -4933 282 fmove.l fp0,d6 ;put ILOG in d6 as a lword 286 fmove.l fp0,d6 ;put ILOG in d6 as a lword 319 * d6: ILOG/Unchanged 338 move.l d6,d4 ;first load ILOG to d4 391 * d6: ILOG/ILOG or k if ((k<=0)&(ILOG<k)) [all …]
|
| /netbsd-src/sys/arch/amiga/stand/loadbsd/ |
| H A D | startit.s | 40 move.l (52,a3),d6 | Load to fastmem flag 98 tst.l d6 | Can we load to fastmem? 156 moveq #0,d6 | (might make future compatibility 157 move.l d6,a1 | would have known contents) 158 move.l d6,a3 159 move.l d6,a5 161 move.l d6,a6
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | umac.c | 363 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; in nh_aux() local 371 d6 = LOAD_UINT32_LITTLE(d+6); d7 = LOAD_UINT32_LITTLE(d+7); in nh_aux() 376 h += MUL64((k2 + d2), (k6 + d6)); in nh_aux() 396 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; in nh_aux() local 407 d6 = LOAD_UINT32_LITTLE(d+6); d7 = LOAD_UINT32_LITTLE(d+7); in nh_aux() 417 h1 += MUL64((k2 + d2), (k6 + d6)); in nh_aux() 418 h2 += MUL64((k6 + d2), (k10 + d6)); in nh_aux() 443 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; in nh_aux() local 456 d6 = LOAD_UINT32_LITTLE(d+6); d7 = LOAD_UINT32_LITTLE(d+7); in nh_aux() 468 h1 += MUL64((k2 + d2), (k6 + d6)); in nh_aux() [all …]
|
| /netbsd-src/sys/arch/x68k/stand/libsa/ |
| H A D | putimage.S | 40 | d6.w: output buffer for plane 1 65 Lrxloop: lslw #2,%d6 66 bfins %d0,%d6{#30,#2} 67 roxrw #1,%d6 73 movew %d6,%a4@+
|
| /netbsd-src/sys/arch/atari/stand/xxboot/sdboot/ |
| H A D | sdboot.S | 81 movq #1,%d6 | first sector 109 movl %sp@(52),%d6 | offset 119 addl %d5,%d6 134 movl %d6,%sp@- | offset 145 movml %d6/%a4,%sp@-
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ |
| H A D | DSA.pub.txt | 6 98:8a:73:89:00:b6:24:d6:33:e7:cf:8b:49:2a:af: 17 2c:50:41:f1:7e:c6:81:c4:51:f1:fd:d6:86:f7:69: 33 ce:f5:cd:f0:e7:12:d6:93:ee:1b:9b:61:ef:05:8c: 46 d2:92:5b:29:5c:61:b8:c9:2b:d6:f7:59:fd:d8:70: 61 64:66:1c:82:2d:fb:ff:39:ba:d6:42:62:02:6f:96:
|
| H A D | DSA.priv.txt | 10 98:8a:73:89:00:b6:24:d6:33:e7:cf:8b:49:2a:af: 21 2c:50:41:f1:7e:c6:81:c4:51:f1:fd:d6:86:f7:69: 37 ce:f5:cd:f0:e7:12:d6:93:ee:1b:9b:61:ef:05:8c: 50 d2:92:5b:29:5c:61:b8:c9:2b:d6:f7:59:fd:d8:70: 65 64:66:1c:82:2d:fb:ff:39:ba:d6:42:62:02:6f:96:
|