bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / sb1-ext-ps.s
CommitLineData
2228315b
CD
1# source file to test assembly of SB-1 core's paired-single
2# extensions to the MIPS64 ISA.
3
4 .set noreorder
5 .set noat
6
7 .globl text_label .text
8text_label:
9
10 div.ps $f1, $f2, $f3
11 recip.ps $f1, $f2
12 rsqrt.ps $f1, $f2
13 sqrt.ps $f1, $f2
14
15# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
16 .space 8
This page took 0.400744 seconds and 4 git commands to generate.