• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
2
3
4foo:
5
6  cbr r17, 208
7  cbr r24, 190
8  cbr r20, 173
9  cbr r31, 0
10
11; CHECK: cbr r17, 208                 ; encoding: [0x1f,0x72]
12; CHECK: cbr r24, 190                 ; encoding: [0x81,0x74]
13; CHECK: cbr r20, 173                 ; encoding: [0x42,0x75]
14; CHECK: cbr r31, 0                   ; encoding: [0xff,0x7f]
15