Lines Matching full:instruction
43 Instruction::CONST_4 | 0 | 0,
44 Instruction::RETURN_VOID);
56 Instruction::CONST_4 | 0 | 0,
57 Instruction::RETURN);
69 Instruction::CONST_4 | 3 << 12 | 0,
70 Instruction::CONST_4 | 4 << 12 | 1 << 8,
71 Instruction::ADD_INT_2ADDR | 1 << 12,
72 Instruction::GOTO | 0x100,
73 Instruction::RETURN);
85 Instruction::CONST_4 | 0 | 0,
86 Instruction::IF_EQ, 4,
87 Instruction::CONST_4 | 4 << 12 | 0,
88 Instruction::GOTO | 0x200,
89 Instruction::CONST_4 | 5 << 12 | 0,
90 Instruction::RETURN | 0 << 8);
102 Instruction::CONST_4 | 0 | 0,
103 Instruction::IF_EQ, 3,
104 Instruction::CONST_4 | 4 << 12 | 0,
105 Instruction::RETURN | 0 << 8);
148 Instruction::CONST_4 | 0 | 0,
149 Instruction::IF_EQ, 3,
150 Instruction::GOTO | 0xFE00,
151 Instruction::RETURN_VOID);
174 Instruction::CONST_4 | 0 | 0,
175 Instruction::GOTO | 0x400,
176 Instruction::IF_EQ, 4,
177 Instruction::GOTO | 0xFE00,
178 Instruction::GOTO | 0xFD00,
179 Instruction::RETURN | 0 << 8);
199 Instruction::CONST_4 | 0 | 0,
200 Instruction::IF_EQ, 3,
201 Instruction::GOTO | 0x100,
202 Instruction::IF_EQ, 3,
203 Instruction::GOTO | 0xFE00,
204 Instruction::RETURN | 0 << 8);
225 Instruction::CONST_4 | 0 | 0,
226 Instruction::IF_EQ, 6,
227 Instruction::IF_EQ, 3,
228 Instruction::GOTO | 0xFC00,
229 Instruction::GOTO | 0xFB00,
230 Instruction::RETURN | 0 << 8);
251 Instruction::CONST_4 | 0 | 0,
252 Instruction::IF_EQ, 6,
253 Instruction::IF_EQ, 3,
254 Instruction::GOTO | 0x0200,
255 Instruction::GOTO | 0xFB00,
256 Instruction::RETURN | 0 << 8);
276 Instruction::CONST_4 | 0 | 0,
277 Instruction::IF_EQ, 6,
278 Instruction::IF_EQ, 3,
279 Instruction::GOTO | 0xFE00, // inner loop
280 Instruction::GOTO | 0xFB00,
281 Instruction::RETURN | 0 << 8);
307 Instruction::CONST_4 | 0 | 0,
308 Instruction::IF_EQ, 3,
309 Instruction::GOTO | 0xFE00, // first loop
310 Instruction::IF_EQ, 3,
311 Instruction::GOTO | 0xFE00, // second loop
312 Instruction::RETURN | 0 << 8);
337 Instruction::CONST_4 | 0 | 0,
338 Instruction::IF_EQ, 3,
339 Instruction::GOTO | 0x0100,
340 Instruction::IF_EQ, 3,
341 Instruction::GOTO | 0xFD00,
342 Instruction::RETURN | 0 << 8);
354 Instruction::CONST_4 | 0 | 0,
355 Instruction::GOTO | 0x0100,
356 Instruction::IF_EQ, 0xFFFF,
357 Instruction::RETURN | 0 << 8);