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

1 2

  /src/lib/libc/arch/hppa/string/
ffs.S 46 addi,tr -16,%ret0,%ret0 ; subtract 16 from bitpos
49 addi,tr -8,%ret0,%ret0 ; subtract 8 from bitpos
52 addi,tr -4,%ret0,%ret0 ; subtract 4 from bitpos
55 addi,tr -2,%ret0,%ret0 ; subtract 2 from bitpos
58 addi -1,%ret0,%ret0 ; subtract 1 from bitpos
  /src/sys/external/bsd/sljit/dist/doc/tutorial/
99bottles.bf 124 - subtract 1 from cell 2
137 [<]>>>- go to cell 3/subtract 1
141 <- back to cell 1/subtract 1
155 [<]>>>>- go to cell 4/subtract 1
166 <-- back to cell 3/subtract 2
191 - subtract 1 from cell 2
203 [<]>>>- go to cell 3/subtract 1
  /src/lib/libc/arch/mips/string/
bzero.S 58 PTR_SUBU a1, a1, a3 # subtract from remaining count
63 PTR_SUBU a1, a1, a3 # subtract from remaining count
bcmp.S 60 PTR_SUBU a2, a2, a3 # subtract from remaining count
83 PTR_SUBU a2, a2, a3 # subtract from remaining count
  /src/games/sail/
dr_5.c 45 subtract(struct ship *from, struct ship *fromcap, int totalfrom, int crewfrom[3], function in typeref:typename:void
dr_1.c 190 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
191 subtract(to, tocap, totalto, crewto, pcto);
201 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
202 subtract(to, tocap, totalto, crewto, pcto);
218 subtract(to, tocap, mento, crewto, pcto);
219 subtract(from, to, - mento, crewfrom, 0);
extern.h 287 void subtract(struct ship *, struct ship *, int, int [3], int);
  /src/lib/libc/arch/mips/gen/
modf.S 73 sub.d $f0, $f12, $f0 # subtract val - integer part
  /src/sys/arch/hppa/spmath/
impys.S 146 ; ---- bits = 0111 ---- subtract op1, shift 3, add op1, and shift 1
149 sub pu,op1,pu ; subtract op1, br. to sh3s
169 addib,tr 1,brindex,sh2s ; add 1 to index, subtract op1,
172 ; ---- bits = 1100 ---- shift 2, subtract op1, shift 2, increment next index
189 addib,tr 1,brindex,sh4s ; add 1 to index, subtract op1,
259 sub pu,op1,pu ; subtract op1
266 sub pu,op1,pu ; subtract op1 from product
273 sub pu,op1,pu ; subtract op1 from product
impyu.S 163 ; ---- bits = 0111 ---- subtract op1, shift 3, add op1, and shift 1
166 sub pu,op1,pu ; subtract op1, br. to sh3s
186 addib,tr 1,brindex,sh2s ; add 1 to index, subtract op1,
189 ; ---- bits = 1100 ---- shift 2, subtract op1, shift 2, increment next index
206 addib,tr 1,brindex,sh4s ; add 1 to index, subtract op1,
256 sub pu,op1,pu ; subtract op1
264 sub pu,op1,pu ; subtract op1 from product
272 sub pu,op1,pu ; subtract op1 from product
divu.S 145 sub rem,dvr,rem ; else subtract dvr
163 ; want to do subtract
165 sub rem,dvr,rem ; subtract and
  /src/lib/libc/arch/sparc/gen/
fixunsdfsi.S 76 ! d does not fit in an int, so subtract 2^31, convert,
divrem.m4 188 ! Restore V and subtract from R.
  /src/lib/libc/arch/sparc64/gen/
fixunsdfsi.S 80 ! d does not fit in an int, so subtract 2^63, convert,
  /src/sys/arch/ia64/include/
atomic.h 187 IA64_ATOMIC(1, uint8_t, subtract, 8, -)
188 IA64_ATOMIC(2, uint16_t, subtract, 16, -)
189 IA64_ATOMIC(4, uint32_t, subtract, 32, -)
190 IA64_ATOMIC(8, uint64_t, subtract, 64, -)
  /src/sys/lib/libkern/arch/m68k/
udivsi3.S 96 | divisor and subtract the result from the original dividend.
123 subl %d2, %d1 | subtract
  /src/sys/external/bsd/gnu-efi/dist/lib/ia32/
math.c 190 sub Rem, eax ; subtract divisor
  /src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
math.c 173 sub Rem, eax ; subtract divisor
  /src/sys/stand/efiboot/bootarm/
cache.S 89 sub r2, r2, r0 @ subtract from way decr
134 sub ip, ip, r2 @ subtract numsets - 1 from way decr
  /src/sys/arch/hppa/stand/common/
srt0.S 74 ldo begin-boff(%r5),%r5 ; and subtract to get 'begin'.
83 sub %r3,%r1,%r3 ; Subtract to get # of bytes to copy
102 sub %dp,%r1,%dp ; Subtract to get difference
116 sub %r21,%r1,%r21 ; Subtract to get length
  /src/sys/lib/libkern/arch/sparc/
divrem.m4 188 ! Restore V and subtract from R.
  /src/sys/lib/libkern/arch/sparc64/
divrem.m4 189 ! Restore V and subtract from R.
  /src/distrib/hp300/miniroot/
install.md 146 make absolutely certain you subtract 1 from the total number of cylinders,
  /src/sys/arch/mips/mips/
fp.S 871 * Single precision subtract.
957 bne t0, ta0, 1f # if signs differ, subtract
961 blt t2, ta2, 3f # subtract larger from smaller
975 subu t2, t2, ta2 # subtract fractions
976 subu t2, t2, v0 # subtract barrow
982 subu t2, ta2, t2 # subtract fractions
983 subu t2, t2, v0 # subtract barrow
987 * Double precision subtract.
1109 bne t0, ta0, 1f # if signs differ, subtract
1116 blt t2, ta2, 3f # subtract larger from smalle
    [all...]
  /src/sys/arch/arm/arm/
cpufunc_asm_armv7.S 344 sub ip, ip, r2 @ subtract numsets - 1 from way decr
391 sub r2, r2, r0 @ subtract from way decr
445 sub r2, r2, r0 @ subtract from way decr
506 sub r2, r2, r0 @ subtract from way decr

Completed in 21 milliseconds

1 2