Home
last modified time | relevance | path

Searched refs:inss (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dz80-dis.c32 long inss; /* instruction set bit mask, taken from bfd_mach */ member
44 unsigned inss; /* bit mask of supported bfd_mach_* or 0 for all mach */ member
82 return !p->inss || (p->inss & buf->inss); in mach_inst()
300 if (buf->inss & INSS_EZ80) in arit_r()
302 else if (buf->inss & INSS_GBZ80) in arit_r()
351 if (buf->inss & INSS_EZ80) in arit_n()
353 else if (buf->inss & INSS_GBZ80) in arit_n()
564 if ((buf->inss & INSS_GBZ80) && (idx == 6)) in pref_cb()
629 arit = (buf->inss & INSS_EZ80) ? arit_str_ez80 : arit_str; in arit_d()
967 buf.inss = 1 << info->mach; in print_insn_z80()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dz80-dis.c32 long inss; /* instruction set bit mask, taken from bfd_mach */ member
44 unsigned inss; /* bit mask of supported bfd_mach_* or 0 for all mach */ member
82 return !p->inss || (p->inss & buf->inss); in mach_inst()
300 if (buf->inss & INSS_EZ80) in arit_r()
302 else if (buf->inss & INSS_GBZ80) in arit_r()
351 if (buf->inss & INSS_EZ80) in arit_n()
353 else if (buf->inss & INSS_GBZ80) in arit_n()
564 if ((buf->inss & INSS_GBZ80) && (idx == 6)) in pref_cb()
629 arit = (buf->inss & INSS_EZ80) ? arit_str_ez80 : arit_str; in arit_d()
967 buf.inss = 1 << info->mach; in print_insn_z80()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-z80.c751 unsigned inss; /*0 - all CPU types or list of supported INS_* */ member
3447 set_inss (int inss) in set_inss() argument
3456 ins_ok |= inss; in set_inss()
3687 if (!insp || (insp->inss && !(insp->inss & ins_ok))) in md_assemble()