Analog Devices ADSP-BF53x Blackfin Reference page 430

Table of Contents

Advertisement

Instruction Overview
The following flags are affected by the Compare Data Register instruction.
is set if the test condition is true; cleared if false.
CC
is set if result is zero; cleared if nonzero.
AZ
is set if result is negative; cleared if non-negative.
AN
is set if result generated a carry; cleared if no carry.
AC0
• All other flags are unaffected.
The ADSP-BF535 processor has fewer
operate differently than subsequent Blackfin family products. For
more information on the ADSP-BF535 status flags, see
on page
Required Mode
User & Supervisor
Parallel Issue
This instruction cannot be issued in parallel with other instructions.
Example
cc = r3 == r2 ;
cc = r7 == 1 ;
/* If r0 = 0x8FFF FFFF and r3 = 0x0000 0001, then the signed
operation . . . */
cc = r0 < r3 ;
/* . . . produces cc = 1, because r0 is treated as a negative
value */
cc = r2 < -4 ;
cc = r6 <= r1 ;
cc = r4 <= 3 ;
11-4
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
A-3.
flags and some flags
ASTAT
Table A-1

Advertisement

Table of Contents
loading

This manual is also suitable for:

Adsp-bf56x blackfin

Table of Contents