Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@mips64-cp2.s
CommitLineData
df58fc94
RS
1# Source file to test assembly of MIPS64-derived microMIPS cop2 instructions
2
3 .set noreorder
4 .set noat
5
6 .globl text_label .text
7text_label:
8
9 # Unprivileged coprocessor instructions.
10 # These tests use cp2 to avoid other (cp0, fpu, prefetch) opcodes.
11
12 # No sel with cp2 for microMIPS.
13 dmfc2 $3, $4
14 dmtc2 $6, $7
15
16# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
17 .align 2
18 .space 8
This page took 0.134365 seconds and 4 git commands to generate.