Lines Matching defs:instr
17 void Decoder<V>::Decode(Instruction* instr) { in Decode()
111 void Decoder<V>::DecodePCRelAddressing(Instruction* instr) { in DecodePCRelAddressing()
120 void Decoder<V>::DecodeBranchSystemException(Instruction* instr) { in DecodeBranchSystemException()
210 void Decoder<V>::DecodeLoadStore(Instruction* instr) { in DecodeLoadStore()
337 void Decoder<V>::DecodeLogical(Instruction* instr) { in DecodeLogical()
356 void Decoder<V>::DecodeBitfieldExtract(Instruction* instr) { in DecodeBitfieldExtract()
381 void Decoder<V>::DecodeAddSubImmediate(Instruction* instr) { in DecodeAddSubImmediate()
391 void Decoder<V>::DecodeDataProcessing(Instruction* instr) { in DecodeDataProcessing()
504 void Decoder<V>::DecodeFP(Instruction* instr) { in DecodeFP()
628 void Decoder<V>::DecodeNEONLoadStore(Instruction* instr) { in DecodeNEONLoadStore()
659 void Decoder<V>::DecodeNEONVectorDataProcessing(Instruction* instr) { in DecodeNEONVectorDataProcessing()
737 void Decoder<V>::DecodeNEONScalarDataProcessing(Instruction* instr) { in DecodeNEONScalarDataProcessing()