Vector Min - Analog Devices ADSP-BF53x Blackfin Reference

Table of Contents

Advertisement

Vector MIN

General Form
dest_reg = MIN ( src_reg_0, src_reg_1 ) (V)
Syntax
Dreg = MIN ( Dreg , Dreg ) (V) ;
(b) */
Syntax Terminology
:
Dreg
R7–0
Instruction Length
In the syntax, comment (b) identifies 32-bit instruction length.
Functional Description
The Vector Minimum instruction returns the minimum value (the most
negative value or the value closest to 0x8000) of the 16-bit half-word
source registers to the
This instruction compares the upper half-words of
and returns that minimum to the upper half-word of
src_reg_1
It also compares the lower half-words of
returns that minimum to the lower half-word of
concatenation of the two 16-bit minimum values.
The input values are not implicitly modified by this instruction. The
can be the same D-register as one of the source registers. Doing
dest_reg
this explicitly modifies that source register.
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
.
dest_reg
Vector Operations
/* dual 16-bit operation
src_reg_0
and
src_reg_0
src_reg_1
. The result is a
dest_reg
and
.
dest_reg
and
19-35

Advertisement

Table of Contents
loading

This manual is also suitable for:

Adsp-bf56x blackfin

Table of Contents