|
| 1 | +// RUN: not llvm-mc -triple=armv8a-none-eabi -mattr=+fullfp16 < %s 2>&1 | FileCheck %s |
| 2 | + |
| 3 | + vcvt.u16.f16 s0, s1, #1 |
| 4 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 5 | + vcvt.s16.f16 s0, s1, #1 |
| 6 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 7 | + vcvt.u32.f16 s0, s1, #1 |
| 8 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 9 | + vcvt.s32.f16 s0, s1, #1 |
| 10 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 11 | + vcvt.u16.f32 s0, s1, #1 |
| 12 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 13 | + vcvt.s16.f32 s0, s1, #1 |
| 14 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 15 | + vcvt.u32.f32 s0, s1, #1 |
| 16 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 17 | + vcvt.s32.f32 s0, s1, #1 |
| 18 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 19 | + vcvt.u16.f64 d0, d1, #1 |
| 20 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 21 | + vcvt.s16.f64 d0, d1, #1 |
| 22 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 23 | + vcvt.u32.f64 d0, d1, #1 |
| 24 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 25 | + vcvt.s32.f64 d0, d1, #1 |
| 26 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 27 | + vcvt.f16.u16 s0, s1, #1 |
| 28 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 29 | + vcvt.f16.s16 s0, s1, #1 |
| 30 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 31 | + vcvt.f16.u32 s0, s1, #1 |
| 32 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 33 | + vcvt.f16.s32 s0, s1, #1 |
| 34 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 35 | + vcvt.f32.u16 s0, s1, #1 |
| 36 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 37 | + vcvt.f32.s16 s0, s1, #1 |
| 38 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 39 | + vcvt.f32.u32 s0, s1, #1 |
| 40 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 41 | + vcvt.f32.s32 s0, s1, #1 |
| 42 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 43 | + vcvt.f64.u16 d0, d1, #1 |
| 44 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 45 | + vcvt.f64.s16 d0, d1, #1 |
| 46 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 47 | + vcvt.f64.u32 d0, d1, #1 |
| 48 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 49 | + vcvt.f64.s32 d0, d1, #1 |
| 50 | +// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same |
| 51 | + |
0 commit comments