• Home
  • Raw
  • Download

Lines Matching refs:Rn

124                             int Rd, int Rn,
129 int Rd, int Rm, int Rs, int Rn) = 0;
144 virtual void BX(int cc, int Rn) = 0;
155 int Rn, uint32_t offset = __immed12_pre(0)) = 0;
157 int Rn, uint32_t offset = __immed12_pre(0)) = 0;
159 int Rn, uint32_t offset = __immed12_pre(0)) = 0;
161 int Rn, uint32_t offset = __immed12_pre(0)) = 0;
164 int Rn, uint32_t offset = __immed8_pre(0)) = 0;
166 int Rn, uint32_t offset = __immed8_pre(0)) = 0;
168 int Rn, uint32_t offset = __immed8_pre(0)) = 0;
170 int Rn, uint32_t offset = __immed8_pre(0)) = 0;
174 int Rn, int W, uint32_t reg_list) = 0;
176 int Rn, int W, uint32_t reg_list) = 0;
179 virtual void SWP(int cc, int Rn, int Rd, int Rm) = 0;
180 virtual void SWPB(int cc, int Rn, int Rd, int Rm) = 0;
195 virtual void PLD(int Rn, uint32_t offset) = 0;
199 virtual void QADD(int cc, int Rd, int Rm, int Rn) = 0;
200 virtual void QDADD(int cc, int Rd, int Rm, int Rn) = 0;
201 virtual void QSUB(int cc, int Rd, int Rm, int Rn) = 0;
202 virtual void QDSUB(int cc, int Rd, int Rm, int Rn) = 0;
209 int Rd, int Rm, int Rs, int Rn) = 0;
213 int Rd, int Rm, int Rs, int Rn) = 0;
219 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width) = 0;
225 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADC() argument
226 dataProcessing(opADC, cc, s, Rd, Rn, Op2); in ADC()
229 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADD() argument
230 dataProcessing(opADD, cc, s, Rd, Rn, Op2); in ADD()
233 AND(int cc, int s, int Rd, int Rn, uint32_t Op2) { in AND() argument
234 dataProcessing(opAND, cc, s, Rd, Rn, Op2); in AND()
237 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC() argument
238 dataProcessing(opBIC, cc, s, Rd, Rn, Op2); in BIC()
241 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR() argument
242 dataProcessing(opEOR, cc, s, Rd, Rn, Op2); in EOR()
253 ORR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ORR() argument
254 dataProcessing(opORR, cc, s, Rd, Rn, Op2); in ORR()
257 RSB(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSB() argument
258 dataProcessing(opRSB, cc, s, Rd, Rn, Op2); in RSB()
261 RSC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSC() argument
262 dataProcessing(opRSC, cc, s, Rd, Rn, Op2); in RSC()
265 SBC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in SBC() argument
266 dataProcessing(opSBC, cc, s, Rd, Rn, Op2); in SBC()
269 SUB(int cc, int s, int Rd, int Rn, uint32_t Op2) { in SUB() argument
270 dataProcessing(opSUB, cc, s, Rd, Rn, Op2); in SUB()
273 TEQ(int cc, int Rn, uint32_t Op2) { in TEQ() argument
274 dataProcessing(opTEQ, cc, 1, 0, Rn, Op2); in TEQ()
277 TST(int cc, int Rn, uint32_t Op2) { in TST() argument
278 dataProcessing(opTST, cc, 1, 0, Rn, Op2); in TST()
281 CMP(int cc, int Rn, uint32_t Op2) { in CMP() argument
282 dataProcessing(opCMP, cc, 1, 0, Rn, Op2); in CMP()
285 CMN(int cc, int Rn, uint32_t Op2) { in CMN() argument
286 dataProcessing(opCMN, cc, 1, 0, Rn, Op2); in CMN()
304 SMLABB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABB() argument
305 SMLA(cc, xyBB, Rd, Rm, Rs, Rn); } in SMLABB()
307 SMLATB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLATB() argument
308 SMLA(cc, xyTB, Rd, Rm, Rs, Rn); } in SMLATB()
310 SMLABT(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABT() argument
311 SMLA(cc, xyBT, Rd, Rm, Rs, Rn); } in SMLABT()
313 SMLATT(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLATT() argument
314 SMLA(cc, xyTT, Rd, Rm, Rs, Rn); } in SMLATT()
330 SMLAWB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLAWB() argument
331 SMLAW(cc, yB, Rd, Rm, Rs, Rn); } in SMLAWB()
333 SMLAWT(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLAWT() argument
334 SMLAW(cc, yT, Rd, Rm, Rs, Rn); } in SMLAWT()
338 int Rn, uint32_t offset = __immed12_pre(0));
340 int Rn, uint32_t offset = __immed12_pre(0));
342 int Rn, uint32_t Op2);
344 int Rn, uint32_t Op2);