Searched refs:AXP_OPERAND_SIGNED (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | alpha.h | 145 AXP_OPERAND_FPR | AXP_OPERAND_RELATIVE | AXP_OPERAND_SIGNED | \ 176 #define AXP_OPERAND_SIGNED 0100 macro
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | alpha-dis.c | 173 if (operand->flags & AXP_OPERAND_SIGNED) in print_insn_alpha() 196 else if (operand->flags & AXP_OPERAND_SIGNED) in print_insn_alpha()
|
D | alpha-opc.c | 273 { 16, 0, -MDISP, AXP_OPERAND_SIGNED, 0, 0 }, 298 { 12, 0, -EV4HWDISP, AXP_OPERAND_SIGNED, 0, 0 }, 311 { 10, 0, -EV5HWDISP, AXP_OPERAND_SIGNED, 0, 0 },
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-alpha.c | 1118 case AXP_OPERAND_SIGNED: in find_opcode_match() 1983 if (operand->flags & AXP_OPERAND_SIGNED) in insert_operand()
|