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

  asr r31
  asr r25
  asr r5
  asr r0

; CHECK: asr r31                ; encoding: [0xf5,0x95]
; CHECK: asr r25                ; encoding: [0x95,0x95]
; CHECK: asr r5                 ; encoding: [0x55,0x94]
; CHECK: asr r0                 ; encoding: [0x05,0x94]
OpenPOWER on IntegriCloud