[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AVR / inst-cpc.s
blob286c9e285d1fa988da333905c9da988137a8446a
1 ; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
4 foo:
6 cp r13, r12
7 cp r20, r0
8 cp r10, r31
9 cp r0, r0
11 ; CHECK: cp r13, r12 ; encoding: [0xdc,0x14]
12 ; CHECK: cp r20, r0 ; encoding: [0x40,0x15]
13 ; CHECK: cp r10, r31 ; encoding: [0xaf,0x16]
14 ; CHECK: cp r0, r0 ; encoding: [0x00,0x14]