HomeSort by relevance Sort by last modified time
    Searched full:instr_at (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 283 masm->instr_at_put(pos, (masm->instr_at(pos) & ~B27) | (B24 | B20));
284 ASSERT(Assembler::IsTstImmediate(masm->instr_at(pos)));
288 masm->instr_at_put(pos, (masm->instr_at(pos) & ~(B24 | B20)) | B27);
289 ASSERT(Assembler::IsBranch(masm->instr_at(pos)));
293 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
294 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
assembler-arm-inl.h 276 Instr current_instr = Assembler::instr_at(pc_);
277 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
287 Instr current_instr = Assembler::instr_at(pc_);
assembler-arm.cc 781 Instr instr = instr_at(pos);
798 Instr instr = instr_at(pos);
816 Instruction::RmValue(instr_at(pos + kInstrSize)));
817 ASSERT(IsNop(instr_at(pos + kInstrSize), dst.code()));
893 Instr instr = instr_at(l.pos());
    [all...]
ic-arm.cc     [all...]
assembler-arm.h 1388 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in class:v8::internal::Assembler
1392 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in class:v8::internal::Assembler
    [all...]
full-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 295 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
298 ASSERT(Assembler::IsBne(masm->instr_at(pos)));
302 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
305 ASSERT(Assembler::IsBeq(masm->instr_at(pos)));
309 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
310 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
assembler-mips.cc 649 Instr instr = instr_at(pos);
673 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
674 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
705 Instr instr = instr_at(pos);
725 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
726 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
762 Instr instr = instr_at(l.pos());
788 Instr instr = instr_at(fixup_pos);
    [all...]
assembler-mips-inl.h 326 Instr instr0 = Assembler::instr_at(pc_);
327 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
328 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize);
339 Instr current_instr = Assembler::instr_at(pc_);
ic-mips.cc     [all...]
assembler-mips.h 910 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in class:v8::internal::Assembler
914 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in class:v8::internal::Assembler
    [all...]
full-codegen-mips.cc     [all...]
  /external/v8/src/mips/
assembler-mips.cc 655 Instr instr = instr_at(pos);
679 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
680 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
711 Instr instr = instr_at(pos);
731 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
732 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
768 Instr instr = instr_at(l.pos());
794 Instr instr = instr_at(fixup_pos);
    [all...]
assembler-mips-inl.h 275 Instr instr0 = Assembler::instr_at(pc_);
276 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
277 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize);
288 Instr current_instr = Assembler::instr_at(pc_);
code-stubs-mips.h 499 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
502 ASSERT(Assembler::IsBne(masm->instr_at(pos)));
506 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
509 ASSERT(Assembler::IsBeq(masm->instr_at(pos)));
513 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
514 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
    [all...]
deoptimizer-mips.cc 130 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize)));
165 Assembler::instr_at(pc_after - 6 * kInstrSize)));
166 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize)));
    [all...]
ic-mips.cc     [all...]
assembler-mips.h 952 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in class:v8::internal::Assembler
956 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/arm/
assembler-arm-inl.h 204 Instr current_instr = Assembler::instr_at(pc_);
205 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
223 Instr current_instr = Assembler::instr_at(pc_);
code-stubs-arm.h 488 masm->instr_at_put(pos, (masm->instr_at(pos) & ~B27) | (B24 | B20));
489 ASSERT(Assembler::IsTstImmediate(masm->instr_at(pos)));
493 masm->instr_at_put(pos, (masm->instr_at(pos) & ~(B24 | B20)) | B27);
494 ASSERT(Assembler::IsBranch(masm->instr_at(pos)));
498 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
499 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
    [all...]
deoptimizer-arm.cc 127 Assembler::instr_at(pc_after - 2 * kInstrSize)));
170 Assembler::instr_at(pc_after - 2 * kInstrSize)));
    [all...]
ic-arm.cc     [all...]
assembler-arm.h 1234 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in class:v8::internal::Assembler
1238 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in class:v8::internal::Assembler
    [all...]
assembler-arm.cc 554 Instr instr = instr_at(pos);
571 Instr instr = instr_at(pos);
605 Instr instr = instr_at(l.pos());
    [all...]
macro-assembler-arm.cc     [all...]

Completed in 642 milliseconds

1 2