Searched refs:DecodePCRelAddressing (Results 1 – 4 of 4) sorted by relevance
136 void DecodePCRelAddressing(Instruction* instr);
25 case 0x0: DecodePCRelAddressing(instr); break; in Decode()98 void Decoder<V>::DecodePCRelAddressing(Instruction* instr) { in DecodePCRelAddressing() function
215 void DecodePCRelAddressing(const Instruction* instr);
42 DecodePCRelAddressing(instr); in DecodeInstruction()177 void Decoder::DecodePCRelAddressing(const Instruction* instr) { in DecodePCRelAddressing() function in vixl::aarch64::Decoder