Home
last modified time | relevance | path

Searched defs:optab (Results 1 – 16 of 16) sorted by relevance

/csrg-svn/old/adb/adb.tahoe/
H A Doptab.h36 extern struct optab { struct
41 } optab[]; argument
H A Doptab.c15 struct optab optab[] = { variable
/csrg-svn/sys/tahoe/tahoe/
H A Dkdb_opset.c53 struct optab { struct
60 static struct optab *ioptab[256]; /* index by opcode to optab */ argument
61 static struct optab optab[] = { /* opcode table */ variable
/csrg-svn/usr.bin/pascal/pdx/machine/
H A Doptab.c18 OPTAB optab[] ={ variable
H A Doptab.h37 OPTAB optab[]; variable
/csrg-svn/old/pcc/mip/
H A Dpass2.h153 extern struct optab { struct
154 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 */
/csrg-svn/old/pcc/c2.tahoe/
H A Dc23.c17 readonly struct optab optab[] = { variable
H A Dc2.h60 struct optab { struct
64 } optab[]; argument
/csrg-svn/old/pcc/c2.vax/
H A Dc22.c23 readonly struct optab optab[] = { variable
H A Dc2.h123 struct optab { struct
126 } optab[]; variable
/csrg-svn/old/dbx/
H A Dops.sun.c59 public Optab optab[] = { variable
H A Dops.iris.c59 public Optab optab[] = { variable
H A Dops.tahoe.c120 public Optab optab[] = { variable
H A Dops.c347 public Optab optab[] = { variable
H A Dops.vax.c332 public Optab optab[] = { variable
/csrg-svn/contrib/gas-1.38/config/
H A Di386.c217 register template *optab; in md_begin() local