/src/sys/arch/amiga/stand/bootblock/boot/ |
muldi3.s | 34 movml %d2/%d3/%d4/%d5/%d6,%sp@- | 0..4 regs, 5 %pc, 6..9 parameters 35 movml %sp@(24),%d2-%d5 39 | movl %sp@(36),%d5 47 addl %d5,%d1 50 addl %d5,%d5 54 movml %sp@+,%d2/%d3/%d4/%d5/%d6
|
startit.s | 64 | %d5: AttnFlags (cpuid) 82 movel %a3@(36),%d5 | cpuid 108 btst #3,%d5 | AFB_68040,SysBase->AttnFlags 132 btst #2,%d5 | AFB_68030,SysBase->AttnFlags 233 Lchoff: btst #3,%d5 255 movl %d5,%d2
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
divdf3vfp.S | 23 vdiv.f64 d5, d6, d7 24 vmov r0, r1, d5 // move result back to r0/r1 pair
|
/src/sys/arch/news68k/stand/bootxx/ |
start.S | 49 movl %d5,%sp@- | %d5: kernel
|
bootxx.c | 83 bootxx(uint32_t d4, uint32_t d5, uint32_t d6, uint32_t d7) 96 DPRINTF("d5 %x (%s)\n", d5, (char *)d5); 140 (*entry_point)(d4, d5, d6, d7);
|
/src/sys/arch/atari/stand/xxboot/sdboot/ |
sdboot.S | 40 * in: d3 ('DMAr' flag), d4 (SCSI target), d5 (boot pref), d7 (ACSI target) 43 movml %d3-%d5/%d7,%sp@- 56 0: tstb %d5 58 cmpb #0x20,%d5 80 movq #NSEC,%d5 | sector count 99 exit: movml %sp@+,%d3-%d5/%d7 107 movml %a0@,%d3-%d5/%d7 111 0: movl #255,%d5 112 cmpl %d5,%d3 114 movl %d3,%d5 [all...] |
/src/sys/arch/atari/stand/xxboot/wdboot/ |
wdboot.S | 40 * in: d3 ('DMAr' flag), d4 (SCSI target), d5 (boot pref), d7 (ACSI target) 43 movml %d3-%d5/%d7,%sp@- 51 tstb %d5 53 cmpb #0x20,%d5 75 movq #NSEC,%d5 | sector count 94 exit: movml %sp@+,%d3-%d5/%d7 102 movml %a0@,%d3-%d5/%d7 106 0: movl #255,%d5 107 cmpl %d5,%d3 109 movl %d3,%d5 [all...] |
/src/sys/arch/x68k/stand/common/ |
exec_image.S | 47 moveml %sp@+,%d5-%d7 65 || %d5: size 68 movl %d5,%sp@- | push last arg (esym) 79 subql #1,%d5 88 movq #0,%d5 | reg arg (unused)
|
execkern.h | 35 unsigned d5; /* reserved */ member in struct:execkern_arg
|
execkern.S | 32 | a3+n (reserved) (d5) 81 movel %a3@+,%d5 | (reserved) 87 moveml %a3@+,%d5-%d7/%a0
|
chkfmt.s | 49 moveq #INT_FDC_BIT,%d5 50 bclr %d5,%a3@ | disable FDC interrupt 72 bset %d5,%a3@ | enable FDC interrupt
|
/src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/ |
sdb00t.ahdi.S | 44 movml %d3/%d5,%sp@- 56 movq #0,%d5 57 0: movb %d5,%d1 | NVRAM bootpref 83 exit: movml %sp@+,%d3/%d5 94 movq #1,%d5 108 movml %sp@+,%d3/%d5 111 * in: d4/d7 (target) d5 (count), d6 (offset), a4 (buffer) 119 movw %d5,%sp@- | count 140 movb %d5,%a6@(13) 146 movw %d5,%a5 [all...] |
/src/sys/arch/atari/stand/xxboot/fdboot/ |
fdboot.S | 95 movq #NSEC,%d5 | # of sectors 163 rds2: movml %d2-%d5/%a2-%a3,%sp@- 166 movl %sp@(36),%d5 | count 168 movml %sp@+,%d2-%d5/%a2-%a3 173 tstl %d5 190 cmpl %d0,%d5 192 movw %d5,%d0 202 subl %d0,%d5
|
/src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/ |
wdb00t.ahdi.S | 44 movml %d3/%d5,%sp@- 53 movb %d5,%d1 | NVRAM bootpref 71 exit: movml %sp@+,%d3/%d5 82 movq #1,%d5 96 movml %sp@+,%d3/%d5 99 * in: d4 (target) d5 (count), d6 (offset), a4 (buffer) 141 movb %d5,idesc:l 142 movw %d5,%d1
|
/src/sys/arch/m68k/060sp/dist/ |
ilsp.s | 148 mov.l 0xc(%a6), %d5 # get dividend hi 165 tst.l %d5 # chk sign of hi(dividend) 171 negx.l %d5 177 tst.l %d5 # is (hi(dividend) == 0) 186 exg %d5,%d6 # q = 0, r = dividend 190 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div! 197 cmp.l %d7,%d5 211 neg.l %d5 # sgn(rem) = sgn(dividend) 253 mov.l 0xc(%a6), %d5 # get dividend hi 285 # The most sig. longword of the 64 bit dividend must be in %d5, least [all...] |
/src/sys/arch/atari/stand/xxboot/ahdi-xxboot/ |
xxboot.ahdi.S | 60 * d5: boot preference d6: offset of boot block 114 movl %d0,%d5 | new boot preference 177 rds1: movl #255,%d5 178 cmpl %d5,%d3 180 movl %d3,%d5 185 addl %d5,%d6 186 subl %d5,%d3
|
/src/sys/arch/amiga/stand/loadbsd/ |
startit.s | 19 | d5: AttnFlags (cpuid) 36 move.l (36,a3),d5 | cpuid 58 btst #3,d5 | AFB_68040,SysBase->AttnFlags 82 btst #2,d5 | AFB_68030,SysBase->AttnFlags 115 btst #3,d5 138 move.l d5,d2
|
/src/common/lib/libc/arch/arm/string/ |
memcpy_neon.S | 113 vld1.64 {d2-d5}, [r1:64]! /* read 4 dwords */ 121 vtbl.8 d4, {d4-d5}, d0 /* reorder */ 123 vmov d6, d5 /* move out of the way the load */ 126 vld1.64 {d2-d5}, [r1:64]! /* more data, load 4 dwords */ 139 * we have leftovers in d1 and new untranslated date in d2-d5. 148 vtbl.8 d4, {d4-d5}, d0 /* reorder */ 150 vmov d1, d5 /* move leftovers */
|
/src/sys/arch/news68k/stand/boot/ |
boot.c | 77 boot(uint32_t d4, uint32_t d5, uint32_t d6, uint32_t d7) 82 char *netbsd = (char *)d5; 158 __asm volatile ("movl %0,%%d5" : : "m" (netbsd));
|
/src/sys/crypto/aes/arch/arm/ |
aes_neon_32.S | 207 * q2={d4-d5}: lo/k/j/io 256 vtbl.8 d5, {q4}, d5 271 vtbl.8 d25, {q6}, d5 279 vtbl.8 d25, {q8}, d5 314 vtbl.8 d1, {q11}, d5 325 vtbl.8 d27, {q10}, d5 364 vtbl.8 d5, {q6}, d5 425 * q2={d4-d5}: lo/k/j/i [all...] |
/src/sys/arch/x68k/stand/boot_ufs/ |
boot.S | 199 1: moveq #0,%d5 200 moveb %a1@(6),%d5 | 1: 256, 2: 512, 4: 1024 201 lsrb #1,%d5 | 0: 256, 1: 512, 2: 1024 202 movel %d5,RELOC(SCSI_BLKLEN) 228 lsrl %d5,%d2 | in sector 232 lsrl %d5,%d3 | in sector 240 moveq #1,%d5 | 512bytes/sec 241 movel %d5,%sp@- 262 | d5: sector length (0: 256, 1: 512, 2: 1024) 278 addb %d5,%d7 | d7.b = (sector length: 0-2) + [all...] |
/src/sys/arch/atari/stand/tostools/libtos/ |
bsdstart.S | 53 | d5: start of fastram 71 movl %a3@(28),%d5 | start of fastram
|
/src/sys/arch/mvme68k/stand/libsa/ |
SRT0.S | 42 movl %a4, %d5 | SAVE a4 in d5 70 movl %d5, %a4 | RESTORE a4
|
/src/sys/arch/mac68k/obio/ |
iwm.s | 135 * (D5 AA AD) follow. 210 moveml %d1-%d5/%a0-%a4,%sp@- 213 moveml %sp@+,%d1-%d5/%a0-%a4 699 * Check for sector data lead-in 'D5 AA AD' 734 moveq #0,%d5 | Clear checksum registers 759 addxb %d2,%d5 | See above 768 eorb %d5,%d2 824 addxb %d2,%d5 | See above 833 eorb %d5,%d2 854 * maintained in %D5/%D6/%D7 for the 1st/2nd/3rd data byte o [all...] |
/src/sys/arch/arm/vfp/ |
pmap_vfp.S | 54 vmov.f64 d5, d0
|