summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AVR/inst-and.s
blob: dcc9a25f5c5b0264fee4054bde215b0c3add35d3 (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:

  and r0,  r15
  and r15, r0
  and r16, r31
  and r31, r16

; CHECK: and r0,  r15               ; encoding: [0x0f,0x20]
; CHECK: and r15, r0                ; encoding: [0xf0,0x20]
; CHECK: and r16, r31               ; encoding: [0x0f,0x23]
; CHECK: and r31, r16               ; encoding: [0xf0,0x23]
OpenPOWER on IntegriCloud