Fix misspelled target triples in MC/ARM test commands.
[oota-llvm.git] / test / MC / ARM / neont2-minmax-encoding.s
1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
2
3 .code 16
4
5 @ CHECK: vmin.s8        d16, d16, d17           @ encoding: [0x40,0xef,0xb1,0x06]
6         vmin.s8 d16, d16, d17
7 @ CHECK: vmin.s16       d16, d16, d17   @ encoding: [0x50,0xef,0xb1,0x06]
8         vmin.s16        d16, d16, d17
9 @ CHECK: vmin.s32       d16, d16, d17   @ encoding: [0x60,0xef,0xb1,0x06]
10         vmin.s32        d16, d16, d17
11 @ CHECK: vmin.u8        d16, d16, d17           @ encoding: [0x40,0xff,0xb1,0x06]
12         vmin.u8 d16, d16, d17
13 @ CHECK: vmin.u16       d16, d16, d17   @ encoding: [0x50,0xff,0xb1,0x06]
14         vmin.u16        d16, d16, d17
15 @ CHECK: vmin.u32       d16, d16, d17   @ encoding: [0x60,0xff,0xb1,0x06]
16         vmin.u32        d16, d16, d17
17 @ CHECK: vmin.f32       d16, d16, d17   @ encoding: [0x60,0xef,0xa1,0x0f]
18         vmin.f32        d16, d16, d17
19 @ CHECK: vmin.s8        q8, q8, q9              @ encoding: [0x40,0xef,0xf2,0x06]
20         vmin.s8 q8, q8, q9
21 @ CHECK: vmin.s16       q8, q8, q9      @ encoding: [0x50,0xef,0xf2,0x06]
22         vmin.s16        q8, q8, q9
23 @ CHECK: vmin.s32       q8, q8, q9      @ encoding: [0x60,0xef,0xf2,0x06]
24         vmin.s32        q8, q8, q9
25 @ CHECK: vmin.u8        q8, q8, q9              @ encoding: [0x40,0xff,0xf2,0x06]
26         vmin.u8 q8, q8, q9
27 @ CHECK: vmin.u16       q8, q8, q9      @ encoding: [0x50,0xff,0xf2,0x06]
28         vmin.u16        q8, q8, q9
29 @ CHECK: vmin.u32       q8, q8, q9      @ encoding: [0x60,0xff,0xf2,0x06]
30         vmin.u32        q8, q8, q9
31 @ CHECK: vmin.f32       q8, q8, q9      @ encoding: [0x60,0xef,0xe2,0x0f]
32         vmin.f32        q8, q8, q9
33 @ CHECK: vmax.s8        d16, d16, d17           @ encoding: [0x40,0xef,0xa1,0x06]
34         vmax.s8 d16, d16, d17
35 @ CHECK: vmax.s16       d16, d16, d17   @ encoding: [0x50,0xef,0xa1,0x06]
36         vmax.s16        d16, d16, d17
37 @ CHECK: vmax.s32       d16, d16, d17   @ encoding: [0x60,0xef,0xa1,0x06]
38         vmax.s32        d16, d16, d17
39 @ CHECK: vmax.u8        d16, d16, d17           @ encoding: [0x40,0xff,0xa1,0x06]
40         vmax.u8 d16, d16, d17
41 @ CHECK: vmax.u16       d16, d16, d17   @ encoding: [0x50,0xff,0xa1,0x06]
42         vmax.u16        d16, d16, d17
43 @ CHECK: vmax.u32       d16, d16, d17   @ encoding: [0x60,0xff,0xa1,0x06]
44         vmax.u32        d16, d16, d17
45 @ CHECK: vmax.f32       d16, d16, d17   @ encoding: [0x40,0xef,0xa1,0x0f]
46         vmax.f32        d16, d16, d17
47 @ CHECK: vmax.s8        q8, q8, q9              @ encoding: [0x40,0xef,0xe2,0x06]
48         vmax.s8 q8, q8, q9
49 @ CHECK: vmax.s16       q8, q8, q9      @ encoding: [0x50,0xef,0xe2,0x06]
50         vmax.s16        q8, q8, q9
51 @ CHECK: vmax.s32       q8, q8, q9      @ encoding: [0x60,0xef,0xe2,0x06]
52         vmax.s32        q8, q8, q9
53 @ CHECK: vmax.u8        q8, q8, q9              @ encoding: [0x40,0xff,0xe2,0x06]
54         vmax.u8 q8, q8, q9
55 @ CHECK: vmax.u16       q8, q8, q9      @ encoding: [0x50,0xff,0xe2,0x06]
56         vmax.u16        q8, q8, q9
57 @ CHECK: vmax.u32       q8, q8, q9      @ encoding: [0x60,0xff,0xe2,0x06]
58         vmax.u32        q8, q8, q9
59 @ CHECK: vmax.f32       q8, q8, q9      @ encoding: [0x40,0xef,0xe2,0x0f]
60         vmax.f32        q8, q8, q9