Home
last modified time | relevance | path

Searched defs:Opcode (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/libmach/
H A Dqdb.c336 typedef struct Opcode Opcode; typedef
338 struct Opcode { struct
343 void (*f)(Opcode *, Instr *); argument
351 branch(Opcode *o, Instr *i) in branch() argument
H A Dalphadb.c184 typedef struct Opcode Opcode; typedef
186 struct Opcode { struct
188 void (*f)(Opcode *, Instr *); argument
189 char *ken;
H A Dvdb.c264 typedef struct Opcode Opcode; typedef
266 struct Opcode { struct
268 void (*f)(Opcode *, Instr *); argument
275 branch(Opcode *o, Instr *i) in branch() argument
H A D5db.c37 typedef struct Opcode Opcode; typedef
38 struct Opcode struct
41 void (*fmt)(Opcode*, Instr*); argument
42 uvlong (*foll)(Map*, Rgetter, Instr*, uvlong);
43 char* a;
H A Dvcodas.c28 } Opcode; typedef