Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / xpa-virt-err.s
1 # Verify that switching off either `xpa' or `virt' causes an assembly
2 # error with an XPA Virtualization ASE instruction, which requires
3 # both at a time.
4
5 .text
6 foo:
7 mfhgc0 $2, $1
8 .set noxpa
9 mthgc0 $2, $1
10 .set xpa
11 mfhgc0 $2, $1
12 .set novirt
13 mthgc0 $2, $1
14 .set virt
15 mfhgc0 $2, $1
This page took 0.0337 seconds and 4 git commands to generate.