Browse Source
2007-10-04 David Daney <ddaney@avtrex.com> * mips-opc.c (mips_builtin_opcodes): Mark lwxc1 as working on FP_S registers. gas/testsuite/ 2007-10-04 David Daney <ddaney@avtrex.com> * gas/mips/odd-float.d, gas/mips/odd-float.s: New test. * gas/mips/mips.exp: Run it.insight_6_8-branch
6 changed files with 28 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||
#objdump: -dr --prefix-addresses |
|||
#name: MIPS odd float |
|||
#as: -32 -march=sb1 -EL --fatal-warnings |
|||
|
|||
.*: +file format .*mips.* |
|||
|
|||
Disassembly of section .text: |
|||
0+00 <[^>]*> lwxc1 \$f1,a0\(a1\) |
|||
0+04 <[^>]*> swxc1 \$f3,a0\(a1\) |
|||
... |
|||
@ -0,0 +1,6 @@ |
|||
# Source file used to test operations on odd numbered floating point |
|||
# registers. |
|||
|
|||
text_label: |
|||
lwxc1 $f1,$4($5) |
|||
swxc1 $f3,$4($5) |
|||
Loading…
Reference in new issue