Searched refs:OP_LDAH (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c55 #define OP_LDAH 0x09
61 #define INSN_LDAH (OP_LDAH << 26)
3197 lit_insn = (OP_LDAH << 26) | (lit_insn & 0x03ff0000);
3505 insn = (OP_LDAH << 26) | (16 << 21) | (31 << 16);
54 #define OP_LDAH macro

Completed in 67 milliseconds