HomeSort by relevance Sort by last modified time
    Searched refs:GetNextInstruction (Results 1 - 5 of 5) sorted by null

  /external/vixl/src/aarch64/
decoder-aarch64.h 171 for (T instr = start; instr < end; instr = instr->GetNextInstruction()) {
instructions-aarch64.h 467 Instruction* GetNextInstruction() { return this + kInstructionSize; }
468 const Instruction* GetNextInstruction() const {
471 VIXL_DEPRECATED("GetNextInstruction",
473 return GetNextInstruction();
simulator-aarch64.cc     [all...]
simulator-aarch64.h 713 pc_ = pc_->GetNextInstruction();
    [all...]
  /external/vixl/test/aarch64/
test-disasm-aarch64.cc 128 instruction = instruction->GetNextInstruction(); \
    [all...]

Completed in 56 milliseconds