Home
last modified time | relevance | path

Searched refs:AXP_OPERAND_RELATIVE (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/opcode/
Dalpha.h144 AXP_OPERAND_FPR | AXP_OPERAND_RELATIVE | AXP_OPERAND_SIGNED | \
172 #define AXP_OPERAND_RELATIVE 040 macro
/freebsd-10-stable/contrib/binutils/opcodes/
Dalpha-dis.c197 else if (operand->flags & AXP_OPERAND_RELATIVE)
Dalpha-opc.c279 AXP_OPERAND_RELATIVE, insert_bdisp, extract_bdisp },
288 AXP_OPERAND_RELATIVE|AXP_OPERAND_DEFAULT_ZERO|AXP_OPERAND_NOOVERFLOW,
326 AXP_OPERAND_RELATIVE|AXP_OPERAND_DEFAULT_ZERO|AXP_OPERAND_NOOVERFLOW,
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-alpha.c1055 case AXP_OPERAND_RELATIVE: in find_opcode_match()
1623 pcrel = ((operand->flags & AXP_OPERAND_RELATIVE) != 0); in emit_insn()