Home
last modified time | relevance | path

Searched refs:SetImmPCOffsetTarget (Results 1 – 7 of 7) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc331 void Instruction::SetImmPCOffsetTarget(const Instruction* target) { in SetImmPCOffsetTarget() function in vixl::aarch64::Instruction
Dinstructions-aarch64.h403 void SetImmPCOffsetTarget(const Instruction* target);
Dmacro-assembler-aarch64.cc295 branch->SetImmPCOffsetTarget(veneer); in Emit()
Dassembler-aarch64.cc69 link->SetImmPCOffsetTarget(GetLabelAddress<Instruction*>(label)); in BindToOffset()
/external/v8/src/arm64/
Dinstructions-arm64.h404 void SetImmPCOffsetTarget(const AssemblerOptions& options,
Dinstructions-arm64.cc230 void Instruction::SetImmPCOffsetTarget(const AssemblerOptions& options, in SetImmPCOffsetTarget() function in v8::internal::Instruction
Dassembler-arm64.cc540 instr->SetImmPCOffsetTarget(assm_->options(), assm_->pc()); in EmitEntries()
695 prev_link->SetImmPCOffsetTarget(options(), prev_link); in RemoveBranchFromLabelLinkChain()
700 prev_link->SetImmPCOffsetTarget(options(), next_link); in RemoveBranchFromLabelLinkChain()
703 prev_link->SetImmPCOffsetTarget(options(), prev_link); in RemoveBranchFromLabelLinkChain()
710 link->SetImmPCOffsetTarget(options(), label_veneer); in RemoveBranchFromLabelLinkChain()
784 link->SetImmPCOffsetTarget(options(), in bind()
4933 branch->SetImmPCOffsetTarget(options(), veneer); in EmitVeneers()