ADSP-BF53x/BF56x Blackfin Processor Programming Reference
C-69
Instruction Opcodes
Multiply and Multiply-Accumulate to Accumulator
Legend:
Dreg half determines which halves of the input oper-
and registers to use.
Dreg
half
Dreg_lo * Dreg_lo
0 0
Dreg_lo * Dreg_hi
0 1
Dreg_hi * Dreg_lo
1 0
Dreg_hi * Dreg_hi
1 1
Dest. Dreg # encodes the destination Data Register.
src_reg_0 Dreg # encodes the input operand register to the left of the “*” operand.
src_reg_1 Dreg # encodes the input operand register to the right of the “*” operand.
Multiply and Multiply-Accumulate
to Accumulator
0xC003 0000—
0xC003 063F
1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1
0 0 0 0 0 Dreg
half
0 0 0 src_reg_
0 Dreg #
src_reg_
1 Dreg #
A0 = Dreg_lo_hi * Dreg_lo_hi
Multiply and Multiply-Accumulate
to Accumulator
0xC083 0000—
0xC083 063F
1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1
0 0 0 0 0 Dreg
half
0 0 0 src_reg_
0 Dreg #
src_reg_
1 Dreg #
A0 = Dreg_lo_hi * Dreg_lo_hi (FU)
Multiply and Multiply-Accumulate
to Accumulator
0xC103 0000—
0xC103 063F
1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1
0 0 0 0 0 Dreg
half
0 0 0 src_reg_
0 Dreg #
src_reg_
1 Dreg #
A0 = Dreg_lo_hi * Dreg_lo_hi (IS)
Multiply and Multiply-Accumulate
to Accumulator
0xC063 0000—
0xC063 063F
1 1 0 0 0 0 0 0 0 1 1 0 0 0 1 1
0 0 0 0 0 Dreg
half
0 0 0 src_reg_
0 Dreg #
src_reg_
1 Dreg #
NOTE: When issuing compatible load/store instructions in parallel with a Multiply and Multiply-Accumu-
late instruction, add 0x0800 0000 to the Multiply and Multiply-Accumulate opcode.
A0 = Dreg_lo_hi * Dreg_lo_hi (W32)
Table C-17. Arithmetic Operations Instructions (Sheet 15 of 44)
Instruction
and Version
Bin
Opcode Range
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Summary of Contents for ADSP-BF53x Blackfin
Page 38: ...Conventions xxxviii ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 134: ...System Reset and Powerup 3 18 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 324: ...Instruction Overview 7 20 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 486: ...Instruction Overview 13 28 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 512: ...Instruction Overview 14 26 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 604: ...Instruction Overview 15 92 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 688: ...Instruction Overview 18 48 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 742: ...Instruction Overview 19 54 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 752: ...Examples 20 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 790: ...ADSP BF535 Flags A 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 800: ...Performance Monitor Registers B 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 1042: ...Index I 40 ADSP BF53x BF56x Blackfin Processor Programming Reference...