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

  bst r3, 5
  bst r1, 1
  bst r0, 0
  bst r7, 2

; CHECK: bst r3, 5                  ; encoding: [0x35,0xfa]
; CHECK: bst r1, 1                  ; encoding: [0x11,0xfa]
; CHECK: bst r0, 0                  ; encoding: [0x00,0xfa]
; CHECK: bst r7, 2                  ; encoding: [0x72,0xfa]
OpenPOWER on IntegriCloud