Bit Operations Instructions
C-44
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
Bit Operations Instructions
Table C-15. Bit Operations Instructions (Sheet 1 of 2)
Instruction
and Version
Bin
Opcode Range
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Bit Clear
0x4C00—
0x4CFF
0 1 0 0 1 1 0 0
uimm5
Dest.
Dreg #
BITCLR (Dreg, uimm5)
Bit Set
0x4A00—
0x4AFF
0 1 0 0 1 0 1 0
uimm5
Dest.
Dreg #
BITSET (Dreg, uimm5)
Bit Toggle
0x4B00—
0x4BFF
0 1 0 0 1 0 1 1
uimm5
Dest.
Dreg #
BITTGL (Dreg, uimm5)
Bit Test
0x4900—
0x49FF
0 1 0 0 1 0 0 1
uimm5
Dest.
Dreg #
CC = BITTST (Dreg, uimm5)
Bit Test
0x4800—
0x48FF
0 1 0 0 1 0 0 0
uimm5
Dest.
Dreg #
CC = ! BITTST (Dreg, uimm5)
Bit Field Deposit
0xC60A 8000—
0xC60A 8E3F
1 1 0 0 0 1 1 0 0 x x 0 1 0 1 0
1 0 0 0
Dest.
Dreg #
x x x foregnd
Dreg #
backgnd
Dreg #
Dreg = DEPOSIT (Dreg, Dreg)
Bit Field Deposit
0xC60A C000—
0xC60A CE3F
1 1 0 0 0 1 1 0 0 x x 0 1 0 1 0
1 1 0 0
Dest.
Dreg #
x x x foregnd
Dreg #
backgnd
Dreg #
Dreg = DEPOSIT (Dreg, Dreg) (X)
Bit Field Extraction
0xC60A 0000—
0xC60A 0E3F
1 1 0 0 0 1 1 0 0 x x 0 1 0 1 0
0 0 0 0
Dest.
Dreg #
x x x
pattern
Dreg #
scene
Dreg #
Dreg = EXTRACT (Dreg, Dreg_lo) (Z)
Содержание ADSP-BF53x Blackfin
Страница 38: ...Conventions xxxviii ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 134: ...System Reset and Powerup 3 18 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 324: ...Instruction Overview 7 20 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 486: ...Instruction Overview 13 28 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 512: ...Instruction Overview 14 26 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 604: ...Instruction Overview 15 92 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 688: ...Instruction Overview 18 48 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 742: ...Instruction Overview 19 54 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 752: ...Examples 20 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 780: ...Product Identification Register 21 28 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 790: ...ADSP BF535 Flags A 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 800: ...Performance Monitor Registers B 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 994: ...Instructions Listed By Operation Code C 194 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Страница 1042: ...Index I 40 ADSP BF53x BF56x Blackfin Processor Programming Reference...