Searched refs:DecodeDataProcessing (Results 1 – 4 of 4) sorted by relevance
165 void DecodeDataProcessing(Instruction* instr);
41 case 0xB: DecodeDataProcessing(instr); break; in Decode()388 void Decoder<V>::DecodeDataProcessing(Instruction* instr) { in DecodeDataProcessing() function
246 void DecodeDataProcessing(const Instruction* instr);
55 case 0xB: DecodeDataProcessing(instr); break; in DecodeInstruction()446 void Decoder::DecodeDataProcessing(const Instruction* instr) { in DecodeDataProcessing() function in vixl::Decoder