Lines Matching defs:insn_templ
37 INSN_PATTERN ::= INSN_TEMPL ( '|' PRECOND )* ( '?' OPTIONPRED )*
38 INSN_TEMPL ::= OPCODE ' ' [ OPERAND (',' OPERAND)* ]
51 INSN_LABEL_LIT ::= INSN_TEMPL
164 /* The insn_templ represents the INSN_TEMPL instruction template. It
168 typedef struct insn_templ_struct insn_templ;
183 insn_templ t;
197 insn_templ t;
959 init_insn_templ (insn_templ *t)
967 clear_insn_templ (insn_templ *t)
1014 insn_templ_operand_count (const insn_templ *t)
1195 parse_insn_templ (const char *s, insn_templ *t)