MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / xpa-err.s
CommitLineData
9785fc2a
MR
1# Verify that switching off either `xpa' causes an assembly error
2# with an XPA instruction.
3
4 .text
5foo:
6 mfhc0 $2, $1
7 .set noxpa
8 mthc0 $2, $1
This page took 0.097499 seconds and 4 git commands to generate.