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

  /toolchain/binutils/binutils-2.25/opcodes/
cr16-dis.c 203 const reg_entry * regentry = cr16_regtab + r; local
205 if (regentry->type != CR16_R_REGTYPE)
208 return regentry->name;
216 const reg_entry * regentry = cr16_regptab + r; local
218 if (regentry->type != CR16_RP_REGTYPE)
221 return regentry->name;
229 const reg_entry * regentry; local
245 regentry = cr16_regptab + r;
247 if (regentry->type != CR16_RP_REGTYPE)
250 return regentry->name
    [all...]
crx-dis.c 189 const reg_entry * regentry = &crx_regtab[r]; local
191 if (regentry->type != CRX_R_REGTYPE)
194 return regentry->name;
202 const reg_entry * regentry; local
205 regentry = &crx_copregtab[r];
207 regentry = &crx_copregtab[r+(cs0-c0)];
211 return regentry->name;

Completed in 141 milliseconds