Home
last modified time | relevance | path

Searched defs:Rs (Results 1 – 7 of 7) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp248 uint32_t ArmToMipsAssembler::reg_reg(int Rm, int type, int Rs) in reg_reg()
614 int Rd, int Rm, int Rs, int Rn) { in MLA()
627 int Rd, int Rm, int Rs) { in MUL()
637 int RdLo, int RdHi, int Rm, int Rs) { in UMULL()
650 int RdLo, int RdHi, int Rm, int Rs) { in UMUAL()
666 int RdLo, int RdHi, int Rm, int Rs) { in SMULL()
681 int RdLo, int RdHi, int Rm, int Rs) { in SMUAL()
1082 int Rd, int Rm, int Rs) in SMUL()
1121 int Rd, int Rm, int Rs) in SMULW()
1141 int Rd, int Rm, int Rs, int Rn) in SMLA()
[all …]
DARMAssemblerInterface.h288 inline void SMULBB(int cc, int Rd, int Rm, int Rs) { in SMULBB()
290 inline void SMULTB(int cc, int Rd, int Rm, int Rs) { in SMULTB()
292 inline void SMULBT(int cc, int Rd, int Rm, int Rs) { in SMULBT()
294 inline void SMULTT(int cc, int Rd, int Rm, int Rs) { in SMULTT()
297 inline void SMULWB(int cc, int Rd, int Rm, int Rs) { in SMULWB()
299 inline void SMULWT(int cc, int Rd, int Rm, int Rs) { in SMULWT()
303 SMLABB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABB()
306 SMLATB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLATB()
309 SMLABT(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABT()
312 SMLATT(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLATT()
[all …]
DARMAssembler.cpp229 int Rd, int Rm, int Rs, int Rn) { in MLA()
236 int Rd, int Rm, int Rs) { in MUL()
242 int RdLo, int RdHi, int Rm, int Rs) { in UMULL()
249 int RdLo, int RdHi, int Rm, int Rs) { in UMUAL()
256 int RdLo, int RdHi, int Rm, int Rs) { in SMULL()
263 int RdLo, int RdHi, int Rm, int Rs) { in SMUAL()
403 int Rd, int Rm, int Rs) in SMUL()
409 int Rd, int Rm, int Rs) in SMULW()
415 int Rd, int Rm, int Rs, int Rn) in SMLA()
421 int RdHi, int RdLo, int Rs, int Rm) in SMLAL()
[all …]
DARMAssemblerProxy.cpp103 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()
[all …]
DArm64Assembler.cpp519 void ArmToArm64Assembler::MLA(int cc, int s,int Rd, int Rm, int Rs, int Rn) in MLA()
527 void ArmToArm64Assembler::MUL(int cc, int s, int Rd, int Rm, int Rs) in MUL()
775 int Rd, int Rm, int Rs) in SMUL()
794 void ArmToArm64Assembler::SMULW(int cc, int y, int Rd, int Rm, int Rs) in SMULW()
810 void ArmToArm64Assembler::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) in SMLA()
DGGLAssembler.cpp392 int Rs = scratches.obtain(); in build_scanline_prolog() local
428 int Rs = dzdx; in build_scanline_prolog() local
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp415 uint32_t Rn = 1, uint32_t Rm = 2, uint32_t Rs = 3) in dataOpTest()
753 uint32_t Rd, Rm, Rs, Rn; in main() local