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

  /src/external/gpl3/binutils/dist/opcodes/
v850-dis.c 194 get_v850_reg_name (unsigned int reg) function
485 info->fprintf_func (info->stream, "%s", get_v850_reg_name (value));
488 info->fprintf_func (info->stream, "%s", get_v850_reg_name (value * 2));
556 info->fprintf_func (info->stream, "%s", get_v850_reg_name (first));
566 info->fprintf_func (info->stream, " - %s", get_v850_reg_name (last - 1));
  /src/external/gpl3/binutils.old/dist/opcodes/
v850-dis.c 194 get_v850_reg_name (unsigned int reg) function
485 info->fprintf_func (info->stream, "%s", get_v850_reg_name (value));
488 info->fprintf_func (info->stream, "%s", get_v850_reg_name (value * 2));
556 info->fprintf_func (info->stream, "%s", get_v850_reg_name (first));
566 info->fprintf_func (info->stream, " - %s", get_v850_reg_name (last - 1));
  /src/external/gpl3/gdb.old/dist/opcodes/
v850-dis.c 194 get_v850_reg_name (unsigned int reg) function
485 info->fprintf_func (info->stream, "%s", get_v850_reg_name (value));
488 info->fprintf_func (info->stream, "%s", get_v850_reg_name (value * 2));
556 info->fprintf_func (info->stream, "%s", get_v850_reg_name (first));
566 info->fprintf_func (info->stream, " - %s", get_v850_reg_name (last - 1));
  /src/external/gpl3/gdb/dist/opcodes/
v850-dis.c 194 get_v850_reg_name (unsigned int reg) function
485 info->fprintf_func (info->stream, "%s", get_v850_reg_name (value));
488 info->fprintf_func (info->stream, "%s", get_v850_reg_name (value * 2));
556 info->fprintf_func (info->stream, "%s", get_v850_reg_name (first));
566 info->fprintf_func (info->stream, " - %s", get_v850_reg_name (last - 1));

Completed in 95 milliseconds