Analog Devices ADSP-BF53x Blackfin Reference page 311

Table of Contents

Advertisement

Required Mode
User & Supervisor
Parallel Issue
This instruction cannot be issued in parallel with other instructions.
Example
if cc jump 0xFFFFFE08 (bp) ;
so target address is a backwards branch, branch predicted */
if cc jump 0x0B4 ;
address is a forwards branch, branch not predicted */
if !cc jump 0xFFFFFC22 (bp) ;
target address is a backwards branch, branch predicted */
if !cc jump 0x120 ;
forwards branch, branch not predicted */
if cc jump dest_label ;
offsets */
Also See
Jump,
Call
Special Applications
None
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
/* offset is negative in 11 bits,
/* offset is positive, so target offset
/* negative offset in 11 bits, so
/* positive offset, so target address is a
/* assembler resolved target, abstract
Program Flow Control
7-7

Advertisement

Table of Contents
loading

This manual is also suitable for:

Adsp-bf56x blackfin

Table of Contents