• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llvm-mc -triple avr -mattr=sram -show-encoding < %s | FileCheck %s
2
3
4foo:
5
6  pop r31
7  pop r25
8  pop r5
9  pop r0
10
11; CHECK: pop r31                ; encoding: [0xff,0x91]
12; CHECK: pop r25                ; encoding: [0x9f,0x91]
13; CHECK: pop r5                 ; encoding: [0x5f,0x90]
14; CHECK: pop r0                 ; encoding: [0x0f,0x90]
15