Home | History | Annotate | Download | only in config

Lines Matching defs:operand_name

126   const char *operand_name;	/* If null, then use constant_value.  */
900 if (m1->operand_name == NULL || m2->operand_name == NULL)
902 return (m1->operand_name == m2->operand_name);
907 get_opmatch (opname_map *map, const char *operand_name)
913 if (strcmp (m->operand_name, operand_name) == 0)
923 return (m1->operand_name == NULL);
930 gas_assert (m1->operand_name == NULL);
1224 e->operand_name = NULL;
1244 e->operand_name = enter_opname (oprec.vec[i]);
1811 else if (strcmp (op->operand_name, "%LITERAL") == 0)
1819 else if (strcmp (op->operand_name, "%LABEL") == 0)
1821 operand_name[0] == 'a'
1822 && parse_constant (op->operand_name + 1, &idnum))
1824 else if (op->operand_name[0] == '%')
1828 op->operand_name);
1831 opcode_name, op->operand_name, to_string);
1834 else if (strcmp (op->operand_name, "FREEREG") == 0)
1838 else if (parse_special_fn (op->operand_name,
1861 opcode_name, op->operand_name, to_string);
1867 opcode_name, op->operand_name, to_string);