Searched refs:AXP_OPERAND_SIGNED (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/binutils/include/opcode/ |
| D | alpha.h | 144 AXP_OPERAND_FPR | AXP_OPERAND_RELATIVE | AXP_OPERAND_SIGNED | \ 175 #define AXP_OPERAND_SIGNED 0100 macro
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | alpha-dis.c | 176 if (operand->flags & AXP_OPERAND_SIGNED) 199 else if (operand->flags & AXP_OPERAND_SIGNED)
|
| D | alpha-opc.c | 274 { 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/ |
| D | tc-alpha.c | 1056 case AXP_OPERAND_SIGNED: in find_opcode_match() 1811 if (operand->flags & AXP_OPERAND_SIGNED) in insert_operand()
|