Home
last modified time | relevance | path

Searched refs:jalx_opcode (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDelfxx-mips.c4645 bfd_vma jalx_opcode; in mips_elf_perform_relocation() local
4651 jalx_opcode = 0x7; in mips_elf_perform_relocation()
4656 jalx_opcode = 0x1d; in mips_elf_perform_relocation()
4672 x = (x & ~(0x3f << 26)) | (jalx_opcode << 26); in mips_elf_perform_relocation()