Home | History | Annotate | Download | only in mips

Lines Matching full:assembler

159     DCHECK(Assembler::IsBne(masm->instr_at(pos)));
166 DCHECK(Assembler::IsBeq(masm->instr_at(pos)));
170 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
171 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
172 2 * Assembler::kInstrSize);
174 if (Assembler::IsBeq(first_instruction)) {
178 DCHECK(Assembler::IsBne(first_instruction));
180 if (Assembler::IsBeq(second_instruction)) {
184 DCHECK(Assembler::IsBne(second_instruction));
198 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
206 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize);
211 4 * Assembler::kInstrSize);