English
Language : 

SH7641 Datasheet, PDF (181/1036 Pages) Renesas Technology Corp – Renesas 32-Bit RISC Microcomputer SuperH™ RISC engine Family / SH7641 Series
Section 3 DSP Operation
CASE 1: 1 Repeated Instruction
REPEAT RptStart, RptStart, RptCount;
----
instr0;
RptStart: instr1;
Repeated instruction
instr2;
CASE 2: 2 Repeated Instructions
REPEAT RptStart, RptEnd, RptCount;
----
instr0;
RptStart: instr1;
Repeated instruction 1
RptEnd: instr2;
Repeated instruction 2
CASE 3: 3 Repeated Instructions
REPEAT RptStart, RptEnd, RptCount;
----
instr0;
RptStart: instr1;
Repeated instruction 1
instr2;
Repeated instruction 2
RptEnd: instr3;
Repeated instruction 3
Rev. 4.00 Sep. 14, 2005 Page 131 of 982
REJ09B0023-0400