Searched refs:OPERAND_ATMINUS (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dd10v.h169 #define OPERAND_ATMINUS (0x8000) macro
H A Dd30v.h246 #define OPERAND_ATMINUS (0x2000) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dd10v.h169 #define OPERAND_ATMINUS (0x8000) macro
H A Dd30v.h246 #define OPERAND_ATMINUS (0x2000) macro
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dd10v-dis.c82 if (oper->flags == OPERAND_ATMINUS)
H A Dd30v-dis.c232 if (oper->flags == OPERAND_ATMINUS)
H A Dd10v-opc.c162 { 0, 0, OPERAND_ATMINUS},
H A Dd30v-opc.c401 { 0, 0, 0, OPERAND_ATMINUS},
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-dis.c38 if (oper->flags == OPERAND_ATMINUS)
H A Dd30v-dis.c171 if (oper->flags == OPERAND_ATMINUS)
H A Dd10v-opc.c162 { 0, 0, OPERAND_ATMINUS},
H A Dd30v-opc.c405 { 0, 0, 0, OPERAND_ATMINUS},
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d10v.c460 exp[numops].X_add_number = OPERAND_ATMINUS;
1034 else if (flags & OPERAND_ATMINUS)
1155 else if (flags & OPERAND_ATMINUS)
1549 ((flags & OPERAND_ATMINUS) && ((X_op != O_absent) || (num != OPERAND_ATMINUS))) ||
H A Dtc-d30v.c521 exp[numops].X_add_number = OPERAND_ATMINUS;
1684 || ((flags & OPERAND_ATMINUS)
1685 && (X_op != O_absent || num != OPERAND_ATMINUS))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d10v.c413 exp[numops].X_add_number = OPERAND_ATMINUS;
821 else if (flags & OPERAND_ATMINUS)
962 else if (flags & OPERAND_ATMINUS)
1340 ((flags & OPERAND_ATMINUS) && ((X_op != O_absent) || (num != OPERAND_ATMINUS))) ||
H A Dtc-d30v.c460 exp[numops].X_add_number = OPERAND_ATMINUS;
1216 || ((flags & OPERAND_ATMINUS)
1217 && (X_op != O_absent || num != OPERAND_ATMINUS))

Completed in 206 milliseconds