Searched defs:Instruction (Results 1 – 3 of 3) sorted by relevance
124 struct Instruction { struct125 u4 vA; // the A field of the instruction126 u4 vB; // the B field of the instruction127 u8 vB_wide; // 64bit version of the B field (for k51l)128 u4 vC; // the C field of the instruction129 u4 arg[5]; // vC/D/E/F/G in invoke or filled-new-array130 Opcode opcode; // instruction opcode
253 struct Instruction : public Node { struct257 Instruction* prev = nullptr; argument258 Instruction* next = nullptr; argument
36 message Instruction { message