[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / MC / AVR / inst-las.s
blob3ee52f4b3c9e73b3b9777af8f7bbfcb7b626900a
1 ; RUN: llvm-mc -triple avr -mattr=rmw -show-encoding < %s | FileCheck %s
4 foo:
6 las Z, r13
7 las Z, r0
8 las Z, r31
9 las Z, r3
11 ; CHECK: las Z, r13 ; encoding: [0xd5,0x92]
12 ; CHECK: las Z, r0 ; encoding: [0x05,0x92]
13 ; CHECK: las Z, r31 ; encoding: [0xf5,0x93]
14 ; CHECK: las Z, r3 ; encoding: [0x35,0x92]