Searched refs:OPERAND_ATPAR (Results 1 – 8 of 8) sorted by relevance
59 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()
193 if (oper->flags == OPERAND_ATPAR) in print_insn()
399 { 0, 0, 0, OPERAND_ATPAR},
157 { 0, 0, OPERAND_ATPAR},
151 #define OPERAND_ATPAR (0x200) macro
244 #define OPERAND_ATPAR (0x1000) macro
373 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()
419 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()