Home
last modified time | relevance | path

Searched refs:Is_gen (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dns32k-dis.c350 #define Is_gen(c) (strchr ("FLBWDAIZf", (c)) != NULL) macro
807 if (Is_gen (d[1])) in print_insn_ns32k()
819 if (d[2] && Is_gen (d[3])) in print_insn_ns32k()
H A DChangeLog-20203120 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dns32k-dis.c350 #define Is_gen(c) (strchr ("FLBWDAIZf", (c)) != NULL) macro
808 if (Is_gen (d[1])) in print_insn_ns32k()
820 if (d[2] && Is_gen (d[3])) in print_insn_ns32k()
H A DChangeLog-20203120 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-20203120 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.