brintos

brintos / llvm-project-archived public Read only

0
0
Text · 3.4 KiB · 927ef78 Raw
114 lines · plain
1@ RUN: not llvm-mc -triple armv8a-none-eabi -mattr=+fullfp16 < %s 2>&1 | FileCheck %s2@ RUN: not llvm-mc -triple armv8a-none-eabi -mattr=+fullfp16,+thumb-mode -arm-implicit-it always < %s 2>&1 | FileCheck %s3 4  vaddeq.f16  s0, s1, s05@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable6 7  vsubne.f16  s0, s1, s08@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable9 10  vdivmi.f16  s0, s1, s011@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable12 13  vmulpl.f16  s0, s1, s014@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable15 16  vnmulvs.f16       s0, s1, s017@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable18 19  vmlavc.f16        s1, s2, s020@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable21 22  vmlshs.f16        s1, s2, s023@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable24 25  vnmlalo.f16       s1, s2, s026@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable27 28  vnmlscs.f16       s1, s2, s029@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable30 31  vcmpcc.f16 s0, s132@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable33 34  vcmphi.f16 s2, #035@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable36 37  vcmpels.f16       s1, s038@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable39 40  vcmpege.f16       s0, #041@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable42 43  vabslt.f16        s0, s044@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable45 46  vneggt.f16        s0, s047@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable48 49  vsqrtle.f16       s0, s050@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable51 52  vcvteq.f16.s32    s0, s053@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable54 55  vcvtne.u32.f16    s0, s056@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable57 58  vcvtrmi.s32.f16  s0, s159@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable60 61  vrintzhs.f16 s3, s2462@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable63 64  vrintrlo.f16 s0, s965@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable66 67  vrintxcs.f16 s10, s1468@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable69 70  vfmalt.f16 s2, s7, s471@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable72 73  vfmsgt.f16 s2, s7, s474@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable75 76  vfnmale.f16 s2, s7, s477@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable78 79  vfnmseq.f16 s2, s7, s480@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable81 82  vldrpl.16 s1, [pc, #6]83@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable84 85  vldrvs.16 s2, [pc, #510]86@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable87 88  vldrvc.16 s3, [pc, #-510]89@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable90 91  vldrhs.16 s4, [r4, #-18]92@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable93 94  vstrlo.16 s1, [pc, #6]95@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable96 97  vstrcs.16 s2, [pc, #510]98@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable99 100  vstrcc.16 s3, [pc, #-510]101@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable102 103  vstrhi.16 s4, [r4, #-18]104@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable105 106  vmovls.f16 s0, #1.0107@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable108 109  vmovge.f16 s1, r2110@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable111 112  vmovlt.f16 r3, s4113@ CHECK: [[@LINE-1]]:3: error: instruction is not predicable114