Home
last modified time | relevance | path

Searched refs:dataProcessing (Results 1 – 12 of 12) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h123 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 …]
DARMAssemblerInterface.cpp82 dataProcessing(opADD, cc, s, Rd, Rn, Op2); in ADDR_ADD()
87 dataProcessing(opSUB, cc, s, Rd, Rn, Op2); in ADDR_SUB()
DARMAssemblerProxy.cpp160 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()
DARMAssembler.h90 virtual void dataProcessing(int opcode, int cc, int s,
DARMAssemblerProxy.h79 virtual void dataProcessing(int opcode, int cc, int s,
DMIPS64Assembler.cpp391 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()
DArm64Assembler.h98 virtual void dataProcessing(int opcode, int cc, int s,
DMIPS64Assembler.h95 virtual void dataProcessing(int opcode, int cc, int s,
DMIPSAssembler.h90 virtual void dataProcessing(int opcode, int cc, int s,
DARMAssembler.cpp202 void ARMAssembler::dataProcessing(int opcode, int cc, in dataProcessing() function in android::ARMAssembler
DArm64Assembler.cpp407 void ArmToArm64Assembler::dataProcessing(int opcode, int cc, in dataProcessing() function in android::ArmToArm64Assembler
DMIPSAssembler.cpp411 void ArmToMipsAssembler::dataProcessing(int opcode, int cc, in dataProcessing() function in android::ArmToMipsAssembler