• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llvm-mc -triple avr -mattr=rmw -show-encoding < %s | FileCheck %s
2
3
4foo:
5
6  lat Z, r13
7  lat Z, r0
8  lat Z, r31
9  lat Z, r3
10
11; CHECK: lat Z, r13                  ; encoding: [0xd7,0x92]
12; CHECK: lat Z, r0                   ; encoding: [0x07,0x92]
13; CHECK: lat Z, r31                  ; encoding: [0xf7,0x93]
14; CHECK: lat Z, r3                   ; encoding: [0x37,0x92]
15