Home
last modified time | relevance | path

Searched defs:Instr (Results 1 – 10 of 10) sorted by relevance

/plan9-contrib/sys/src/libmach/
H A D8db.c164 typedef struct Instr Instr; typedef
165 struct Instr struct
167 uchar mem[1+1+1+1+2+1+1+4+4]; /* raw instruction */
168 uvlong addr; /* address of start of instruction */
169 int n; /* number of bytes in instruction */
170 char *prefix; /* instr prefix */
171 char *segment; /* segment override */
172 uchar jumptype; /* set to the operand type for jump/ret/call */
173 uchar amd64;
174 uchar rex; /* REX prefix (or zero) */
[all …]
H A Didb.c13 typedef struct Instr Instr; typedef
14 struct Instr struct
16 Map *map;
17 ulong w;
18 uvlong addr;
19 char *fmt;
20 int n;
21 int op;
22 int aop;
23 int func3;
[all …]
H A D5db.c16 typedef struct Instr Instr; typedef
17 struct Instr struct
41 void (*fmt)(Opcode*, Instr*); argument
H A Dvcodas.c23 } Instr; typedef
H A Dalphadb.c107 } Instr; typedef
H A Dvdb.c168 } Instr; typedef
H A Dkdb.c97 typedef struct instr Instr; typedef
H A Dsparc64db.c124 typedef struct instr Instr; typedef
H A Dqdb.c159 } Instr; typedef
/plan9-contrib/sys/src/9/rb/
H A Dfpimips.c111 typedef struct Instr Instr; typedef
113 struct Instr { /* a COP1 instruction, broken out and registers converted */ struct
114 int iw; /* whole word */
115 uintptr pc;
116 int o; /* opcode or cop1 func code */
117 int fmt; /* operand format */
118 int rm; /* first operand register */
119 int rn; /* second operand register */
120 int rd; /* destination register */
122 Internal *fm; /* converted from FREG(ufp, rm) */
[all …]