/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 608 int Rd, int Rm, int Rs, int Rn) { in MLA() 621 int Rd, int Rm, int Rs) { in MUL() 631 int RdLo, int RdHi, int Rm, int Rs) { in UMULL() 1084 int Rd, int Rm, int Rs) in SMUL() 1123 int Rd, int Rm, int Rs) in SMULW() 1143 int Rd, int Rm, int Rs, int Rn) in SMLA() 1439 void MIPSAssembler::ADDU(int Rd, int Rs, int Rt) in ADDU() 1446 void MIPSAssembler::ADDIU(int Rt, int Rs, int16_t imm) in ADDIU() 1452 void MIPSAssembler::SUBU(int Rd, int Rs, int Rt) in SUBU() 1459 void MIPSAssembler::SUBIU(int Rt, int Rs, int16_t imm) // really addiu(d, s, -j) in SUBIU() [all …]
|
D | ARMAssemblerInterface.h | 289 inline void SMULBB(int cc, int Rd, int Rm, int Rs) { in SMULBB() 291 inline void SMULTB(int cc, int Rd, int Rm, int Rs) { in SMULTB() 293 inline void SMULBT(int cc, int Rd, int Rm, int Rs) { in SMULBT() 295 inline void SMULTT(int cc, int Rd, int Rm, int Rs) { in SMULTT() 298 inline void SMULWB(int cc, int Rd, int Rm, int Rs) { in SMULWB() 300 inline void SMULWT(int cc, int Rd, int Rm, int Rs) { in SMULWT() 304 SMLABB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABB() 307 SMLATB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLATB() 310 SMLABT(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABT() 313 SMLATT(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLATT() [all …]
|
D | MIPS64Assembler.cpp | 595 int Rd, int Rm, int Rs, int Rn) { in MLA() 609 int Rd, int Rm, int Rs) { in MUL() 619 int RdLo, int RdHi, int Rm, int Rs) { in UMULL() 1072 int Rd, int Rm, int Rs) in SMUL() 1101 int Rd, int Rm, int Rs) in SMULW() 1120 int Rd, int Rm, int Rs, int Rn) in SMLA() 1379 void MIPS64Assembler::DADDU(int Rd, int Rs, int Rt) in DADDU() 1385 void MIPS64Assembler::DADDIU(int Rt, int Rs, int16_t imm) in DADDIU() 1390 void MIPS64Assembler::DSUBU(int Rd, int Rs, int Rt) in DSUBU() 1396 void MIPS64Assembler::DSUBIU(int Rt, int Rs, int16_t imm) // really addiu(d, s, -j) in DSUBIU() [all …]
|
D | ARMAssemblerProxy.cpp | 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() [all …]
|
D | ARMAssembler.cpp | 215 int Rd, int Rm, int Rs, int Rn) { in MLA() 222 int Rd, int Rm, int Rs) { in MUL() 228 int RdLo, int RdHi, int Rm, int Rs) { in UMULL() 235 int RdLo, int RdHi, int Rm, int Rs) { in UMUAL() 242 int RdLo, int RdHi, int Rm, int Rs) { in SMULL() 249 int RdLo, int RdHi, int Rm, int Rs) { in SMUAL() 389 int Rd, int Rm, int Rs) in SMUL() 395 int Rd, int Rm, int Rs) in SMULW() 401 int Rd, int Rm, int Rs, int Rn) in SMLA() 407 int RdHi, int RdLo, int Rs, int Rm) in SMLAL() [all …]
|
D | Arm64Assembler.cpp | 518 void ArmToArm64Assembler::MLA(int cc, int s,int Rd, int Rm, int Rs, int Rn) in MLA() 526 void ArmToArm64Assembler::MUL(int cc, int s, int Rd, int Rm, int Rs) in MUL() 774 int Rd, int Rm, int Rs) in SMUL() 793 void ArmToArm64Assembler::SMULW(int cc, int y, int Rd, int Rm, int Rs) in SMULW() 809 void ArmToArm64Assembler::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) in SMLA()
|
D | GGLAssembler.cpp | 390 int Rs = scratches.obtain(); in build_scanline_prolog() local 426 int Rs = dzdx; in build_scanline_prolog() local
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 414 uint32_t Rn = 1, uint32_t Rm = 2, uint32_t Rs = 3) in dataOpTest() 752 uint32_t Rd, Rm, Rs, Rn; in main() local
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 372 uint32_t Rn = R_t0, uint32_t Rm = R_t1, uint32_t Rs = R_t2) in dataOpTest()
|