Texas Instruments TMS320C3x User Manual

Page 465

Advertising
background image

Instruction Set

13-7

Assembly Language Instructions

Table 13–7. Parallel Instructions (Continued)

(a) Parallel arithmetic with store instructions (Continued)

Mnemonic

Description

FLOAT

||

STF

Convert integer to floating-point value and store floating-
point value

LDF

|| STF

Load floating-point value and store floating-point value

LDI

|| STI

Load integer and store integer

LSH3

|| STI

Logical shift and store integer

MPYF3

|| STF

Multiply floating-point values and store floating-point value

MPYI3

|| STI

Multiply integer and store integer

NEGF

|| STF

Negate floating-point value and store floating-point value

NEGI

||

STI

Negate integer and store integer

NOT

|| STI

Complement value and store integer

OR3

|| STI

Bitwise-logical OR value and store integer

STF

|| STF

Store floating-point values

STI

|| STI

Store integers

SUBF3

|| STF

Subtract floating-point value and store floating-point value

SUBI3

|| STI

Subtract integer and store integer

XOR3

|| STI

Bitwise-exclusive OR values and store integer

Advertising