Home | History | Annotate | Download | only in config

Lines Matching refs:operand_name

136   const char *operand_name;	/* If null, then use constant_value.  */
874 if (m1->operand_name == NULL || m1->operand_name == NULL)
876 return (m1->operand_name == m2->operand_name);
881 get_opmatch (opname_map *map, const char *operand_name)
887 if (strcmp (m->operand_name, operand_name) == 0)
897 return (m1->operand_name == NULL);
904 gas_assert (m1->operand_name == NULL);
1200 e->operand_name = NULL;
1220 e->operand_name = enter_opname (oprec.vec[i]);
1785 else if (strcmp (op->operand_name, "%LITERAL") == 0)
1793 else if (strcmp (op->operand_name, "%LABEL") == 0)
1795 else if (op->operand_name[0] == 'a'
1796 && parse_constant (op->operand_name + 1, &idnum))
1798 else if (op->operand_name[0] == '%')
1802 op->operand_name);
1805 opcode_name, op->operand_name, to_string);
1808 else if (strcmp (op->operand_name, "FREEREG") == 0)
1812 else if (parse_special_fn (op->operand_name,
1835 opcode_name, op->operand_name, to_string);
1841 opcode_name, op->operand_name, to_string);