Home
last modified time | relevance | path

Searched refs:DecodePCRelAddressing (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Ddecoder-arm64.h160 void DecodePCRelAddressing(Instruction* instr);
Ddecoder-arm64-inl.h25 case 0x0: DecodePCRelAddressing(instr); break; in Decode()
98 void Decoder<V>::DecodePCRelAddressing(Instruction* instr) { in DecodePCRelAddressing() function
/external/vixl/src/aarch64/
Ddecoder-aarch64.h230 void DecodePCRelAddressing(const Instruction* instr);
Ddecoder-aarch64.cc42 DecodePCRelAddressing(instr); in DecodeInstruction()
177 void Decoder::DecodePCRelAddressing(const Instruction* instr) { in DecodePCRelAddressing() function in vixl::aarch64::Decoder