brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.7 KiB · 90e9da0 Raw
52 lines · plain
1// RUN: not llvm-mc -triple=armv8a-none-eabi -mattr=+fullfp16 < %s 2>&1 | FileCheck %s2 3  vcvt.u16.f16 s0, s1, #14// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same5  vcvt.s16.f16 s0, s1, #16// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same7  vcvt.u32.f16 s0, s1, #18// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same9  vcvt.s32.f16 s0, s1, #110// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same11  vcvt.u16.f32 s0, s1, #112// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same13  vcvt.s16.f32 s0, s1, #114// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same15  vcvt.u32.f32 s0, s1, #116// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same17  vcvt.s32.f32 s0, s1, #118// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same19  vcvt.u16.f64 d0, d1, #120// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same21  vcvt.s16.f64 d0, d1, #122// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same23  vcvt.u32.f64 d0, d1, #124// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same25  vcvt.s32.f64 d0, d1, #126// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same27  vcvt.f16.u16 s0, s1, #128// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same29  vcvt.f16.s16 s0, s1, #130// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same31  vcvt.f16.u32 s0, s1, #132// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same33  vcvt.f16.s32 s0, s1, #134// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same35  vcvt.f32.u16 s0, s1, #136// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same37  vcvt.f32.s16 s0, s1, #138// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same39  vcvt.f32.u32 s0, s1, #140// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same41  vcvt.f32.s32 s0, s1, #142// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same43  vcvt.f64.u16 d0, d1, #144// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same45  vcvt.f64.s16 d0, d1, #146// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same47  vcvt.f64.u32 d0, d1, #148// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same49  vcvt.f64.s32 d0, d1, #150// CHECK: [[@LINE-1]]{{.*}}error: source and destination registers must be the same51 52