HomeSort by: relevance | last modified time | path
    Searched refs:decrement (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/arch/atari/dev/
hdfd_intr.s 65 subql #1, _C_LABEL(fddmalen) | decrement bytecount
93 subql #1, _C_LABEL(fddmalen) | decrement bytecount
104 subql #1, _C_LABEL(fddmalen) | decrement bytecount
  /src/common/lib/libc/arch/m68k/string/
bzero.S 133 subql #1,%d0 | decrement
146 subql #1,%d0 | decrement
bcopy.S 160 subql #1,%d0 | decrement
173 subql #1,%d0 | decrement
255 subql #1,%d0 | decrement
268 subql #1,%d0 | decrement
bcmp.S 167 subql #1,%d0 | decrement
181 subql #1,%d0 | decrement
memset.S 162 subql #1,%d1 | decrement
  /src/lib/libc/arch/powerpc64/string/
bzero.S 75 addi 5, 5, -32 # schedule count decrement
  /src/sys/lib/libkern/arch/m68k/
scanc.S 63 subql #1,%d0 | decrement
  /src/sys/arch/m68k/m68k/
w16copy.s 53 subql #1, %d0 | decrement count
70 | register, we have to decrement the high 16-bits:
99 subql #1, %d0 | decrement count
122 | register, we have to decrement the high 16-bits:
copy.s 143 dbf %d1,.Lcilloop | decrement low word of count
144 subil #0x10000,%d1 | decrement high word of count
153 dbf %d0,.Lcibloop | decrement low word of count
154 subil #0x10000,%d0 | decrement high word of count
204 dbf %d1,.Lcolloop | decrement low word of count
205 subil #0x10000,%d1 | decrement high word of count
214 dbf %d0,.Lcobloop | decrement low word of count
215 subil #0x10000,%d0 | decrement high word of count
247 dbeq %d1,.Lcisloop | decrement low word of count
249 subil #0x10000,%d1 | decrement high word of coun
    [all...]
  /src/sys/stand/efiboot/bootarm/
cache.S 97 subne r3, r3, r1 @ non-zero?, decrement set #
98 subeq r3, r3, r2 @ zero?, decrement way # and restore set count
144 subne r3, r3, r1 @ non-zero?, decrement set #
145 subeq r3, r3, r2 @ zero?, decrement way # and restore set count
  /src/sys/arch/hppa/spmath/
impyu.S 218 addib,> -1,cnt,mloop ; decrement count, loop if > 0
223 sh4c: addib,> -1,cnt,mloop ; decrement count, loop if > 0
258 addib,> -1,cnt,mloop ; decrement count, loop if > 0
266 addib,> -1,cnt,mloop ; decrement count, loop if > 0
274 addib,> -1,cnt,mloop ; decrement count, loop if >0
impys.S 204 sh4c: addib,> -1,cnt,mloop ; decrement count, loop if > 0
261 addib,tr -1,cnt,mloop ; decrement count, loop
268 addib,tr -1,cnt,mloop ; decrement count, loop
  /src/lib/libc/gdtoa/
strtoIg.c 103 decrement(b1);
gdtoaimp.h 551 #define decrement __decrement_D2A macro
603 extern void decrement ANSI((Bigint*));
strtodg.c 97 decrement(b) Bigint *b; function
99 decrement(Bigint *b)
863 /* boundary case -- decrement exponent */
892 decrement(rvb);
  /src/sys/arch/m68k/060sp/dist/
changes 50 mode was pre-decrement or post-increment and the address register
ilsp.s 394 subq.l &0x1, %d1 # yes, decrement and recheck
pfpsp.s 1567 # on extended precision opclass three instructions using pre-decrement or
1590 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
3490 # for extended precision, if the addressing mode is pre-decrement or
3492 # in addition, for pre-decrement, the stacked <ea> is incorrect.
3862 # dec_areg() - decrement an address register #
3927 # it would make no sense to have a pre-decrement to a7 in supervisor
4533 # table to convert a pre-decrement bit string into a post-increment
4780 sub.l %a0,%d0 # Decrement
4787 sub.l %a0,%d0 # Decrement
4794 sub.l %a0,%d0 # Decrement
    [all...]
fpsp.s 1567 # on extended precision opclass three instructions using pre-decrement or
1590 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
3490 # for extended precision, if the addressing mode is pre-decrement or
3492 # in addition, for pre-decrement, the stacked <ea> is incorrect.
16695 # Therefore, the opposite branch type is used to jump to the decrement #
17463 # dec_areg() - decrement an areg for -(an) mode #
18089 # if the addressing mode is post-increment or pre-decrement,
18125 # addressing mode is pre-decrement. write the result byte. if the write
18139 bsr.l dec_areg # decrement address register
18483 # table to convert a pre-decrement bit string into a post-incremen
    [all...]
  /src/sys/arch/mips/mips/
cache_r4k_subr.S 101 PTR_ADDU v0, -1 # decrement 32x set count
  /src/sys/arch/arm/arm/
cpufunc_asm_armv7.S 354 subne r3, r3, r1 @ non-zero?, decrement set #
355 subeq r3, r3, r2 @ zero?, decrement way # and restore set count
399 subne r3, r3, r1 @ non-zero?, decrement set #
400 subeq r3, r3, r2 @ zero?, decrement way # and restore set count
453 subne r3, r3, r1 @ non-zero?, decrement set #
454 subeq r3, r3, r2 @ zero?, decrement way # and restore set count
514 subne r3, r3, r1 @ non-zero?, decrement set #
515 subeq r3, r3, r2 @ zero?, decrement way # and restore set count
  /src/sys/arch/sun3/sun3/
locore.s 127 subql #1,%d0 | decrement count
  /src/sys/arch/vax/vax/
emulate.S 825 decl %r2 # decrement source length
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 319 deccc 8, %l2 ! Pre-decrement

Completed in 36 milliseconds