reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s


foo:

  rol r31
  rol r25
  rol r5
  rol r0

; CHECK: rol r31                ; encoding: [0xff,0x1f]
; CHECK: rol r25                ; encoding: [0x99,0x1f]
; CHECK: rol r5                 ; encoding: [0x55,0x1c]
; CHECK: rol r0                 ; encoding: [0x00,0x1c]