brintos

brintos / llvm-project-archived public Read only

0
0
Text · 371 B · 1f6bba5 Raw
12 lines · plain
1# RUN: not llvm-mc %s -triple=mips -mcpu=mips32r2 2>%t12# RUN: FileCheck %s < %t13 4    .set nomsa5    addvi.b     $w14, $w12, 14 # CHECK: error: instruction requires a CPU feature not currently enabled6 7    .set msa8    addvi.h     $w26, $w17, 4 9    10    .set nomsa11    addvi.w     $w19, $w13, 11 # CHECK: error: instruction requires a CPU feature not currently enabled12