Home
last modified time | relevance | path

Searched refs:OPERAND_ATPAR (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dd10v-dis.c59 if (oper->flags == OPERAND_ATPAR) in print_operand()
172 if (oper->flags == OPERAND_ATPAR) in dis_long()
222 if (oper->flags == OPERAND_ATPAR) in dis_2_short()
Dd30v-dis.c193 if (oper->flags == OPERAND_ATPAR) in print_insn()
Dd30v-opc.c399 { 0, 0, 0, OPERAND_ATPAR},
Dd10v-opc.c157 { 0, 0, OPERAND_ATPAR},
/toolchain/binutils/binutils-2.25/include/opcode/
Dd10v.h151 #define OPERAND_ATPAR (0x200) macro
Dd30v.h244 #define OPERAND_ATPAR (0x1000) macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d10v.c373 exp[numops].X_add_number = OPERAND_ATPAR; in get_operands()
1309 ((flags & OPERAND_ATPAR) && ((X_op != O_absent) || (num != OPERAND_ATPAR))) || in find_opcode()
1310 …& OPERAND_ATSIGN) && ((X_op != O_absent) || ((num != OPERAND_ATSIGN) && (num != OPERAND_ATPAR))))) in find_opcode()
Dtc-d30v.c419 exp[numops].X_add_number = OPERAND_ATPAR; in get_operands()
1185 || ((flags & OPERAND_ATPAR) in find_format()
1186 && (X_op != O_absent || num != OPERAND_ATPAR)) in find_format()