Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/opcode/
Dalpha.h144 AXP_OPERAND_FPR | AXP_OPERAND_RELATIVE | AXP_OPERAND_SIGNED | \
175 #define AXP_OPERAND_SIGNED 0100 macro
/freebsd-12-stable/contrib/binutils/opcodes/
Dalpha-dis.c176 if (operand->flags & AXP_OPERAND_SIGNED)
199 else if (operand->flags & AXP_OPERAND_SIGNED)
Dalpha-opc.c274 { 16, 0, -MDISP, AXP_OPERAND_SIGNED, 0, 0 },
299 { 12, 0, -EV4HWDISP, AXP_OPERAND_SIGNED, 0, 0 },
312 { 10, 0, -EV5HWDISP, AXP_OPERAND_SIGNED, 0, 0 },
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-alpha.c1056 case AXP_OPERAND_SIGNED: in find_opcode_match()
1811 if (operand->flags & AXP_OPERAND_SIGNED) in insert_operand()