URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [xtensa/] [jlong.d] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
#as:
#objdump: -d -j .text.1 -j .text.2
#name: long jump relaxation
.*: +file format .*xtensa.*
Disassembly of section \.text\.1:
00000000 <\.text\.1>:
# Skip instructions to load a8 since they will vary depending on whether
# the Xtensa configuration uses L32R or Const16.
#...
.*: .* jx a8
Disassembly of section \.text\.2:
00000000 <\.text\.2>:
0: .* j .*
#...
Go to most recent revision | Compare with Previous | Blame | View Log