/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 123 dataProcessing( int opcode, int cc, int s, 226 dataProcessing(opADC, cc, s, Rd, Rn, Op2); in ADC() 230 dataProcessing(opADD, cc, s, Rd, Rn, Op2); in ADD() 234 dataProcessing(opAND, cc, s, Rd, Rn, Op2); in AND() 238 dataProcessing(opBIC, cc, s, Rd, Rn, Op2); in BIC() 242 dataProcessing(opEOR, cc, s, Rd, Rn, Op2); in EOR() 246 dataProcessing(opMOV, cc, s, Rd, 0, Op2); in MOV() 250 dataProcessing(opMVN, cc, s, Rd, 0, Op2); in MVN() 254 dataProcessing(opORR, cc, s, Rd, Rn, Op2); in ORR() 258 dataProcessing(opRSB, cc, s, Rd, Rn, Op2); in RSB() [all …]
|
D | ARMAssemblerInterface.cpp | 82 dataProcessing(opADD, cc, s, Rd, Rn, Op2); in ADDR_ADD() 87 dataProcessing(opSUB, cc, s, Rd, Rn, Op2); in ADDR_SUB()
|
D | ARMAssemblerProxy.cpp | 160 void ARMAssemblerProxy::dataProcessing( int opcode, int cc, int s, in dataProcessing() function in android::ARMAssemblerProxy 163 mTarget->dataProcessing(opcode, cc, s, Rd, Rn, Op2); in dataProcessing()
|
D | ARMAssembler.h | 90 virtual void dataProcessing(int opcode, int cc, int s,
|
D | ARMAssemblerProxy.h | 79 virtual void dataProcessing(int opcode, int cc, int s,
|
D | MIPS64Assembler.cpp | 391 void ArmToMips64Assembler::dataProcessing(int opcode, int cc, in dataProcessing() function in android::ArmToMips64Assembler 1202 dataProcessing(opADD64, cc, s, Rd, Rn, Op2); in ADDR_ADD() 1210 dataProcessing(opSUB64, cc, s, Rd, Rn, Op2); in ADDR_SUB()
|
D | Arm64Assembler.h | 98 virtual void dataProcessing(int opcode, int cc, int s,
|
D | MIPS64Assembler.h | 95 virtual void dataProcessing(int opcode, int cc, int s,
|
D | MIPSAssembler.h | 90 virtual void dataProcessing(int opcode, int cc, int s,
|
D | ARMAssembler.cpp | 202 void ARMAssembler::dataProcessing(int opcode, int cc, in dataProcessing() function in android::ARMAssembler
|
D | Arm64Assembler.cpp | 407 void ArmToArm64Assembler::dataProcessing(int opcode, int cc, in dataProcessing() function in android::ArmToArm64Assembler
|
D | MIPSAssembler.cpp | 411 void ArmToMipsAssembler::dataProcessing(int opcode, int cc, in dataProcessing() function in android::ArmToMipsAssembler
|