mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 06:43:58 +08:00
gas/testsuite/
* gas/mips/micromips-warn-branch-delay.d: Use numeric registers.
This commit is contained in:
parent
d150b1a28f
commit
2a0388c71c
@ -1,3 +1,7 @@
|
||||
2013-05-04 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* gas/mips/micromips-warn-branch-delay.d: Use numeric registers.
|
||||
|
||||
2013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* gas/mips/mips16-stabs.s, gas/mips/mips16-stabs.d: New test.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#objdump: -dr --show-raw-insn
|
||||
#objdump: -dr --show-raw-insn -M gpr-names=numeric
|
||||
#name: microMIPS fixed-size branch delay slots
|
||||
#as: -mmicromips
|
||||
#source: micromips-warn-branch-delay.s
|
||||
@ -9,18 +9,18 @@
|
||||
Disassembly of section \.text:
|
||||
|
||||
[0-9a-f]+ <foo>:
|
||||
[ 0-9a-f]+: 45e2 jalrs v0
|
||||
[ 0-9a-f]+: 0083 1250 and v0,v1,a0
|
||||
[ 0-9a-f]+: 45e2 jalrs v0
|
||||
[ 0-9a-f]+: 6043 9000 swr v0,0\(v1\)
|
||||
[ 0-9a-f]+: 45e2 jalrs v0
|
||||
[ 0-9a-f]+: 6043 8000 swl v0,0\(v1\)
|
||||
[ 0-9a-f]+: 45e2 jalrs v0
|
||||
[ 0-9a-f]+: 0272 8210 mul s0,s2,s3
|
||||
[ 0-9a-f]+: 45e2 jalrs v0
|
||||
[ 0-9a-f]+: 001f 8b90 sltu s1,ra,zero
|
||||
[ 0-9a-f]+: 45e2 jalrs v0
|
||||
[ 0-9a-f]+: 0220 8910 add s1,zero,s1
|
||||
[ 0-9a-f]+: 45e2 jalrs v0
|
||||
[ 0-9a-f]+: 01b1 8990 sub s1,s1,t5
|
||||
[ 0-9a-f]+: 45e2 jalrs \$2
|
||||
[ 0-9a-f]+: 0083 1250 and \$2,\$3,\$4
|
||||
[ 0-9a-f]+: 45e2 jalrs \$2
|
||||
[ 0-9a-f]+: 6043 9000 swr \$2,0\(\$3\)
|
||||
[ 0-9a-f]+: 45e2 jalrs \$2
|
||||
[ 0-9a-f]+: 6043 8000 swl \$2,0\(\$3\)
|
||||
[ 0-9a-f]+: 45e2 jalrs \$2
|
||||
[ 0-9a-f]+: 0272 8210 mul \$16,\$18,\$19
|
||||
[ 0-9a-f]+: 45e2 jalrs \$2
|
||||
[ 0-9a-f]+: 001f 8b90 sltu \$17,\$31,\$0
|
||||
[ 0-9a-f]+: 45e2 jalrs \$2
|
||||
[ 0-9a-f]+: 0220 8910 add \$17,\$0,\$17
|
||||
[ 0-9a-f]+: 45e2 jalrs \$2
|
||||
[ 0-9a-f]+: 01b1 8990 sub \$17,\$17,\$13
|
||||
#pass
|
||||
|
Loading…
Reference in New Issue
Block a user