Searched defs:Opcode (Results 1 – 5 of 5) sorted by relevance
336 typedef struct Opcode Opcode; typedef338 struct Opcode { struct343 void (*f)(Opcode *, Instr *); argument351 branch(Opcode *o, Instr *i) in branch() argument
184 typedef struct Opcode Opcode; typedef186 struct Opcode { struct188 void (*f)(Opcode *, Instr *); argument189 char *ken;
264 typedef struct Opcode Opcode; typedef266 struct Opcode { struct268 void (*f)(Opcode *, Instr *); argument275 branch(Opcode *o, Instr *i) in branch() argument
37 typedef struct Opcode Opcode; typedef38 struct Opcode struct41 void (*fmt)(Opcode*, Instr*); argument42 uvlong (*foll)(Map*, Rgetter, Instr*, uvlong);43 char* a;
28 } Opcode; typedef