Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c78 #define INSN_ABO(I,A,B,O) (I | (A << 21) | (B << 16) | ((O) & 0xffff)) macro
5050 insn = INSN_ABO (INSN_LDAH, 28, 28, (ofs + 0x8000) >> 16); in elf64_alpha_finish_dynamic_sections()
5056 insn = INSN_ABO (INSN_LDA, 28, 28, ofs); in elf64_alpha_finish_dynamic_sections()
5059 insn = INSN_ABO (INSN_LDQ, 27, 28, 0); in elf64_alpha_finish_dynamic_sections()
5065 insn = INSN_ABO (INSN_LDQ, 28, 28, 8); in elf64_alpha_finish_dynamic_sections()
5079 insn = INSN_ABO (INSN_LDQ, 27, 27, 12); in elf64_alpha_finish_dynamic_sections()
DChangeLog-20052299 (INSN_A, INSN_AB, INSN_ABC, INSN_ABO, INSN_AD): New.