summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AVR/inst-rol.s
blob: 443b8e86864b155fa854a4b0b3c3d3f4632649f8 (plain)
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]
OpenPOWER on IntegriCloud