Searched refs:jalx_opcode (Results 1 – 2 of 2) sorted by relevance
4612 Valtype32 jalx_opcode; in rel26() local4618 jalx_opcode = 0x7; in rel26()4623 jalx_opcode = 0x3c; in rel26()4628 jalx_opcode = 0x1d; in rel26()4641 val = (val & ~(0x3f << 26)) | (jalx_opcode << 26); in rel26()
6281 bfd_vma jalx_opcode; in mips_elf_perform_relocation() local6287 jalx_opcode = 0x7; in mips_elf_perform_relocation()6292 jalx_opcode = 0x3c; in mips_elf_perform_relocation()6297 jalx_opcode = 0x1d; in mips_elf_perform_relocation()6312 x = (x & ~(0x3f << 26)) | (jalx_opcode << 26); in mips_elf_perform_relocation()