Home | History | Annotate | Download | only in opcode

Lines Matching defs:CGEN_SYM

52 #ifndef CGEN_SYM
53 #define CGEN_SYM(s) CONCAT3 (unknown,_cgen_,s)
378 CGEN_SYM (assemble_insn). If it can parse and build the entire insn
1396 /* FIXME: Move more CGEN_SYM-defined functions into CGEN_CPU_DESC.
1422 extern CGEN_CPU_DESC CGEN_SYM
1426 extern CGEN_CPU_DESC CGEN_SYM (cpu_open_1)
1431 extern void CGEN_SYM (cpu_close) (CGEN_CPU_DESC);
1436 extern void CGEN_SYM (init_opcode_table) (CGEN_CPU_DESC cd_);
1441 extern char * CGEN_SYM(build_insn_regex) (CGEN_INSN *insn_);
1446 extern void CGEN_SYM (init_ibld_table) (CGEN_CPU_DESC cd_);
1451 extern void CGEN_SYM (init_asm) (CGEN_CPU_DESC);
1452 extern void CGEN_SYM (init_dis) (CGEN_CPU_DESC);
1456 extern void CGEN_SYM (init_opinst_table) (CGEN_CPU_DESC cd_);
1460 extern const CGEN_INSN * CGEN_SYM (assemble_insn)
1464 extern const CGEN_KEYWORD CGEN_SYM (operand_mach);
1465 extern int CGEN_SYM (get_mach) (const char *);