Home
last modified time | relevance | path

Searched refs:yytype (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Ditbl-ops.c151 static e_type get_type (int yytype);
197 itbl_add_reg (int yyprocessor, int yytype, char *regname, in itbl_add_reg() argument
200 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg()
225 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit, in itbl_add_operand() argument
232 f = alloc_field (get_type (yytype), sbit, ebit, flags); in itbl_add_operand()
825 get_type (int yytype) in get_type() argument
827 switch (yytype) in get_type()
Ditbl-ops.h95 struct itbl_entry *itbl_add_reg (int yyproc, int yytype,
99 struct itbl_field *itbl_add_operand (struct itbl_entry * e, int yytype,