Searched refs:jalx_opcode (Results 1 – 2 of 2) sorted by relevance
4116 Valtype32 jalx_opcode; in rel26() local4122 jalx_opcode = 0x7; in rel26()4127 jalx_opcode = 0x3c; in rel26()4132 jalx_opcode = 0x1d; in rel26()4145 val = (val & ~(0x3f << 26)) | (jalx_opcode << 26); in rel26()
6254 bfd_vma jalx_opcode; in mips_elf_perform_relocation() local6260 jalx_opcode = 0x7; in mips_elf_perform_relocation()6265 jalx_opcode = 0x3c; in mips_elf_perform_relocation()6270 jalx_opcode = 0x1d; in mips_elf_perform_relocation()6287 x = (x & ~(0x3f << 26)) | (jalx_opcode << 26); in mips_elf_perform_relocation()