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

1 2

  /external/v8/src/ppc/
assembler-ppc-inl.h 338 Instr instr0 = Assembler::instr_at(pc_);
339 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
341 Instr instr3 = Assembler::instr_at(pc_ + (3 * Assembler::kInstrSize));
342 Instr instr4 = Assembler::instr_at(pc_ + (4 * Assembler::kInstrSize));
343 Instr binstr = Assembler::instr_at(pc_ + (7 * Assembler::kInstrSize));
345 Instr binstr = Assembler::instr_at(pc_ + 4 * Assembler::kInstrSize);
360 Instr current_instr = Assembler::instr_at(pc_);
492 Instr instr1 = instr_at(pc);
493 Instr instr2 = instr_at(pc + kInstrSize);
497 Instr instr4 = instr_at(pc + (3 * kInstrSize))
    [all...]
code-stubs-ppc.h 103 masm->instr_at_put(pos, (masm->instr_at(pos) & ~kBOfieldMask) | BT);
108 masm->instr_at_put(pos, (masm->instr_at(pos) & ~kBOfieldMask) | BF);
113 Assembler::instr_at(stub->instruction_start() + Assembler::kInstrSize);
114 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
assembler-ppc.h 593 int xinstr = instr_at(xpos);
594 int cmpi_ra = (instr_at(cmpi_pos) & 0x1f0000) >> 16;
1218 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in namespace:v8::internal
1222 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in namespace:v8::internal
    [all...]
assembler-ppc.cc 386 Instr instr = instr_at(pos);
417 Instr instr = instr_at(pos);
454 Register dst = Register::from_code(instr_at(pos + kInstrSize));
463 Instr operands = instr_at(pos + kInstrSize);
474 Register dst = Register::from_code(instr_at(pos + kInstrSize));
497 Instr instr = instr_at(pos);
    [all...]
codegen-ppc.cc 634 return Assembler::IsNop(Assembler::instr_at(candidate));
  /external/v8/src/mips/
assembler-mips-inl.h 164 Instr instr_lui = Assembler::instr_at(pc + 0 * Assembler::kInstrSize);
165 Instr instr_ori = Assembler::instr_at(pc + 1 * Assembler::kInstrSize);
185 DCHECK(IsLui(instr_at(pc)));
235 Instr instr_lui = Assembler::instr_at(pc_ + 0 * Assembler::kInstrSize);
236 Instr instr_ori = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
355 Instr instr0 = Assembler::instr_at(pc_);
356 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
357 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize);
368 Instr current_instr = Assembler::instr_at(pc_);
code-stubs-mips.h 109 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
112 DCHECK(Assembler::IsBne(masm->instr_at(pos)));
116 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
119 DCHECK(Assembler::IsBeq(masm->instr_at(pos)));
123 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
124 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
assembler-mips.cc 708 Instr instr = instr_at(pos);
733 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
734 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
770 Instr instr = instr_at(pos);
790 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
791 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
817 Instr instr = instr_at(l.pos());
848 Instr instr = instr_at(fixup_pos);
    [all...]
assembler-mips.h 1067 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in namespace:v8::internal
1071 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in namespace:v8::internal
    [all...]
  /external/v8/src/mips64/
assembler-mips64-inl.h 166 Instr instr = Assembler::instr_at(pc + 0 * Assembler::kInstrSize);
184 DCHECK(IsJ(instr_at(pc)));
234 Instr instr = Assembler::instr_at(pc_ + 0 * Assembler::kInstrSize);
353 Instr instr0 = Assembler::instr_at(pc_); // lui.
354 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize); // ori.
355 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize); // dsll.
356 Instr instr3 = Assembler::instr_at(pc_ + 3 * Assembler::kInstrSize); // ori.
357 Instr instr4 = Assembler::instr_at(pc_ + 4 * Assembler::kInstrSize); // jalr.
369 Instr current_instr = Assembler::instr_at(pc_);
code-stubs-mips64.h 110 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
113 DCHECK(Assembler::IsBne(masm->instr_at(pos)));
117 const unsigned offset = masm->instr_at(pos) & kImm16Mask;
120 DCHECK(Assembler::IsBeq(masm->instr_at(pos)));
124 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
125 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
assembler-mips64.cc 689 Instr instr = instr_at(pos);
706 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
707 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
708 Instr instr_ori2 = instr_at(pos + 3 * Assembler::kInstrSize);
765 Instr instr = instr_at(pos);
778 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
779 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
780 Instr instr_ori2 = instr_at(pos + 3 * Assembler::kInstrSize);
831 Instr instr = instr_at(l.pos());
862 Instr instr = instr_at(fixup_pos)
    [all...]
assembler-mips64.h 1125 static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } function in namespace:v8::internal
1129 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); } function in namespace:v8::internal
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 82 masm->instr_at_put(pos, (masm->instr_at(pos) & ~B27) | (B24 | B20));
83 DCHECK(Assembler::IsTstImmediate(masm->instr_at(pos)));
87 masm->instr_at_put(pos, (masm->instr_at(pos) & ~(B24 | B20)) | B27);
88 DCHECK(Assembler::IsBranch(masm->instr_at(pos)));
92 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
93 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
assembler-arm-inl.h 267 Instr current_instr = Assembler::instr_at(pc_);
268 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
278 Instr current_instr = Assembler::instr_at(pc_);
517 Instr mov_instr = instr_at(pc);
518 Instr orr_instr_1 = instr_at(pc + kInstrSize);
519 Instr orr_instr_2 = instr_at(pc + 2 * kInstrSize);
520 Instr orr_instr_3 = instr_at(pc + 3 * kInstrSize);
564 Instr mov_instr = instr_at(pc);
565 Instr orr_instr_1 = instr_at(pc + kInstrSize);
566 Instr orr_instr_2 = instr_at(pc + 2 * kInstrSize)
    [all...]
assembler-arm.cc 804 Instr instr = instr_at(pos);
821 Instr instr = instr_at(pos);
839 Instruction::RmValue(instr_at(pos + kInstrSize)));
840 DCHECK(IsNop(instr_at(pos + kInstrSize), dst.code()));
911 Instr instr = instr_at(l.pos());
    [all...]
assembler-arm.h     [all...]
code-stubs-arm.cc     [all...]
  /external/v8/src/ic/arm/
ic-arm.cc 835 Instr instr = Assembler::instr_at(cmp_instruction_address);
    [all...]
  /external/v8/src/ic/mips/
ic-mips.cc     [all...]
  /external/v8/src/ic/mips64/
ic-mips64.cc     [all...]
  /external/v8/src/ic/ppc/
ic-ppc.cc 839 Instr instr = Assembler::instr_at(cmp_instruction_address)
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc     [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc     [all...]

Completed in 212 milliseconds

1 2