Searched refs:jalx_opcode (Results 1 – 4 of 4) sorted by relevance
6554 bfd_vma jalx_opcode; in mips_elf_perform_relocation() local6560 jalx_opcode = 0x7; in mips_elf_perform_relocation()6565 jalx_opcode = 0x3c; in mips_elf_perform_relocation()6570 jalx_opcode = 0x1d; in mips_elf_perform_relocation()6585 x = (x & ~(0x3fu << 26)) | (jalx_opcode << 26); in mips_elf_perform_relocation()6591 bfd_vma jalx_opcode = 0; in mips_elf_perform_relocation() local6599 jalx_opcode = 0x3c; in mips_elf_perform_relocation()6606 jalx_opcode = 0x1d; in mips_elf_perform_relocation()6630 x = ((dest >> 2) & 0x3ffffff) | jalx_opcode << 26; in mips_elf_perform_relocation()
6636 bfd_vma jalx_opcode; in mips_elf_perform_relocation() local6642 jalx_opcode = 0x7; in mips_elf_perform_relocation()6647 jalx_opcode = 0x3c; in mips_elf_perform_relocation()6652 jalx_opcode = 0x1d; in mips_elf_perform_relocation()6667 x = (x & ~(0x3fu << 26)) | (jalx_opcode << 26); in mips_elf_perform_relocation()6673 bfd_vma jalx_opcode = 0; in mips_elf_perform_relocation() local6681 jalx_opcode = 0x3c; in mips_elf_perform_relocation()6688 jalx_opcode = 0x1d; in mips_elf_perform_relocation()6712 x = ((dest >> 2) & 0x3ffffff) | jalx_opcode << 26; in mips_elf_perform_relocation()
4663 Valtype32 jalx_opcode; in rel26() local4669 jalx_opcode = 0x7; in rel26()4674 jalx_opcode = 0x3c; in rel26()4679 jalx_opcode = 0x1d; in rel26()4692 val = (val & ~(0x3f << 26)) | (jalx_opcode << 26); in rel26()
4665 Valtype32 jalx_opcode; in rel26() local4671 jalx_opcode = 0x7; in rel26()4676 jalx_opcode = 0x3c; in rel26()4681 jalx_opcode = 0x1d; in rel26()4694 val = (val & ~(0x3f << 26)) | (jalx_opcode << 26); in rel26()