1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
2 # RUN: FileCheck %s < %t1
5 addvi.
b $w14
, $w12
, 14 # CHECK: error: instruction requires a CPU feature not currently enabled
11 addvi.w $w19
, $w13
, 11 # CHECK: error: instruction requires a CPU feature not currently enabled