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

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dcrx-dis.c171 const reg_entry * regentry = &crx_regtab[r]; local
173 if (regentry->type != CRX_R_REGTYPE)
176 return regentry->name;
184 const reg_entry * regentry; local
187 regentry = &crx_copregtab[r];
189 regentry = &crx_copregtab[r+(cs0-c0)];
193 return regentry->name;
H A Dcr16-dis.c197 const reg_entry * regentry = cr16_regtab + r; local
199 if (regentry->type != CR16_R_REGTYPE)
202 return regentry->name;
210 const reg_entry * regentry = cr16_regptab + r; local
212 if (regentry->type != CR16_RP_REGTYPE)
215 return regentry->name;
223 const reg_entry * regentry; local
239 regentry = cr16_regptab + r;
241 if (regentry->type != CR16_RP_REGTYPE)
244 return regentry
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dcrx-dis.c171 const reg_entry * regentry = &crx_regtab[r]; local
173 if (regentry->type != CRX_R_REGTYPE)
176 return regentry->name;
184 const reg_entry * regentry; local
187 regentry = &crx_copregtab[r];
189 regentry = &crx_copregtab[r+(cs0-c0)];
193 return regentry->name;
H A Dcr16-dis.c197 const reg_entry * regentry = cr16_regtab + r; local
199 if (regentry->type != CR16_R_REGTYPE)
202 return regentry->name;
210 const reg_entry * regentry = cr16_regptab + r; local
212 if (regentry->type != CR16_RP_REGTYPE)
215 return regentry->name;
223 const reg_entry * regentry; local
239 regentry = cr16_regptab + r;
241 if (regentry->type != CR16_RP_REGTYPE)
244 return regentry
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dcrx-dis.c171 const reg_entry * regentry = &crx_regtab[r]; local
173 if (regentry->type != CRX_R_REGTYPE)
176 return regentry->name;
184 const reg_entry * regentry; local
187 regentry = &crx_copregtab[r];
189 regentry = &crx_copregtab[r+(cs0-c0)];
193 return regentry->name;
H A Dcr16-dis.c197 const reg_entry * regentry = cr16_regtab + r; local
199 if (regentry->type != CR16_R_REGTYPE)
202 return regentry->name;
210 const reg_entry * regentry = cr16_regptab + r; local
212 if (regentry->type != CR16_RP_REGTYPE)
215 return regentry->name;
223 const reg_entry * regentry; local
239 regentry = cr16_regptab + r;
241 if (regentry->type != CR16_RP_REGTYPE)
244 return regentry
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dcrx-dis.c171 const reg_entry * regentry = &crx_regtab[r]; local
173 if (regentry->type != CRX_R_REGTYPE)
176 return regentry->name;
184 const reg_entry * regentry; local
187 regentry = &crx_copregtab[r];
189 regentry = &crx_copregtab[r+(cs0-c0)];
193 return regentry->name;
H A Dcr16-dis.c197 const reg_entry * regentry = cr16_regtab + r; local
199 if (regentry->type != CR16_R_REGTYPE)
202 return regentry->name;
210 const reg_entry * regentry = cr16_regptab + r; local
212 if (regentry->type != CR16_RP_REGTYPE)
215 return regentry->name;
223 const reg_entry * regentry; local
239 regentry = cr16_regptab + r;
241 if (regentry->type != CR16_RP_REGTYPE)
244 return regentry
[all...]

Completed in 269 milliseconds