Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h225 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 …]
DARMAssemblerInterface.cpp79 int Rd, int Rn, uint32_t Op2) in ADDR_ADD()
84 int Rd, int Rn, uint32_t Op2) in ADDR_SUB()
DARMAssemblerProxy.cpp161 int Rd, int Rn, uint32_t Op2) in dataProcessing()
303 void ARMAssemblerProxy::ADDR_ADD(int cc, int s, int Rd, int Rn, uint32_t Op2){ in ADDR_ADD()
306 void ARMAssemblerProxy::ADDR_SUB(int cc, int s, int Rd, int Rn, uint32_t Op2){ in ADDR_SUB()
DMIPS64Assembler.cpp402 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()
1197 int s, int Rd, int Rn, uint32_t Op2) in ADDR_ADD()
1205 int s, int Rd, int Rn, uint32_t Op2) in ADDR_SUB()
DArm64Assembler.cpp341 int s, int Rd, int Rn, uint32_t Op2) in dataProcessingCommon()
409 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()
464 int s, int Rd, int Rn, uint32_t Op2) in ADDR_ADD()
499 int s, int Rd, int Rn, uint32_t Op2) in ADDR_SUB()
DARMAssembler.cpp217 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()
DMIPSAssembler.cpp418 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()