Fmpy.x floating-point multiply fmpy.x – Motorola DSP96002 User Manual

Page 342

Advertising
background image

A - 154

DSP96002 USER’S MANUAL

MOTOROLA

FMPY.X

Floating-Point Multiply

FMPY.X

Operation:

S1 * S2

ROUND(SEP)

D

(parallel data bus move)

S1 * S2

ROUND(SEP)

D

(parallel data bus move)

Assembler Syntax:

FMPY.X S1,S2,D
(move syntax - see the MOVE instruction descrip-
tion.)

FMPY.X S2,S1,D

(move syntax - see the MOVE instruction descrip-

tion.)

Description:

Multiply the two specified operands S1 and S2, round to single extended precision and store the result in

the destination operand D.

Input Operand(s) Precision: SEP Floating-Point.

Output Operand Precision: SEP Floating-Point.

CCR Condition Codes:

C

- Not affected.

V

- Not affected.

Z

- Set if result is zero. Cleared otherwise.

N

- Set if result is negative. Cleared otherwise.

I

- Set if result is infinity. Cleared otherwise.

LR

- Not affected.

R

- Not affected.

A

- Not affected.

ER Status Bits:

INX

-Set if result is inexact. Cleared otherwise.

DZ

-Always cleared.

UNF

-Set if result underflows. Cleared otherwise.

OVF

-Set if result overflows. Cleared otherwise.

OPERR-Set if one operand is infinity and the other zero. Cleared otherwise.

SNAN -Set if operand is a signaling NaN. Cleared otherwise.

NAN

-Set if result is a NaN. Cleared otherwise.

UNCC -Always cleared.

IER Flags: Flags changed according to standard definition.

Advertising