MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips-warn-branch-delay.s
1 # Source file used to test microMIPS fixed-size branch delay slots.
2
3 .text
4 .set noreorder
5 .set noat
6 foo:
7 jalrs $2
8 and $2,$3,$4
9 jalrs $2
10 swr $2,0($3)
11 jalrs $2
12 swl $2,0($3)
13 jalrs $2
14 mul $16,$18,$19
15 jalrs $2
16 sltu $17,$31,$0
17 jalrs $2
18 add $17,$0,$17
19 jalrs $2
20 sub $17,$17,$13
This page took 0.030231 seconds and 4 git commands to generate.