[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AVR / inst-pop.s
blob754d3a9c230b1e427734de7f2bceadd04f3de00e
1 ; RUN: llvm-mc -triple avr -mattr=sram -show-encoding < %s | FileCheck %s
4 foo:
6 pop r31
7 pop r25
8 pop r5
9 pop r0
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]