GAS/MIPS: Add `-mfix-r5900' option for the R5900 short loop erratum
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / r5900-no-fix.d
1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric -mmips:5900
2 #name: MIPS R5900 workarounds disabled (-mno-fix-r5900)
3 #as: -march=r5900 -mtune=r5900 -mno-fix-r5900
4
5 .*: +file format .*mips.*
6
7 Disassembly of section \.text:
8 [0-9a-f]+ <[^>]*> 2403012c li \$3,300
9 [0-9a-f]+ <[^>]*> 2063ffff addi \$3,\$3,-1
10 [0-9a-f]+ <[^>]*> 1460fffe bnez \$3,[0-9a-f]+ <short_loop_no_mfix_r5900>
11 [0-9a-f]+ <[^>]*> 2084ffff addi \$4,\$4,-1
12 [0-9a-f]+ <[^>]*> 24040003 li \$4,3
13 \.\.\.
This page took 0.0315569999999999 seconds and 4 git commands to generate.