6-62
SC140 DSP Core Reference Manual
Immediate Data Transfer to ISAP registers
Example 6-2. ISAP-Core register transfers
The following line of code,
core_ins {move_special d1,k0}
That uses these instructions,
1st -
core_ins
= a generic core instruction
2nd -
{move_special d1, k0} =
a fictional ISAP instruction (for illustration purposes only), whose
intent is to take the data in d1 (a core register), and place it in the k0 ISAP register.
Is translated by the core assembler (at the opcode level) to read, in effect, the following:
core_ins
move.l d1,d0
{move_special bus,k0}
The core
does not
take the data in d1 and place it in d0, but it takes the data in d1, and drives it on the
core-ISAP register bus. In a complementary manner, the ISAP
move_special
instruction should
only
sample the data from the core-ISAP bus, and place it in the k0 ISAP register.
6.6 Immediate Data Transfer to ISAP registers
The ISAP architect can define ISAP instructions that write immediate data to ISAP registers. These
instructions are treated in a similar manner like memory moves instructions: the assembler translate the
ISAP instructions into two instructions: one core instruction that writes an immediate value to a dummy
core register, and an ISAP instruction that samples the data to an ISAP register.
The assembler can use any move-immediate core instruction to a DALU register, for example “MOVE.L
#s32,D0” (See
Appendix , “MOVE.L,”
on page A-272). When executed in parallel with an ISAP
instruction, the core does not sample the data to a DALU register. This enables performing immediate data
transfers to ISAP registers.
Example 6-3. ISAP-Core register transfers
The following line of code,
core_ins {move_special #$1234,k0}
That uses these instructions,
1st -
core_ins
= a generic core instruction
2nd -
{move_special #$1234, k0} =
a fictional ISAP instruction (for illustration purposes only),
whose intent is to take the number $1234 and place it in the k0 ISAP register.
Is translated by the core assembler (at the opcode level) to read, in effect, the following:
core_ins
move.l #$1234,d0
{move_special bus,k0}
The core
does not
take the number $1234 and place it in d0, but it takes the number $1234, and drives it on
the core-ISAP register bus. In a complementary manner, the ISAP
move_special
instruction should
only
sample the data from the core-ISAP bus, and place it in the k0 ISAP register.
Содержание 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: ......