Home | History | Annotate | Download | only in optimizing

Lines Matching full:instruction

62     Instruction::CONST_4 | 0 | 0,
63 Instruction::RETURN);
78 // Last use is the return instruction.
109 Instruction::CONST_4 | 0 | 0,
110 Instruction::IF_EQ, 3,
111 Instruction::GOTO | 0x100,
112 Instruction::RETURN | 0 << 8);
126 // Last use is the return instruction.
160 Instruction::CONST_4 | 0 | 0,
161 Instruction::IF_EQ, 3,
162 Instruction::CONST_4 | 4 << 12 | 0,
163 Instruction::RETURN | 0 << 8);
178 // Last use is the phi at the return block so instruction is live until
236 Instruction::CONST_4 | 0 | 0,
237 Instruction::IF_EQ, 4,
238 Instruction::CONST_4 | 4 << 12 | 0,
239 Instruction::GOTO | 0xFD00,
240 Instruction::CONST_4 | 5 << 12 | 1 << 8,
241 Instruction::RETURN | 1 << 8);
257 // Last use is the loop phi so instruction is live until
265 // The instruction is live until the end of the loop.
273 // The instruction is live until the return instruction after the loop.
281 // Instruction is consumed by the if.
318 Instruction::CONST_4 | 0 | 0,
319 Instruction::IF_EQ, 6,
320 Instruction::ADD_INT, 0, 0,
321 Instruction::GOTO | 0xFB00,
322 Instruction::RETURN | 0 << 8);
338 // Last use is the loop phi so instruction is live until
354 // Test for the add instruction.
394 Instruction::CONST_4 | 0 | 0,
395 Instruction::CONST_4 | 4 << 12 | 1 << 8,
396 Instruction::IF_EQ, 5,
397 Instruction::ADD_INT, 1 << 8,
398 Instruction::GOTO | 0x300,
399 Instruction::ADD_INT, 1 << 8,
400 Instruction::RETURN);