Lines Matching defs:instr
19 void Decoder<V>::Decode(Instruction *instr) { in Decode()
98 void Decoder<V>::DecodePCRelAddressing(Instruction* instr) { in DecodePCRelAddressing()
108 void Decoder<V>::DecodeBranchSystemException(Instruction* instr) { in DecodeBranchSystemException()
210 void Decoder<V>::DecodeLoadStore(Instruction* instr) { in DecodeLoadStore()
330 void Decoder<V>::DecodeLogical(Instruction* instr) { in DecodeLogical()
350 void Decoder<V>::DecodeBitfieldExtract(Instruction* instr) { in DecodeBitfieldExtract()
376 void Decoder<V>::DecodeAddSubImmediate(Instruction* instr) { in DecodeAddSubImmediate()
387 void Decoder<V>::DecodeDataProcessing(Instruction* instr) { in DecodeDataProcessing()
503 void Decoder<V>::DecodeFP(Instruction* instr) { in DecodeFP()
631 void Decoder<V>::DecodeAdvSIMDLoadStore(Instruction* instr) { in DecodeAdvSIMDLoadStore()
639 void Decoder<V>::DecodeAdvSIMDDataProcessing(Instruction* instr) { in DecodeAdvSIMDDataProcessing()