Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-mips.c6554 bfd_vma jalx_opcode; in mips_elf_perform_relocation() local
6560 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() local
6599 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()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-mips.c6636 bfd_vma jalx_opcode; in mips_elf_perform_relocation() local
6642 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() local
6681 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()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dmips.cc4663 Valtype32 jalx_opcode; in rel26() local
4669 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()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dmips.cc4665 Valtype32 jalx_opcode; in rel26() local
4671 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()