Home | History | Annotate | Download | only in opcodes

Lines Matching refs:reg_names

244 static const char * const reg_names[] =
272 #define REGNAME(x) ((x) < REG_LASTREG ? (reg_names[x]) : "...... Illegal register .......")