HomeSort by: relevance | last modified time | path
    Searched refs:d6 (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
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
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
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
divdf3vfp.S 21 vmov d6, r0, r1 // move first param from r0/r1 pair into d6
23 vdiv.f64 d5, d6, d7
eqdf2vfp.S 22 vmov d6, r0, r1 // load r0/r1 pair in double register
24 vcmp.f64 d6, d7
gedf2vfp.S 22 vmov d6, r0, r1 // load r0/r1 pair in double register
24 vcmp.f64 d6, d7
gtdf2vfp.S 22 vmov d6, r0, r1 // load r0/r1 pair in double register
24 vcmp.f64 d6, d7
ledf2vfp.S 22 vmov d6, r0, r1 // load r0/r1 pair in double register
24 vcmp.f64 d6, d7
ltdf2vfp.S 22 vmov d6, r0, r1 // load r0/r1 pair in double register
24 vcmp.f64 d6, d7
nedf2vfp.S 22 vmov d6, r0, r1 // load r0/r1 pair in double register
24 vcmp.f64 d6, d7
unorddf2vfp.S 22 vmov d6, r0, r1 // load r0/r1 pair in double register
24 vcmp.f64 d6, d7
  /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
42 movq #63,%d6
53 dbra %d6,L4
54 movml %sp@+,%d2/%d3/%d4/%d5/%d6
  /src/sys/arch/arm/cortex/
cpu_in_cksum_asm_neon.S 54 * Normally the lower addressed is in d6 but in this case we want to
59 veor d6, d6, d6 /* clear second dword */
82 vmov d6, d7 /* move 1st dword to loaddr reg */
99 vmovl.u16 q0, d6 /* 4 U16 -> 4 U32 */
103 vld1.64 {d6-d7}, [ip:64]!
110 vmovl.u16 q0, d6 /* 4 U16 -> 4 U32 */
114 vld1.64 {d6-d7}, [ip:64]!
121 vmovl.u16 q0, d6 /* 4 U16 -> 4 U32 *
    [all...]
  /src/sys/arch/news68k/stand/bootxx/
start.S 48 movl %d6,%sp@- | %d6: bootdev
bootxx.c 83 bootxx(uint32_t d4, uint32_t d5, uint32_t d6, uint32_t d7)
88 int bootdev = d6;
97 DPRINTF("d6 %x\n", d6);
140 (*entry_point)(d4, d5, d6, d7);
  /src/sys/arch/atari/stand/tostools/libtos/
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,%a
    [all...]
  /src/sys/arch/m68k/060sp/dist/
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
227 btst &0x1f, %d6 # will (+quot) fit in 32 bits?
235 tst.l %d6 # may set 'N' ccode bi
    [all...]
  /src/sys/arch/amiga/stand/loadbsd/
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
  /src/sys/arch/atari/stand/xxboot/sdboot/
sdboot.S 81 movq #1,%d6 | first sector
109 movl %sp@(52),%d6 | offset
119 addl %d5,%d6
125 * in: d4/d7 (target) d5 (count), d6 (offset), a4 (buffer)
134 movl %d6,%sp@- | offset
145 movml %d6/%a4,%sp@-
  /src/sys/arch/news68k/stand/boot/
boot.c 77 boot(uint32_t d4, uint32_t d5, uint32_t d6, uint32_t d7)
81 uint32_t bootdev = d6;
157 __asm volatile ("movl %0,%%d6" : : "m" (bootdev));
  /src/sys/arch/x68k/stand/common/
exec_image.S 66 || %d6: bootdev
89 | bootdev(%d6) is already set
execkern.S 33 | a3+n+4 bootdev (d6)
82 movel %a3@+,%d6 | boot device
  /src/sys/arch/atari/stand/xxboot/wdboot/
wdboot.S 76 movq #1,%d6 | first sector
104 movl %sp@(52),%d6 | offset
114 addl %d5,%d6
120 * in: d4 (target) d5 (count), d6 (offset), a4 (buffer)
140 0: movl %d6,%d1
  /src/sys/crypto/aes/arch/arm/
aes_neon_32.S 208 * q3={d6-d7}: hi/i/jo
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
426 * q3={d6-d7}: hi/i/jo
473 vtbl.8 d6, {q5}, d
    [all...]
  /src/sys/arch/hp300/stand/common/
srt0.S 267 movl %a0@+,%d6 /* from where doboot() left them */
275 moveq #0,%d6 /* make sure bootdev is invalid */
283 movl %d6,_C_LABEL(bootdev) /* save bootdev and howto */
373 movl %sp@(12),%d6 /* opendev (compat) */

Completed in 18 milliseconds

1 2 3