Searched defs:Inst (Results 1 – 11 of 11) sorted by relevance
| /plan9-contrib/sys/src/cmd/jtagfs/ |
| H A D | ma.c | 67 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 D | dat.h | 2 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 D | xec.c | 240 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 D | arm.h | 13 typedef struct Inst Inst; typedef 73 struct Inst struct 87 Inst* ip; argument
|
| /plan9-contrib/sys/src/cmd/ki/ |
| H A D | sparc.h | 22 typedef struct Inst Inst; typedef 66 struct Inst struct 80 Inst *ip; argument
|
| /plan9-contrib/sys/src/cmd/vi/ |
| H A D | mips.h | 15 typedef struct Inst Inst; typedef 73 struct Inst struct 87 Inst *ip; argument
|
| /plan9-contrib/sys/src/cmd/sam/ |
| H A D | regexp.c | 8 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 D | power.h | 21 typedef struct Inst Inst; typedef 73 struct Inst struct 86 Inst *ip; argument
|
| /plan9-contrib/sys/src/cmd/acme/ |
| H A D | regx.c | 20 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 D | hoc.h | 1 typedef void (*Inst)(void); typedef
|
| /plan9-contrib/sys/src/libmach/ |
| H A D | 68020db.c | 357 typedef struct inst Inst; typedef
|