/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 161 int Rd, int Rn, uint32_t Op2) in dataProcessing() 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() 212 void ARMAssemblerProxy::LDR(int cc, int Rd, int Rn, uint32_t offset) { in LDR() 215 void ARMAssemblerProxy::LDRB(int cc, int Rd, int Rn, uint32_t offset) { in LDRB() 218 void ARMAssemblerProxy::STR(int cc, int Rd, int Rn, uint32_t offset) { in STR() 221 void ARMAssemblerProxy::STRB(int cc, int Rd, int Rn, uint32_t offset) { in STRB() 224 void ARMAssemblerProxy::LDRH(int cc, int Rd, int Rn, uint32_t offset) { in LDRH() 227 void ARMAssemblerProxy::LDRSB(int cc, int Rd, int Rn, uint32_t offset) { in LDRSB() 230 void ARMAssemblerProxy::LDRSH(int cc, int Rd, int Rn, uint32_t offset) { in LDRSH() [all …]
|
D | Arm64Assembler.cpp | 340 int s, int Rd, int Rn, uint32_t Op2) in dataProcessingCommon() 408 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing() 463 int s, int Rd, int Rn, uint32_t Op2) in ADDR_ADD() 498 int s, int Rd, int Rn, uint32_t Op2) in ADDR_SUB() 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() 577 int Rd, int Rn, uint32_t op_type, uint32_t size) in dataTransfer() 633 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_LDR() 637 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type) in ADDR_STR() 641 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type) in LDR() [all …]
|
D | MIPSAssembler.cpp | 349 void ArmToMipsAssembler::protectConditionalOperands(int Rd) in protectConditionalOperands() 412 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing() 608 int Rd, int Rm, int Rs, int Rn) { in MLA() 621 int Rd, int Rm, int Rs) { in MUL() 762 void ArmToMipsAssembler::LDR(int cc __unused, int Rd, int Rn, uint32_t offset) in LDR() 796 void ArmToMipsAssembler::LDRB(int cc __unused, int Rd, int Rn, uint32_t offset) in LDRB() 825 void ArmToMipsAssembler::STR(int cc __unused, int Rd, int Rn, uint32_t offset) in STR() 861 void ArmToMipsAssembler::STRB(int cc __unused, int Rd, int Rn, uint32_t offset) in STRB() 889 void ArmToMipsAssembler::LDRH(int cc __unused, int Rd, int Rn, uint32_t offset) in LDRH() 933 void ArmToMipsAssembler::STRH(int cc __unused, int Rd, int Rn, uint32_t offset) in STRH() [all …]
|
D | ARMAssemblerInterface.cpp | 69 void ARMAssemblerInterface::ADDR_LDR(int cc, int Rd, in ADDR_LDR() 74 void ARMAssemblerInterface::ADDR_STR(int cc, int Rd, in ADDR_STR() 80 int Rd, int Rn, uint32_t Op2) in ADDR_ADD() 85 int Rd, int Rn, uint32_t Op2) in ADDR_SUB()
|
D | ARMAssemblerInterface.h | 225 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADC() 229 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADD() 233 AND(int cc, int s, int Rd, int Rn, uint32_t Op2) { in AND() 237 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC() 241 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR() 245 MOV(int cc, int s, int Rd, uint32_t Op2) { in MOV() 249 MVN(int cc, int s, int Rd, uint32_t Op2) { in MVN() 253 ORR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ORR() 257 RSB(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSB() 261 RSC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSC() [all …]
|
D | ARMAssembler.cpp | 203 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing() 215 int Rd, int Rm, int Rs, int Rn) { in MLA() 222 int Rd, int Rm, int Rs) { in MUL() 285 void ARMAssembler::LDR(int cc, int Rd, int Rn, uint32_t offset) { in LDR() 288 void ARMAssembler::LDRB(int cc, int Rd, int Rn, uint32_t offset) { in LDRB() 291 void ARMAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) { in STR() 294 void ARMAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset) { in STRB() 298 void ARMAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) { in LDRH() 301 void ARMAssembler::LDRSB(int cc, int Rd, int Rn, uint32_t offset) { in LDRSB() 304 void ARMAssembler::LDRSH(int cc, int Rd, int Rn, uint32_t offset) { in LDRSH() [all …]
|
D | MIPS64Assembler.cpp | 334 void ArmToMips64Assembler::protectConditionalOperands(int Rd) in protectConditionalOperands() 392 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing() 595 int Rd, int Rm, int Rs, int Rn) { in MLA() 609 int Rd, int Rm, int Rs) { in MUL() 750 void ArmToMips64Assembler::LDR(int cc __unused, int Rd, int Rn, uint32_t offset) in LDR() 784 void ArmToMips64Assembler::LDRB(int cc __unused, int Rd, int Rn, uint32_t offset) in LDRB() 813 void ArmToMips64Assembler::STR(int cc __unused, int Rd, int Rn, uint32_t offset) in STR() 849 void ArmToMips64Assembler::STRB(int cc __unused, int Rd, int Rn, uint32_t offset) in STRB() 877 void ArmToMips64Assembler::LDRH(int cc __unused, int Rd, int Rn, uint32_t offset) in LDRH() 921 void ArmToMips64Assembler::STRH(int cc __unused, int Rd, int Rn, uint32_t offset) in STRH() [all …]
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 413 void dataOpTest(dataOpTest_t test, ARMAssemblerInterface *a64asm, uint32_t Rd = 0, in dataOpTest() 520 uint32_t Rd = 0, uint32_t Rn = 1,uint32_t Rm = 2) in dataTransferTest() 752 uint32_t Rd, Rm, Rs, Rn; in main() local
|