Home
last modified time | relevance | path

Searched defs:Inst (Results 1 – 11 of 11) sorted by relevance

/plan9-contrib/sys/src/cmd/jtagfs/
H A Dma.c67 typedef struct Inst Inst; typedef
68 struct Inst{ struct
69 int hasresp;
70 int isshort;
71 int islsb; /* bits come/go LSB */
72 int nedge;
73 uchar edge[2];
74 uchar opcode;
75 int lensz;
76 uchar len[2];
[all …]
/plan9-contrib/sys/src/cmd/aux/realemu/
H A Ddat.h2 typedef struct Inst Inst; typedef
50 struct Inst struct
52 uchar op;
53 uchar code;
54 uchar olen;
55 uchar alen;
57 Iarg *a1, *a2, *a3;
59 uchar rep;
61 uchar mod;
62 uchar reg;
[all …]
H A Dxec.c240 opcli(Cpu *cpu, Inst *) in opcli() argument
246 opsti(Cpu *cpu, Inst *) in opsti() argument
252 opcld(Cpu *cpu, Inst *) in opcld() argument
258 opstd(Cpu *cpu, Inst *) in opstd() argument
264 opclc(Cpu *cpu, Inst *) in opclc() argument
270 opstc(Cpu *cpu, Inst *) in opstc() argument
276 opcmc(Cpu *cpu, Inst *) in opcmc() argument
954 opcpuid(Cpu *cpu, Inst *) in opcpuid() argument
1197 opnop(Cpu *, Inst *) in opnop() argument
1202 ophlt(Cpu *cpu, Inst *) in ophlt() argument
/plan9-contrib/sys/src/cmd/5i/
H A Darm.h13 typedef struct Inst Inst; typedef
73 struct Inst struct
87 Inst* ip; argument
/plan9-contrib/sys/src/cmd/ki/
H A Dsparc.h22 typedef struct Inst Inst; typedef
66 struct Inst struct
80 Inst *ip; argument
/plan9-contrib/sys/src/cmd/vi/
H A Dmips.h15 typedef struct Inst Inst; typedef
73 struct Inst struct
87 Inst *ip; argument
/plan9-contrib/sys/src/cmd/sam/
H A Dregexp.c8 typedef struct Inst Inst; typedef
10 struct Inst struct
17 struct Inst *rother; argument
21 struct Inst *lleft; argument
34 Inst program[NPROG]; argument
/plan9-contrib/sys/src/cmd/qi/
H A Dpower.h21 typedef struct Inst Inst; typedef
73 struct Inst struct
86 Inst *ip; argument
/plan9-contrib/sys/src/cmd/acme/
H A Dregx.c20 typedef struct Inst Inst; typedef
21 struct Inst struct
28 Inst *other; argument
32 Inst *left; argument
/plan9-contrib/sys/src/cmd/hoc/
H A Dhoc.h1 typedef void (*Inst)(void); typedef
/plan9-contrib/sys/src/libmach/
H A D68020db.c357 typedef struct inst Inst; typedef