Lines Matching defs:Rm
93 uint32_t ARMAssemblerProxy::reg_imm(int Rm, int type, uint32_t shift) in reg_imm()
98 uint32_t ARMAssemblerProxy::reg_rrx(int Rm) in reg_rrx()
103 uint32_t ARMAssemblerProxy::reg_reg(int Rm, int type, int Rs) in reg_reg()
122 uint32_t ARMAssemblerProxy::reg_scale_pre(int Rm, int type, uint32_t shift, int W) in reg_scale_pre()
127 uint32_t ARMAssemblerProxy::reg_scale_post(int Rm, int type, uint32_t shift) in reg_scale_post()
145 uint32_t ARMAssemblerProxy::reg_pre(int Rm, int W) in reg_pre()
150 uint32_t ARMAssemblerProxy::reg_post(int Rm) in reg_post()
166 void ARMAssemblerProxy::MLA(int cc, int s, int Rd, int Rm, int Rs, int Rn) { in MLA()
169 void ARMAssemblerProxy::MUL(int cc, int s, int Rd, int Rm, int Rs) { in MUL()
173 int RdLo, int RdHi, int Rm, int Rs) { in UMULL()
177 int RdLo, int RdHi, int Rm, int Rs) { in UMUAL()
181 int RdLo, int RdHi, int Rm, int Rs) { in SMULL()
185 int RdLo, int RdHi, int Rm, int Rs) { in SMUAL()
243 void ARMAssemblerProxy::SWP(int cc, int Rn, int Rd, int Rm) { in SWP()
246 void ARMAssemblerProxy::SWPB(int cc, int Rn, int Rd, int Rm) { in SWPB()
257 void ARMAssemblerProxy::CLZ(int cc, int Rd, int Rm) { in CLZ()
260 void ARMAssemblerProxy::QADD(int cc, int Rd, int Rm, int Rn) { in QADD()
263 void ARMAssemblerProxy::QDADD(int cc, int Rd, int Rm, int Rn) { in QDADD()
266 void ARMAssemblerProxy::QSUB(int cc, int Rd, int Rm, int Rn) { in QSUB()
269 void ARMAssemblerProxy::QDSUB(int cc, int Rd, int Rm, int Rn) { in QDSUB()
272 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) { in SMUL()
275 void ARMAssemblerProxy::SMULW(int cc, int y, int Rd, int Rm, int Rs) { in SMULW()
278 void ARMAssemblerProxy::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) { in SMLA()
282 int RdHi, int RdLo, int Rs, int Rm) { in SMLAL()
285 void ARMAssemblerProxy::SMLAW(int cc, int y, int Rd, int Rm, int Rs, int Rn) { in SMLAW()
289 void ARMAssemblerProxy::UXTB16(int cc, int Rd, int Rm, int rotate) { in UXTB16()