Home | History | Annotate | Download | only in arm

Lines Matching refs:Instr

178   void Format(Instr* instr, const char* format);
182 bool ConditionallyExecute(Instr* instr);
200 int32_t GetShiftRm(Instr* instr, bool* carry_out);
201 int32_t GetImm(Instr* instr, bool* carry_out);
202 void HandleRList(Instr* instr, bool load);
203 void SoftwareInterrupt(Instr* instr);
211 inline uint16_t ReadHU(int32_t addr, Instr* instr);
212 inline int16_t ReadH(int32_t addr, Instr* instr);
214 inline void WriteH(int32_t addr, uint16_t value, Instr* instr);
215 inline void WriteH(int32_t addr, int16_t value, Instr* instr);
217 inline int ReadW(int32_t addr, Instr* instr);
218 inline void WriteW(int32_t addr, int value, Instr* instr);
221 void DecodeType01(Instr* instr); // both type 0 and type 1 rolled into one
222 void DecodeType2(Instr* instr);
223 void DecodeType3(Instr* instr);
224 void DecodeType4(Instr* instr);
225 void DecodeType5(Instr* instr);
226 void DecodeType6(Instr* instr);
227 void DecodeType7(Instr* instr);
228 void DecodeUnconditional(Instr* instr);
231 void DecodeTypeVFP(Instr* instr);
232 void DecodeType6CoprocessorIns(Instr* instr);
235 void InstructionDecode(Instr* instr);
275 Instr* break_pc_;