MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16e2-mt-err.s
CommitLineData
92cebb3d
MR
1# Verify that switching off either `mips16e2' or `mt' causes an assembly
2# error with a MIPS16e2 MT ASE instruction, which requires both at a time.
3
4 .text
5foo:
6 evpe
7 .set nomips16e2
8 dvpe
9 .set mips16e2
10 evpe
11 .set nomt
12 dvpe
13 .set mt
14 evpe
This page took 0.073852 seconds and 4 git commands to generate.