[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16e2-mt.s
1 .set mips16
2 foo:
3 ehb
4
5 dmt
6 dmt $0
7 dmt $2
8 emt
9 emt $0
10 emt $2
11
12 dvpe
13 dvpe $0
14 dvpe $2
15 evpe
16 evpe $0
17 evpe $2
18
19 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
20 .space 16
21 .align 4, 0
This page took 0.0308 seconds and 4 git commands to generate.