Searched refs:DecodeNEONLoadStore (Results 1 – 4 of 4) sorted by relevance
200 void DecodeNEONLoadStore(Instruction* instr);
206 DecodeNEONLoadStore(instr); in DecodeLoadStore()631 void Decoder<V>::DecodeNEONLoadStore(Instruction* instr) { in DecodeNEONLoadStore() function
270 void DecodeNEONLoadStore(const Instruction* instr);
291 DecodeNEONLoadStore(instr); in DecodeLoadStore()731 void Decoder::DecodeNEONLoadStore(const Instruction* instr) { in DecodeNEONLoadStore() function in vixl::aarch64::Decoder