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

  /external/vixl/src/a64/
instructions-a64.cc 151 Instruction* Instruction::ImmPCOffsetTarget() {
instructions-a64.h 304 Instruction* ImmPCOffsetTarget();
simulator-a64.cc 510 reinterpret_cast<int64_t>(instr->ImmPCOffsetTarget()));
527 set_pc(instr->ImmPCOffsetTarget());
537 set_pc(instr->ImmPCOffsetTarget());
567 set_pc(instr->ImmPCOffsetTarget());
583 set_pc(instr->ImmPCOffsetTarget());
    [all...]
assembler-a64.cc 404 Instruction* next_link = label->link_->ImmPCOffsetTarget();
    [all...]
  /external/chromium_org/v8/src/arm64/
instructions-arm64.cc 205 Instruction* Instruction::ImmPCOffsetTarget() {
instructions-arm64.h 345 Instruction* ImmPCOffsetTarget();
simulator-arm64.cc     [all...]
assembler-arm64-inl.h 579 return reinterpret_cast<Address>(instr->ImmPCOffsetTarget());
    [all...]
assembler-arm64.cc 643 next_link = link->ImmPCOffsetTarget();
650 next_link = branch->ImmPCOffsetTarget();
677 next_link = link->ImmPCOffsetTarget();
    [all...]

Completed in 698 milliseconds