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

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dd10v.h151 #define OPERAND_ATPAR (0x200) macro
H A Dd30v.h243 #define OPERAND_ATPAR (0x1000) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dd10v.h151 #define OPERAND_ATPAR (0x200) macro
H A Dd30v.h243 #define OPERAND_ATPAR (0x1000) macro
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dd10v-dis.c102 if (oper->flags == OPERAND_ATPAR)
212 if (oper->flags == OPERAND_ATPAR)
262 if (oper->flags == OPERAND_ATPAR)
H A Dd30v-dis.c252 if (oper->flags == OPERAND_ATPAR)
H A Dd10v-opc.c156 { 0, 0, OPERAND_ATPAR},
H A Dd30v-opc.c395 { 0, 0, 0, OPERAND_ATPAR},
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-dis.c58 if (oper->flags == OPERAND_ATPAR)
171 if (oper->flags == OPERAND_ATPAR)
221 if (oper->flags == OPERAND_ATPAR)
H A Dd30v-dis.c191 if (oper->flags == OPERAND_ATPAR)
H A Dd10v-opc.c156 { 0, 0, OPERAND_ATPAR},
H A Dd30v-opc.c399 { 0, 0, 0, OPERAND_ATPAR},
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d10v.c455 exp[numops].X_add_number = OPERAND_ATPAR;
1550 ((flags & OPERAND_ATPAR) && ((X_op != O_absent) || (num != OPERAND_ATPAR))) ||
1551 ((flags & OPERAND_ATSIGN) && ((X_op != O_absent) || ((num != OPERAND_ATSIGN) && (num != OPERAND_ATPAR)))))
H A Dtc-d30v.c515 exp[numops].X_add_number = OPERAND_ATPAR;
1686 || ((flags & OPERAND_ATPAR)
1687 && (X_op != O_absent || num != OPERAND_ATPAR))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d10v.c408 exp[numops].X_add_number = OPERAND_ATPAR;
1341 ((flags & OPERAND_ATPAR) && ((X_op != O_absent) || (num != OPERAND_ATPAR))) ||
1342 ((flags & OPERAND_ATSIGN) && ((X_op != O_absent) || ((num != OPERAND_ATSIGN) && (num != OPERAND_ATPAR)))))
H A Dtc-d30v.c454 exp[numops].X_add_number = OPERAND_ATPAR;
1218 || ((flags & OPERAND_ATPAR)
1219 && (X_op != O_absent || num != OPERAND_ATPAR))

Completed in 140 milliseconds