Searched refs:first_instruction (Results 1 – 12 of 12) sorted by relevance
71 boolean first_instruction; member229 if (!vsctx->first_instruction) { in transform_inst()230 vsctx->first_instruction = TRUE; in transform_inst()
192 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local196 if (Assembler::IsBranch(first_instruction)) { in GetMode()200 ASSERT(Assembler::IsTstImmediate(first_instruction)); in GetMode()
210 byte first_instruction = stub->instruction_start()[0]; in GetMode() local213 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()217 ASSERT(first_instruction == kTwoByteNopInstruction); in GetMode()
214 byte first_instruction = stub->instruction_start()[0]; in GetMode() local217 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()221 ASSERT(first_instruction == kTwoByteNopInstruction); in GetMode()
234 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local238 if (Assembler::IsBeq(first_instruction)) { in GetMode()242 ASSERT(Assembler::IsBne(first_instruction)); in GetMode()
60 boolean first_instruction; member
1168 if (p->first_instruction) { in i915_translate_token()1187 p->first_instruction = FALSE; in i915_translate_token()1239 p->first_instruction = TRUE; in i915_init_compile()
251 int first_instruction = block->first_instruction_index(); in GetLabel() local252 return LLabel::cast(instructions_[first_instruction]); in GetLabel()