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