Searched refs:first_instruction (Results 1 – 11 of 11) sorted by relevance
92 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local96 if (Assembler::IsBranch(first_instruction)) { in GetMode()100 DCHECK(Assembler::IsTstImmediate(first_instruction)); in GetMode()
123 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local127 if (Assembler::IsBeq(first_instruction)) { in GetMode()131 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
71 boolean first_instruction; member229 if (!vsctx->first_instruction) { in transform_inst()230 vsctx->first_instruction = TRUE; in transform_inst()
124 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local128 if (Assembler::IsBeq(first_instruction)) { in GetMode()132 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
146 byte first_instruction = stub->instruction_start()[0]; in GetMode() local149 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()153 DCHECK(first_instruction == kTwoByteNopInstruction); in GetMode()
151 byte first_instruction = stub->instruction_start()[0]; in GetMode() local154 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()158 DCHECK(first_instruction == kTwoByteNopInstruction); in GetMode()
154 byte first_instruction = stub->instruction_start()[0]; in GetMode() local157 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()161 DCHECK(first_instruction == kTwoByteNopInstruction); in GetMode()
112 Instr first_instruction = in GetMode() local118 if (BF == (first_instruction & kBOfieldMask)) { 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()
276 int first_instruction = block->first_instruction_index(); in GetLabel() local277 return LLabel::cast(instructions_[first_instruction]); in GetLabel()