Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-alpha.c56 #define OP_BR 0x30 macro
62 #define INSN_BR (OP_BR << 26)
3232 insn = (OP_BR << 26) | (insn & 0x03e00000); in elf64_alpha_relax_with_lituse()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-alpha.c1180 #define OP_BR 0x30 macro
1400 insn = (OP_BR << 26) | (insn & 0x03e00000);