1@ RUN: not llvm-mc -triple armv8a-none-eabi -mattr=+fullfp16 < %s 2>&1 | FileCheck %s 2@ RUN: not llvm-mc -triple armv8a-none-eabi -mattr=+fullfp16,+thumb-mode -arm-implicit-it always < %s 2>&1 | FileCheck %s 3 4 vaddeq.f16 s0, s1, s0 5@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 6 7 vsubne.f16 s0, s1, s0 8@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 9 10 vdivmi.f16 s0, s1, s0 11@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 12 13 vmulpl.f16 s0, s1, s0 14@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 15 16 vnmulvs.f16 s0, s1, s0 17@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 18 19 vmlavc.f16 s1, s2, s0 20@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 21 22 vmlshs.f16 s1, s2, s0 23@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 24 25 vnmlalo.f16 s1, s2, s0 26@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 27 28 vnmlscs.f16 s1, s2, s0 29@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 30 31 vcmpcc.f16 s0, s1 32@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 33 34 vcmphi.f16 s2, #0 35@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 36 37 vcmpels.f16 s1, s0 38@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 39 40 vcmpege.f16 s0, #0 41@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 42 43 vabslt.f16 s0, s0 44@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 45 46 vneggt.f16 s0, s0 47@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 48 49 vsqrtle.f16 s0, s0 50@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 51 52 vcvteq.f16.s32 s0, s0 53@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 54 55 vcvtne.u32.f16 s0, s0 56@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 57 58 vcvtrmi.s32.f16 s0, s1 59@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 60 61 vrintzhs.f16 s3, s24 62@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 63 64 vrintrlo.f16 s0, s9 65@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 66 67 vrintxcs.f16 s10, s14 68@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 69 70 vfmalt.f16 s2, s7, s4 71@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 72 73 vfmsgt.f16 s2, s7, s4 74@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 75 76 vfnmale.f16 s2, s7, s4 77@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 78 79 vfnmseq.f16 s2, s7, s4 80@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 81 82 vldrpl.16 s1, [pc, #6] 83@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 84 85 vldrvs.16 s2, [pc, #510] 86@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 87 88 vldrvc.16 s3, [pc, #-510] 89@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 90 91 vldrhs.16 s4, [r4, #-18] 92@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 93 94 vstrlo.16 s1, [pc, #6] 95@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 96 97 vstrcs.16 s2, [pc, #510] 98@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 99 100 vstrcc.16 s3, [pc, #-510] 101@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 102 103 vstrhi.16 s4, [r4, #-18] 104@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 105 106 vmovls.f16 s0, #1.0 107@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 108 109 vmovge.f16 s1, r2 110@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 111 112 vmovlt.f16 r3, s4 113@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable 114