Instruction Grouping
SC140 DSP Core Reference Manual
5-5
5.1.1.4 Execution
During the execution stage, all DALU arithmetic calculations are performed by:
•
Reading the data operands from source registers
•
Performing arithmetic operations on the data
•
Writing the results to destination registers
5.2 Instruction Grouping
The SC140 instruction set architecture is built around a 16-bit instruction set for optimal code density and
performance. The core contains two AAUs and four ALUs that enable two instructions to the AAUs and
four instructions to the ALUs per clock cycle. The grouping of these instructions is specified explicitly in
the assembly source code and encoded by the assembler, subject to the encoding rules described later in
this section.
Example 5-1 shows an execution set containing the following four SC140 instructions: a MAC, an AND, a
memory read, and an AAU calculation. All four instructions execute independently in a single cycle.
Example 5-1. Four SC140 Instructions in an Execution Set
In the execution set above, the four SC140 instructions are grouped. When executed, the following occurs:
1.
The contents of the D0 and D1 registers are multiplied fractionally. The result is subtracted
from the D7 data register. The final result is then rounded and stored in the D7 data register.
2.
The contents of the D4 and D5 registers are ANDed together. The result is stored in the
D5 data register.
3.
The contents of the 32-bit memory location (pointed to by the R0 register) are moved into
the R6 register.
4.
The address in the R0 register is incremented by the contents of the N0 register.
5.
The contents of R2 are added to the R3 register. This result is stored back in the R3 register.
A second case is illustrated in Example 5-2, which shows a six-instruction execution set that executes in
one clock cycle.
Example 5-2. Grouping Six SC140 Instructions in an Execution Set
DALU Instr
DALU Instr
MACR -D0,D1,D7
ADDA R2,R3
AGU Instr
AND D4,D5
MOVE.L (R0)+N0,R6
AGU Instr
AGU
MOVE.W(R0)+N3,D2
DALU
MACR D0,D2,D5
DALU
MAC D3,D4,D6
DALU
ADR D3,D4
DALU
MAC D0,D1,D7
AGU
MOVE.L D0,R1
Instr
Instr
Instr
Instr
Instr
Instr
Содержание 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: ......