| /netbsd-src/sys/arch/hp300/stand/common/ |
| H A D | srt0.S | 82 moveq #47,%d0 /* # of vectors - 1 */ 87 dbf %d0,1b /* go til done */ 103 movl #0x808,%d0 104 movc %d0,%cacr /* clear and disable on-chip cache(s) */ 105 movl #0x200,%d0 /* data freeze bit */ 106 movc %d0,%cacr /* only exists on 68030 */ 107 movc %cacr,%d0 /* read it back */ 108 tstl %d0 /* zero? */ 115 movl #0x808,%d0 116 movc %d0,%cacr /* clear data freeze bit again */ [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/ |
| H A D | fcmp.s | 17 fmov d0, xzr 18 fcmp d0, #0.0 20 fcmpe d0, #0.0 28 fmov d0, #1.0 29 fcmp d0, #0.0 31 fcmpe d0, #0.0 39 fmov d0, #-1.0 40 fcmp d0, #0.0 42 fcmpe d0, #0.0 52 fmov d0, #1.0 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/ |
| H A D | aes-m68k.S | 51 | %d0-%d7 rk[0..7] 60 moveq #10,%d0 61 movel %d0,%a3@(rounds) | key->rounds = 10 69 moveml %a0@,%d0-%d3 70 movel %d0,%a5@+ 105 eorl %d6,%d0 | rk[4] = rk[0]^ (Te..) 106 movel %d0,%a5@+ 107 eorl %d0,%d1 | rk[5] = rk[1] ^ rk[4]; 118 moveql #0,%d0 137 moveq #12,%d0 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/m68k/ |
| H A D | aes-m68k.S | 51 | %d0-%d7 rk[0..7] 60 moveq #10,%d0 61 movel %d0,%a3@(rounds) | key->rounds = 10 69 moveml %a0@,%d0-%d3 70 movel %d0,%a5@+ 105 eorl %d6,%d0 | rk[4] = rk[0]^ (Te..) 106 movel %d0,%a5@+ 107 eorl %d0,%d1 | rk[5] = rk[1] ^ rk[4]; 118 moveql #0,%d0 137 moveq #12,%d0 [all …]
|
| /netbsd-src/common/lib/libc/arch/m68k/string/ |
| H A D | bcopy.S | 110 movl %a0,%d0 111 addl %a1,%d0 112 btst #0,%d0 117 movl %a1,%d0 118 btst #0,%d0 | if (dst & 1) 124 btst #1,%d0 | if (dst & 2) 130 movel %d1,%d0 131 lsrl #5,%d0 | cnt = len / 32 134 subql #1,%d0 | set up for dbf 145 dbf %d0,.Lbcf32loop | till done [all …]
|
| H A D | memset.S | 88 clrl %d0 89 moveb %d2,%d0 90 movel %d0,%d2 91 lsll #8,%d0 92 orl %d0,%d2 93 lsll #8,%d0 94 orl %d0,%d2 95 lsll #8,%d0 96 orl %d0,%d2 99 movl %a0,%d0 [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | hgcd2.c | 61 div1 (mp_limb_t n0, mp_limb_t d0) in div1() argument 64 res.d1 = n0 / d0; in div1() 65 res.d0 = n0 - res.d1 * d0; in div1() 73 div1 (mp_limb_t n0, mp_limb_t d0) in div1() argument 80 ASSERT (n0 >= d0); in div1() 83 count_leading_zeros (dcnt, d0); in div1() 86 d0 <<= cnt; in div1() 88 q = -(mp_limb_t) (n0 >= d0); in div1() 89 n0 -= d0 & q; in div1() 90 d0 >>= 1; in div1() [all …]
|
| /netbsd-src/tests/lib/libc/gen/ |
| H A D | t_fpclassify.c | 45 float d0, d1, d2, f, ip; in ATF_TC_BODY() local 48 d0 = FLT_MIN; in ATF_TC_BODY() 49 ATF_CHECK_EQ_MSG(fpclassify(d0), FP_NORMAL, in ATF_TC_BODY() 51 d0, fpclassify(d0), FP_NORMAL); in ATF_TC_BODY() 52 f = frexpf(d0, &e); in ATF_TC_BODY() 56 d0, f, e, 0.5, FLT_MIN_EXP); in ATF_TC_BODY() 60 d0, f, e, 0.5, FLT_MIN_EXP); in ATF_TC_BODY() 61 d1 = d0; in ATF_TC_BODY() 70 ATF_CHECK_MSG(d1 > 0 && d1 < d0, in ATF_TC_BODY() 71 "[%d] d1=%a d0=%a", i, d1, d0); in ATF_TC_BODY() [all …]
|
| /netbsd-src/common/lib/libc/arch/m68k/atomic/ |
| H A D | atomic_nand.S | 38 1: movl (%a0), %d0 39 movl %d0, %d1 40 andl 8(%sp), %d0 41 notl %d0 42 casl %d1, %d0, (%a0) 44 movl %d0, %a0 65 1: movl (%a0), %d0 66 movl %d0, %d1 69 casl %d0, %d1, (%a0) 71 movl %d0, %a0 [all …]
|
| H A D | atomic_and.S | 38 movl 8(%sp), %d0 39 andl %d0, (%a0) 52 1: movl (%a0), %d0 53 movl %d0, %d1 54 andl 8(%sp), %d0 55 casl %d1, %d0, (%a0) 57 movl %d0, %a0 71 1: movl (%a0), %d0 72 movl %d0, %d1 74 casl %d0, %d1, (%a0) [all …]
|
| H A D | atomic_add.S | 39 movl 8(%sp), %d0 40 addl %d0, (%a0) 53 1: movl (%a0), %d0 54 movl %d0, %d1 55 addl 8(%sp), %d0 56 casl %d1, %d0, (%a0) 58 movl %d0, %a0 /* pointers return also in %a0 */ 73 1: movl (%a0), %d0 74 movl %d0, %d1 76 casl %d0, %d1, (%a0) [all …]
|
| H A D | atomic_sub.S | 39 movl 8(%sp), %d0 40 subl %d0, (%a0) 53 1: movl (%a0), %d0 54 movl %d0, %d1 55 subl 8(%sp), %d0 56 casl %d1, %d0, (%a0) 58 movl %d0, %a0 /* pointers return also in %a0 */ 73 1: movl (%a0), %d0 74 movl %d0, %d1 76 casl %d0, %d1, (%a0) [all …]
|
| H A D | atomic_or.S | 38 movl 8(%sp), %d0 39 orl %d0, (%a0) 53 1: movl (%a0), %d0 54 movl %d0, %d1 55 orl 8(%sp), %d0 56 casl %d1, %d0, (%a0) 58 movl %d0, %a0 74 1: movl (%a0), %d0 75 movl %d0, %d1 77 casl %d0, %d1, (%a0) [all …]
|
| H A D | atomic_xor.S | 38 movl 8(%sp), %d0 39 eorl %d0, (%a0) 53 1: movl (%a0), %d0 54 movl %d0, %d1 56 eorl %d2, %d0 57 casl %d1, %d0, (%a0) 59 movl %d0, %a0 75 1: movl (%a0), %d0 76 movl %d0, %d1 79 casl %d0, %d1, (%a0) [all …]
|
| /netbsd-src/lib/libc_vfp/ |
| H A D | vfpdf.S | 45 #define vmov_arg0 vmov d0, r0, r1 47 #define vmov_ret vmov r0, r1, d0 49 #define vmov_arg0 vmov d0, r1, r0 51 #define vmov_ret vmov r1, r0, d0 70 vadd.f64 d0, d0, d1 77 vsub.f64 d0, d0, d1 85 vsub.f64 d0, d1, d0 93 vmul.f64 d0, d0, d1 100 vdiv.f64 d0, d0, d1 107 vneg.f64 d0, d0 [all …]
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | locore.s | 132 movl #CACHE_OFF,%d0 133 movc %d0,%cacr | clear and disable on-chip cache(s) 136 movql #FC_USERD,%d0 | user space 137 movc %d0,%sfc | as source 138 movc %d0,%dfc | and destination of transfers 153 movl #0x200,%d0 | data freeze bit 154 movc %d0,%cacr | only exists on 68030 155 movc %cacr,%d0 | read it back 156 tstl %d0 | zero? 159 movl #CACHE_OFF,%d0 | disable and clear both caches [all …]
|
| /netbsd-src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/ |
| H A D | wdb00t.ahdi.S | 49 btst #3,%d0 | Alternate? 51 movq #3,%d0 69 dbra %d0,0b 74 movl %a0@(24),%d0 75 swap %d0 76 cmpl #0x19870422,%d0 | old TOS? 85 tstw %d0 88 movw #0xff,%d0 91 dbra %d0,0b 106 movb %d4,%d0 [all …]
|
| /netbsd-src/common/lib/libc/arch/arm/string/ |
| H A D | memcpy_neon.S | 75 vldr d0, .Ltbl_value /* load table value */ 76 vadd.u8 d0, d0, d1 /* add offset to it */ 84 vtbl.8 d0, {d1-d2}, d0 /* merge last dwords */ 87 vrev64.32 d0, d0 /* word swap to LE */ 90 vst1.32 {d0}, [r3:64] /* yes, write final full dword */ 97 vtbl.8 d1, {d1-d2}, d0 /* reorder */ 118 vtbl.8 d1, {d1-d2}, d0 /* reorder */ 119 vtbl.8 d2, {d2-d3}, d0 /* reorder */ 120 vtbl.8 d3, {d3-d4}, d0 /* reorder */ 121 vtbl.8 d4, {d4-d5}, d0 /* reorder */ [all …]
|
| /netbsd-src/sys/arch/atari/stand/xxboot/wdboot/ |
| H A D | wdboot.S | 56 0: btst #3,%d0 | Alternate? 58 subql #1,%d0 59 movl %d0,%a3 | autoboot flag 78 tstl %d0 90 tstl %d0 92 movl %d0,%sp@(8) | new boot preference 111 tstl %d0 127 movb %d4,%d0 128 andb #1,%d0 129 aslb #4,%d0 [all …]
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | x_store.sa | 67 move.l CMDREG3B(a6),d0 68 bfextu d0{6:3},d0 ;isolate dest. reg from cmdreg3b 71 move.b (a1,d0.w),d0 ;convert reg# to dynamic register mask 76 fmovem.x (a0),d0 ;move to correct register 82 cmp.b #$80,d0 87 cmp.b #$40,d0 92 cmp.b #$20,d0 97 cmp.b #$10,d0 105 bsr.l g_opcls ;returns opclass in d0 106 cmpi.b #3,d0 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
| H A D | ocfb_enc.c | 70 register DES_LONG d0,d1,v0,v1,n=(numbits+7)/8; in des_cfb_encrypt() local 104 c2ln(in,d0,d1,n); in des_cfb_encrypt() 106 d0=(d0^ti[0])&mask0; in des_cfb_encrypt() 108 l2cn(d0,d1,out,n); in des_cfb_encrypt() 113 { v0=v1; v1=d0; } in des_cfb_encrypt() 115 { v0=d0; v1=d1; } in des_cfb_encrypt() 118 v0=((v1>>(num-32))|(d0<<(64-num)))&0xffffffffL; in des_cfb_encrypt() 119 v1=((d0>>(num-32))|(d1<<(64-num)))&0xffffffffL; in des_cfb_encrypt() 124 v1=((v1>>num)|(d0<<(32-num)))&0xffffffffL; in des_cfb_encrypt() 136 c2ln(in,d0,d1,n); in des_cfb_encrypt() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
| H A D | ocfb_enc.c | 70 register DES_LONG d0,d1,v0,v1,n=(numbits+7)/8; in des_cfb_encrypt() local 104 c2ln(in,d0,d1,n); in des_cfb_encrypt() 106 d0=(d0^ti[0])&mask0; in des_cfb_encrypt() 108 l2cn(d0,d1,out,n); in des_cfb_encrypt() 113 { v0=v1; v1=d0; } in des_cfb_encrypt() 115 { v0=d0; v1=d1; } in des_cfb_encrypt() 118 v0=((v1>>(num-32))|(d0<<(64-num)))&0xffffffffL; in des_cfb_encrypt() 119 v1=((d0>>(num-32))|(d1<<(64-num)))&0xffffffffL; in des_cfb_encrypt() 124 v1=((v1>>num)|(d0<<(32-num)))&0xffffffffL; in des_cfb_encrypt() 136 c2ln(in,d0,d1,n); in des_cfb_encrypt() [all …]
|
| /netbsd-src/sys/arch/atari/stand/xxboot/fdboot/ |
| H A D | fdboot.S | 82 movq #1,%d0 | count 85 addw %d0,%d3 | sector 111 movl %d0,%d3 117 movq #0,%d0 122 0: cmpw #35,%d0 | '#' 126 1: cmpw #64,%d0 | '@' 134 puts: movq #0,%d0 135 movb %a3@+,%d0 148 2: movw %d3,%d0 149 andw #15,%d0 [all …]
|
| /netbsd-src/sys/arch/atari/stand/xxboot/sdboot/ |
| H A D | sdboot.S | 61 1: btst #3,%d0 | Alternate? 63 subql #1,%d0 64 movl %d0,%a3 | autoboot flag 66 movl _membot:w,%d0 68 cmpl %a4,%d0 71 movl _memtop:w,%d0 72 cmpl #MINTOP,%d0 75 andw #-4,%d0 76 movl %d0,%a0 83 tstl %d0 [all …]
|
| /netbsd-src/sys/arch/x68k/stand/boot/ |
| H A D | srt0.S | 45 moveml %sp@+,%d0-%d2 65 movl #0x200,%d0 | data freeze bit 66 movc %d0,%cacr | only exists on 68030 67 movc %cacr,%d0 | read it back 68 tstl %d0 | zero? 70 moveq #3,%d0 73 bset #31,%d0 | data cache enable bit 74 movc %d0,%cacr | only exists on 68040/68060 75 movc %cacr,%d0 | read it back 76 tstl %d0 | zero? [all …]
|