Lines Matching full:instruction
75 Instruction::RETURN_VOID);
82 Instruction::GOTO | 0x100,
83 Instruction::RETURN_VOID);
90 Instruction::CONST_4 | 0 | 0,
91 Instruction::IF_EQ, 3,
92 Instruction::GOTO | 0x100,
93 Instruction::RETURN_VOID);
100 Instruction::CONST_4 | 0 | 0,
101 Instruction::IF_EQ, 3,
102 Instruction::GOTO | 0x100,
103 Instruction::GOTO | 0xFF00);
127 // instruction in a block.
137 // Remove the sole instruction of the exit block (composed of a
138 // single Exit instruction) to make it invalid (i.e. not ending by a
139 // branch instruction).
151 Instruction::CONST_4 | 0 | 0,
152 Instruction::IF_EQ, 3,
153 Instruction::CONST_4 | 4 << 12 | 0,
154 Instruction::RETURN | 0 << 8);