Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-alpha.c77 #define INSN_ABO(I,A,B,O) (I | (A << 21) | (B << 16) | ((O) & 0xffff)) macro
4809 insn = INSN_ABO (INSN_LDAH, 28, 28, (ofs + 0x8000) >> 16); in elf64_alpha_finish_dynamic_sections()
4815 insn = INSN_ABO (INSN_LDA, 28, 28, ofs); in elf64_alpha_finish_dynamic_sections()
4818 insn = INSN_ABO (INSN_LDQ, 27, 28, 0); in elf64_alpha_finish_dynamic_sections()
4824 insn = INSN_ABO (INSN_LDQ, 28, 28, 8); in elf64_alpha_finish_dynamic_sections()
4838 insn = INSN_ABO (INSN_LDQ, 27, 27, 12); in elf64_alpha_finish_dynamic_sections()
H A DChangeLog-20052299 (INSN_A, INSN_AB, INSN_ABC, INSN_ABO, INSN_AD): New.