Searched refs:jalx (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips16-jalx.s1 # Test the generation of jalx opcodes
2 jalx external_label
H A Dmips-jalx-2.d3 #name: mips jalx-2
10 [ 0-9a-f]+: 74000000 jalx 0 <.[^>]*>
H A Dmips-jalx-2.s3 jalx 1f
H A Dmips-jalx.d3 #name: mips jalx
7 0: 74000000 jalx 0x0
H A Dmips-jalx.s1 # Test the generation of jalx opcodes
3 jalx external_label
H A Dmips16-jalx.d3 #name: mips16 jalx
7 0: 1c00 0000 jalx 0x0
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-local-stubs-1.d60 2000006c: 1c00 002c jalx 200000b0 <stub_for_f1>
62 20000072: 1c00 0034 jalx 200000d0 <stub_for_f2>
64 20000078: 1c00 0030 jalx 200000c0 <stub_for_g1>
66 2000007e: 1c00 0038 jalx 200000e0 <stub_for_g2>
H A Dmips16-call-global.d10 .*0098: 1e00 0032 jalx .*00c8 <z>
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dmips-dis.c1120 /* For gdb disassembler, force odd address on jalx. */
1122 && strcmp (opp->name, "jalx") == 0)
1403 /* We always allow to disassemble the jalx instruction. */
1405 && strcmp (op->name, "jalx"))
1785 int jalx = l & 0x400;
1790 if (!jalx && info->flavour == bfd_target_unknown_flavour)
1780 int jalx = l & 0x400; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dmips-dis.c1156 /* For gdb disassembler, force odd address on jalx. */
1158 && strcmp (opp->name, "jalx") == 0)
1439 /* We always allow to disassemble the jalx instruction. */
1441 && strcmp (op->name, "jalx"))
1821 int jalx = l & 0x400;
1826 if (!jalx && info->flavour == bfd_target_unknown_flavour)
1816 int jalx = l & 0x400; local

Completed in 91 milliseconds