Lines Matching defs:Rs
103 uint32_t ARMAssemblerProxy::reg_reg(int Rm, int type, int Rs) in reg_reg()
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()
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()