7-14
SC140 DSP Core Reference Manual
Static Programming Rules
Example 7-20. Data Source Use of Nn and Mn Registers
move.l n0,d0
move.l n0,d1
;not allowed
ift move.l n0,d0
iff move.l n0,d1
;allowed
move.l n0,d0
move.l n1,d1
;allowed
move.l n0,d0
suba n0,r0
;allowed
move.l n0,d0
move.l (r0)+n0,d1
;allowed
move.l n0,d0
move.l (r0+n0),d1
;allowed
move.l (r0)+n0,d0
move.l (r1)+n0,d1
;allowed
move.l (r0)+n0,d0
move.l (r1+n0),d1
;allowed
move.l (r0+n0),d0
move.l (r1+n0),d1
;allowed
move.l n0,d0
vsl.2f d1:d3,(r0)+n0;allowed
adda n0,n0
move.l (r0)+n0,d1
;allowed
adda n0,n0
move.l (r0+n0),d1
;allowed
Rule G.P.6
In a VLES having two IFc subgroups, each subgroup can have up to one AGU instruction and two DALU
instructions. Prefix instructions (IFc, LPMARKx, NOP, and ISAP instructions) are not counted for this
rule. However, if the core assembler adds implicit AGU instructions to support ISAP memory accesses and
register transfers, this rule
does
apply to these implicit AGU instructions. For more details on how this
works, see
Section 6.4, “ISAP Memory Access,”
on page 6-60.
Note that the overall number of DALU instructions in the entire VLES is restricted by
Section , “Rule
G.G.3,”
.
Example 7-21. IFc Having Two Subgroups
ift add d0,d2,d3
iff move.w d3,(r4) move.w d4,($8)
;not allowed
ift move.w d3,(r4)
iff add d0,d2
clr d4
;allowed
ift move.l d2,(r1)
iff add d3,d4
{isap_ins}
;allowed
Rule G.P.7
Up to two IFc subgroups (different conditions) can be grouped in a VLES. An IFc group or subgroup must
have at least one instruction. An IFA subgroup (if present) must be the last (in the assembly source order)
instructions in a VLES.
Example 7-22. IFA Subgroup Must Be Last Instructions
ift add d0,d1,d2
iff add d3,d4,d5
ift
iff inc d0
;not allowed
inc d0
ift add d0,d1,d2
;not allowed
ifa inc d0
ift add d0,d1,d2
;not allowed
ift add d0,d1,d2
ifa inc d0
;allowed
Содержание SC140 DSP Core
Страница 12: ...xii SC140 DSP Core Reference Manual ...
Страница 18: ...xviii SC140 DSP Core Reference Manual ...
Страница 32: ...1 6 SC140 DSP Core Reference Manual Core Architecture Features ...
Страница 180: ...4 70 SC140 DSP Core Reference Manual Trace Unit Registers ...
Страница 250: ...6 70 SC140 DSP Core Reference Manual Programming Rules ...
Страница 314: ...7 64 SC140 DSP Core Reference Manual NOP Definition ...
Страница 385: ...BMCHG W SC140 DSP Core Reference Manual A 71 u16 iiiiiiiiiiiiiiii 16 bit unsigned immediate data ...
Страница 388: ...A 74 SC140 DSP Core Reference Manual BMCHG W s16 AAAAAAAAAAAAAAAA 16 bit signed SP address offset ...
Страница 391: ...BMCLR SC140 DSP Core Reference Manual A 77 u16 iiiiiiiiiiiiiiii 16 bit unsigned immediate data ...
Страница 454: ...A 140 SC140 DSP Core Reference Manual DECA u5 iiiii 5 bit unsigned immediate data 1 set by the assembler ...
Страница 463: ...DI SC140 DSP Core Reference Manual A 149 15 8 7 0 DI 1 1 4 1 0 0 1 1 1 1 1 0 1 1 1 1 1 0 1 ...
Страница 478: ...A 164 SC140 DSP Core Reference Manual EI ...
Страница 592: ...A 278 SC140 DSP Core Reference Manual MOVE L a32 aaaaaaaaaaaaaaaaAAAAAAAAAAAAAAAA 32 bit absolute long address ...
Страница 618: ...A 304 SC140 DSP Core Reference Manual MOVES 4F s15 sssssssssssssss Signed 15 bit offset ...
Страница 638: ...A 324 SC140 DSP Core Reference Manual MPYR ...
Страница 660: ...A 346 SC140 DSP Core Reference Manual OR W s16 AAAAAAAAAAAAAAAA Signed 16 bit SP address offset ...
Страница 746: ...A 432 SC140 DSP Core Reference Manual ZXTA x ...
Страница 758: ...I 10 Index ...
Страница 759: ...SC140 DSP Core Reference Manual i ...
Страница 760: ......