Lines Matching refs:Instr
123 Instr instr1 = Assembler::instr_at(pc + 0 * kInstrSize);
124 Instr instr2 = Assembler::instr_at(pc + 1 * kInstrSize);
217 Instr instr1 = Assembler::instr_at(pc_ + 0 * kInstrSize);
218 Instr instr2 = Assembler::instr_at(pc_ + 1 * kInstrSize);
268 Instr instr1 = instr_at(pc);
269 Instr instr2 = instr_at(pc + kInstrSize);
296 Instr nop = SPECIAL | SLL;
297 *reinterpret_cast<Instr*>(pc_) = nop;
304 void Assembler::EmitHelper(Instr x, CompactBranchType is_compact_branch) {
308 Instr nop = SPECIAL | SLL;
309 *reinterpret_cast<Instr*>(pc_) = nop;
314 *reinterpret_cast<Instr*>(pc_) = x;
341 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) {