most simple arm instructions match correctly now,
[oota-llvm.git] / test / MC / ARM / arm_instructions.s
1 @ RUN: llvm-mc -triple arm-unknown-unknown -show-encoding %s | FileCheck %s
2
3 @ CHECK: nop
4 @ CHECK: encoding: [0x00,0xf0,0x20,0xe3]
5         nop
6
7 @ CHECK: nopeq
8 @ CHECK: encoding: [0x00,0xf0,0x20,0x03]
9         nopeq
10
11 @ CHECK: bx     lr
12 @ CHECK: encoding: [0x1e,0xff,0x2f,0xe1]
13 bx lr
14
15 @ CHECK: vqdmull.s32    q8, d17, d16
16 @ CHECK: encoding: [0xa0,0x0d,0xe1,0xf2]
17 vqdmull.s32     q8, d17, d16
18