HomeSort by: relevance | last modified time | path
    Searched defs:operand_name (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.c 126 const char *operand_name; /* If null, then use constant_value. */ member in struct:opname_map_e_struct
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)
    [all...]
xtensa-relax.c 126 const char *operand_name; /* If null, then use constant_value. */ member in struct:opname_map_e_struct
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)
    [all...]
xtensa-relax.c 126 const char *operand_name; /* If null, then use constant_value. */ member in struct:opname_map_e_struct
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)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.c 126 const char *operand_name; /* If null, then use constant_value. */ member in struct:opname_map_e_struct
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)
    [all...]
xtensa-relax.c 126 const char *operand_name; /* If null, then use constant_value. */ member in struct:opname_map_e_struct
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)
    [all...]
xtensa-relax.c 126 const char *operand_name; /* If null, then use constant_value. */ member in struct:opname_map_e_struct
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)
    [all...]

Completed in 89 milliseconds