Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/opcodes/
Dcgen-asm.in76 if (! CGEN_SYNTAX_MNEMONIC_P (* syn))
230 if (! CGEN_SYNTAX_MNEMONIC_P (* syn))
Dmep-asm.c1050 if (! CGEN_SYNTAX_MNEMONIC_P (* syn)) in mep_cgen_build_insn_regex()
1204 if (! CGEN_SYNTAX_MNEMONIC_P (* syn)) in parse_insn_normal()
Dcgen-dis.in155 if (CGEN_SYNTAX_MNEMONIC_P (*syn))
Dmep-dis.c892 if (CGEN_SYNTAX_MNEMONIC_P (*syn)) in print_insn_normal()
/freebsd-10-stable/contrib/binutils/include/opcode/
Dcgen.h811 #define CGEN_SYNTAX_MNEMONIC_P(ch) ((ch) == CGEN_SYNTAX_MNEMONIC) macro