summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AVR/inst-adiw.s
blob: eeba76c608ce29fd2c35b041b481685935536ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
; RUN: llvm-mc -triple avr -mattr=addsubiw -show-encoding < %s | FileCheck %s


foo:

  adiw r26,  12
  adiw r26,  63

  adiw r28,  17
  adiw r28,  0

  adiw r30,  63
  adiw r30,  3

  adiw r24, SYMBOL

; CHECK: adiw r26,  12               ; encoding: [0x1c,0x96]
; CHECK: adiw r26,  63               ; encoding: [0xdf,0x96]

; CHECK: adiw r28,  17               ; encoding: [0x61,0x96]
; CHECK: adiw r28,  0                ; encoding: [0x20,0x96]

; CHECK: adiw r30,  63               ; encoding: [0xff,0x96]
; CHECK: adiw r30,  3                ; encoding: [0x33,0x96]

; CHECK: adiw r24, SYMBOL            ; encoding: [0b00AAAAAA,0x96]
                                     ;   fixup A - offset: 0, value: SYMBOL, kind: fixup_6_adiw
OpenPOWER on IntegriCloud