HomeSort by relevance Sort by last modified time
    Searched refs:operand_name (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c 136 const char *operand_name; /* If null, then use constant_value. */ member in struct:opname_map_e_struct
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)
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 888 const char *operand_name,
901 operand_name,
    [all...]

Completed in 1456 milliseconds