Lines Matching refs:instr
92 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0;
132 void VisitNEONShiftImmediate(const Instruction* instr);
134 #define DECLARE(A) void Visit##A(Instruction* instr);
151 virtual void Decode(Instruction* instr);
157 void DecodePCRelAddressing(Instruction* instr);
162 void DecodeAddSubImmediate(Instruction* instr);
167 void DecodeBranchSystemException(Instruction* instr);
172 void DecodeLoadStore(Instruction* instr);
177 void DecodeLogical(Instruction* instr);
182 void DecodeBitfieldExtract(Instruction* instr);
187 void DecodeDataProcessing(Instruction* instr);
192 void DecodeFP(Instruction* instr);
197 void DecodeNEONLoadStore(Instruction* instr);
202 void DecodeNEONVectorDataProcessing(Instruction* instr);
207 void DecodeNEONScalarDataProcessing(Instruction* instr);