ARM Cortex R4F Manuel d'utilisateur Page 38

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 64
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 37
© G.N. Khan ARM Processors/Cores – EE8205: Embedded Computer Systems Page: 38
Bitwise Instructions
Bitwise Instructions Operation {S} <op> Notes
AND R
d
, R
n
,<op> R
d
R
n
& <op> NZC
imm. const.
-or-
reg{,<shift>}
ORR R
d
, R
n
,<op> R
d
R
n
| <op> NZC
EOR R
d
, R
n
,<op> R
d
R
n
^ <op> NZC
BIC R
d
, R
n
,<op> R
d
R
n
& ~<op> NZC
ORN R
d
, R
n
,<op> R
d
R
n
| ~<op> NZC
MVN R
d
, R
n
R
d
~R
n
NZC
Shift Instructions
<shift> Meaning Notes
LSL #n Logical shift left by n bits Zero fills; 0 ≤ n ≤ 31
LSR #n Logical shift right by n bits Zero fills; 1 ≤ n ≤ 32
ASR #n Arithmetic shift right by n bits Sign extends; 1 ≤ n ≤ 32
ROR #n Rotate right by n bits 1 ≤ n ≤ 32
RRX Rotate right w/C by 1 bit
Vue de la page 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 63 64

Commentaires sur ces manuels

Pas de commentaire