Searched refs:DecodeDataProcessing (Results 1 – 4 of 4) sorted by relevance
166 void DecodeDataProcessing(Instruction* instr);
41 case 0xB: DecodeDataProcessing(instr); break; in Decode()387 void Decoder<V>::DecodeDataProcessing(Instruction* instr) { in DecodeDataProcessing() function
240 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