[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / MC / AVR / inst-com.s
blobf89373464df1898f0ba9053015f8f15f75d33202
1 ; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
4 foo:
6 com r30
7 com r17
8 com r4
9 com r0
11 ; CHECK: com r30 ; encoding: [0xe0,0x95]
12 ; CHECK: com r17 ; encoding: [0x10,0x95]
13 ; CHECK: com r4 ; encoding: [0x40,0x94]
14 ; CHECK: com r0 ; encoding: [0x00,0x94]