HomeSort by relevance Sort by last modified time
    Searched defs:InstructionDecode (Results 1 - 11 of 11) sorted by null

  /external/v8/src/ppc/
disasm-ppc.cc 16 // pc += d.InstructionDecode(buffer, pc);
59 int InstructionDecode(byte* instruction);
1070 int Decoder::InstructionDecode(byte* instr_ptr) {
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 16 // pc += d.InstructionDecode(buffer, pc);
63 int InstructionDecode(byte* instruction);
    [all...]
simulator-arm.cc 263 dasm.InstructionDecode(buffer,
287 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
290 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
449 cur += dasm.InstructionDecode(buffer, cur);
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 16 // pc += d.InstructionDecode(buffer, pc);
59 int InstructionDecode(byte* instruction);
    [all...]
simulator-mips.cc 421 dasm.InstructionDecode(buffer,
448 sim_->InstructionDecode(
457 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
649 dasm.InstructionDecode(buffer, cur);
771 dasm.InstructionDecode(buffer, cur);
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 16 // pc += d.InstructionDecode(buffer, pc);
60 int InstructionDecode(byte* instruction);
    [all...]
simulator-mips64.cc 385 dasm.InstructionDecode(buffer,
412 sim_->InstructionDecode(
421 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
579 dasm.InstructionDecode(buffer, cur);
701 dasm.InstructionDecode(buffer, cur);
    [all...]
  /external/v8/src/arm64/
disasm-arm64.cc     [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 260 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
    [all...]
  /external/v8/src/x87/
disasm-x87.cc 257 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
929 int DisassemblerX87::InstructionDecode(v8::internal::Vector<char> out_buffer,
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 311 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
    [all...]

Completed in 642 milliseconds