Home
last modified time | relevance | path

Searched refs:AXP_OPERAND_OPTIONAL_MASK (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dalpha.h186 #define AXP_OPERAND_OPTIONAL_MASK 07000 macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dalpha.h186 #define AXP_OPERAND_OPTIONAL_MASK 07000 macro
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-alpha.c1087 if ((operand->flags & AXP_OPERAND_OPTIONAL_MASK) == 0) in find_opcode_match()
2044 switch (operand->flags & AXP_OPERAND_OPTIONAL_MASK) in assemble_insn()