summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AVR/inst-lac.s
blob: da17572a587aa9272c298ccbf3dc47b9c98edf30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; RUN: llvm-mc -triple avr -mattr=rmw -show-encoding < %s | FileCheck %s


foo:

  lac Z, r13
  lac Z, r0
  lac Z, r31
  lac Z, r3

; CHECK: lac Z, r13                  ; encoding: [0xd6,0x92]
; CHECK: lac Z, r0                   ; encoding: [0x06,0x92]
; CHECK: lac Z, r31                  ; encoding: [0xf6,0x93]
; CHECK: lac Z, r3                   ; encoding: [0x36,0x92]
OpenPOWER on IntegriCloud