Searched refs:DecodeLoadStore (Results 1 – 4 of 4) sorted by relevance
150 void DecodeLoadStore(Instruction* instr);
77 case 0xD: DecodeLoadStore(instr); break; in Decode()210 void Decoder<V>::DecodeLoadStore(Instruction* instr) { in DecodeLoadStore() function
231 void DecodeLoadStore(const Instruction* instr);
92 case 0xD: DecodeLoadStore(instr); break; in DecodeInstruction()269 void Decoder::DecodeLoadStore(const Instruction* instr) { in DecodeLoadStore() function in vixl::Decoder