Searched refs:DecodeDataProcessing (Results 1 – 4 of 4) sorted by relevance
166 void DecodeDataProcessing(Instruction* instr);
41 case 0xB: DecodeDataProcessing(instr); break; in Decode()395 void Decoder<V>::DecodeDataProcessing(Instruction* instr) { in DecodeDataProcessing() function
245 void DecodeDataProcessing(const Instruction* instr);
62 DecodeDataProcessing(instr); in DecodeInstruction()465 void Decoder::DecodeDataProcessing(const Instruction* instr) { in DecodeDataProcessing() function in vixl::aarch64::Decoder