1# RUN: not llvm-mc -triple=mips -mcpu=mips32r2 -mattr=+mt < %s 2>%t1 2# RUN: FileCheck %s < %t1 3 mftr 0($4), $5, 0, 0, 0 # CHECK: error: unexpected token in argument list 4 mttr 0($4), $5, 0, 0, 0 # CHECK: error: unexpected token in argument list 5