Searched defs:optab (Results 1 – 16 of 16) sorted by relevance
36 extern struct optab { struct41 } optab[]; argument
15 struct optab optab[] = { variable
53 struct optab { struct60 static struct optab *ioptab[256]; /* index by opcode to optab */ argument61 static struct optab optab[] = { /* opcode table */ variable
18 OPTAB optab[] ={ variable
37 OPTAB optab[]; variable
153 extern struct optab { struct154 int op; /* operator to match */155 int visit; /* goal to match */156 int lshape; /* left shape to match */157 int ltype; /* left type to match */158 int rshape; /* right shape to match */159 int rtype; /* right type to match */160 int needs; /* resource required */161 int rewrite; /* how to rewrite afterwards */162 char *cstring; /* code generation template */
17 readonly struct optab optab[] = { variable
60 struct optab { struct64 } optab[]; argument
23 readonly struct optab optab[] = { variable
123 struct optab { struct126 } optab[]; variable
59 public Optab optab[] = { variable
120 public Optab optab[] = { variable
347 public Optab optab[] = { variable
332 public Optab optab[] = { variable
217 register template *optab; in md_begin() local