[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / MC / AVR / inst-tst.s
blob0380f09da9e543eea09ee0a40c65d11f1639eebe
1 ; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
4 foo:
6 tst r3
7 tst r14
8 tst r24
9 tst r12
11 ; CHECK: tst r3 ; encoding: [0x33,0x20]
12 ; CHECK: tst r14 ; encoding: [0xee,0x20]
13 ; CHECK: tst r24 ; encoding: [0x88,0x23]
14 ; CHECK: tst r12 ; encoding: [0xcc,0x20]