MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips32-dspr3.s
CommitLineData
8f4f9071
MF
1# source file to test assembly of MIPS DSP ASE Rev3 for MIPS32 instructions
2
3 .set noreorder
4 .set noat
5
6 .text
7text_label:
8 bposge32c text_label
9
10# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11 .align 2
12 .space 8
This page took 0.12031 seconds and 4 git commands to generate.