B-184
DSP96002 USER’S MANUAL
MOTOROLA
;
; Input: r0 contains the lowest address of the 4-word internal
; extended precision number
;
; Output: r0 contains the lowest address of a 4-word internal
; extended precision number
;
; Alters: D0.l
;
dp_abs clr d0.l
move d0.l,x:(r0+sign) ;clear the sign word
rts
page
;
; MOTOROLA DSP96002 DPLIB - VERSION 1.0
;
; DP_ADD - Add two double precision numbers.
;
; Entry point: dp_add: c(r0)
←
c(r0) + c(r1)
;
; Input: r0 contains the lowest address of a 4-word internal
; extended precision number
;
; Output: r0 contains the lowest address of a 4-word internal
; extended precision number
;
; Alters: D0.L,D1.L,D2.L,D3.L,D4.L,D5.L,D6.L,D7.L,D0.H,D1.H
;
dp_add move x:(r0+ms),d0.l ;get c(r0)_ms
move x:(r0+ls),d1.l ;get c(r0)_ls
move x:(r1+ms),d2.l ;get c(r1)_ms
move x:(r1+ls),d3.l ;get c(r1)_ls
move x:(r0),d4.l ;get c(r0) exponent
move x:(r1),d5.l ;get c(r1) exponent
move d4.l,d6.l ;copy of c(r0) exponent
cmp d5,d4 #63,d7.l ;compare exponents
jeq addmant ;exponents are equal
jpl abig ;c(r0) exponent is greater
;
; X has a larger exponent than c(r0)
;
xbig sub d4,d5 d5.l,d4.l ;c(r1) exponent is greater
cmp d5,d7 #31,d7.l ;is |r0(exp)-r1(exp)| > 63?
jmi aequalx ;yes, then c(r0) + c(r1) = c(r1)
cmp d5,d7 #32,d7.l ;is |r0(exp)-r1(exp)| > 31?
jge dshifta ;no, shift both c(r0) words
sub d7,d5 d0.l,d1.l ;yes, shift ms to ls
clr d0.l d5.l,d0.h ;# of shifts to be performed
lsr d0.h,d1 ;align the c(r0) mantissa
jmp addmant ;add the mantissas
;
; A has a larger exponent than X
;
Содержание DSP96002
Страница 3: ...1 2 DSP96002 USER S MANUAL MOTOROLA ...
Страница 38: ...MOTOROLA DSP96002 USER S MANUAL 3 15 Figure 3 4 Modulo Arithmetic Unit Block Diagram ...
Страница 39: ...3 16 DSP96002 USER S MANUAL MOTOROLA ...
Страница 53: ...4 14 DSP96002 USER S MANUAL MOTOROLA ...
Страница 76: ...MOTOROLA DSP96002 USER S MANUAL 5 23 Figure 5 8 Address Modifier Summary ...
Страница 86: ...6 10 DSP96002 USER S MANUAL MOTOROLA ...
Страница 101: ...MOTOROLA DSP96002 USER S MANUAL 7 15 Figure 7 9 HI Block Diagram One Port ...
Страница 140: ...7 54 DSP96002 USER S MANUAL MOTOROLA ...
Страница 166: ...9 10 DSP96002 USER S MANUAL MOTOROLA ...
Страница 181: ...MOTOROLA DSP96002 USER S MANUAL 10 15 Figure 10 8 Program Address Bus FIFO ...
Страница 336: ...A 148 DSP96002 USER S MANUAL MOTOROLA FMPY S2 S1 D1 FSUB S S3 D2 move syntax see the MOVE instruction de scription ...
Страница 337: ...MOTOROLA DSP96002 USER S MANUAL A 149 ...
Страница 404: ...A 216 DSP96002 USER S MANUAL MOTOROLA PC xxxx D ...
Страница 460: ...A 272 DSP96002 USER S MANUAL MOTOROLA SIOP Not affected ...
Страница 484: ...A 296 DSP96002 USER S MANUAL MOTOROLA SSH PC SSL SR SP 1 SP ...
Страница 519: ...MOTOROLA DSP96002 USER S MANUAL A 331 ...
Страница 580: ...MOTOROLA DSP96002 USER S MANUAL B 61 X Memory Y Memory n0 3 r0 x0 Xmin r4 y0 Xmax z0 Ymin x1 Ymax y1 Zmin z1 Zmax ...
Страница 718: ...MOTOROLA DSP96002 USER S MANUAL B 199 ...
Страница 871: ... MOTOROLA INC 1994 MOTOROLA TECHNICAL DATA SEMICONDUCTOR M Addendum ...
Страница 888: ...MOTOROLA INDEX 1 INDEX ...
Страница 889: ......