Searched refs:v850_reg_names (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dv850-dis.c27 static const char *const v850_reg_names[] = variable
177 case V850_OPERAND_REG: info->fprintf_func (info->stream, "%s", v850_reg_names[value]); break;
264 info->fprintf_func (info->stream, v850_reg_names[first]);
274 info->fprintf_func (info->stream, " - %s", v850_reg_names[ last - 1 ]);

Completed in 38 milliseconds