OSDN Git Service

Revert "[mips][mt][6/7] Add support for mftr, mttr instructions."
[android-x86/external-llvm.git] / test / MC / Mips / mt / invalid.s
1 # RUN: not llvm-mc -arch=mips -mcpu=mips32 -mattr=+mt < %s 2>&1 | FileCheck %s
2   dmt 4           # CHECK: error: invalid operand for instruction
3   dmt $4, $5      # CHECK: error: invalid operand for instruction
4   dmt $5, 0($4)   # CHECK: error: invalid operand for instruction
5   emt 4           # CHECK: error: invalid operand for instruction
6   emt $4, $5      # CHECK: error: invalid operand for instruction
7   emt $5, 0($5)   # CHECK: error: invalid operand for instruction
8   dvpe 4          # CHECK: error: invalid operand for instruction
9   dvpe $4, $5     # CHECK: error: invalid operand for instruction
10   dvpe $5, 0($4)  # CHECK: error: invalid operand for instruction
11   evpe 4          # CHECK: error: invalid operand for instruction
12   evpe $4, $5     # CHECK: error: invalid operand for instruction
13   evpe $5, 0($5)  # CHECK: error: invalid operand for instruction