Lines Matching full:instruction
45 Instruction::RETURN_VOID);
73 Instruction::GOTO | 0x100,
74 Instruction::RETURN_VOID);
94 Instruction::GOTO | 0x100,
95 Instruction::GOTO | 0x100,
96 Instruction::RETURN_VOID);
116 Instruction::GOTO | 0x200,
117 Instruction::RETURN_VOID,
118 Instruction::GOTO | 0xFF00);
123 Instruction::GOTO_16, 3,
124 Instruction::RETURN_VOID,
125 Instruction::GOTO_16, 0xFFFF);
130 Instruction::GOTO_32, 4, 0,
131 Instruction::RETURN_VOID,
132 Instruction::GOTO_32, 0xFFFF, 0xFFFF);
149 Instruction::NOP,
150 Instruction::GOTO | 0xFF00);
155 Instruction::GOTO_32, 0, 0);
173 Instruction::RETURN_VOID,
174 Instruction::GOTO | 0x100,
175 Instruction::GOTO | 0xFE00);
201 Instruction::CONST_4 | 0 | 0,
202 Instruction::IF_EQ, 3,
203 Instruction::GOTO | 0x100,
204 Instruction::RETURN_VOID);
231 Instruction::CONST_4 | 0 | 0,
232 Instruction::IF_EQ, 3,
233 Instruction::GOTO | 0x100,
234 Instruction::GOTO | 0xFF00);
253 Instruction::CONST_4 | 0 | 0,
254 Instruction::RETURN_VOID);