Searched defs:Op2 (Results 1 – 6 of 6) sorted by relevance
| /system/core/libpixelflinger/codeflinger/ |
| D | ARMAssemblerInterface.h | 224 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADC() 228 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADD() 232 AND(int cc, int s, int Rd, int Rn, uint32_t Op2) { in AND() 236 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC() 240 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR() 244 MOV(int cc, int s, int Rd, uint32_t Op2) { in MOV() 248 MVN(int cc, int s, int Rd, uint32_t Op2) { in MVN() 252 ORR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ORR() 256 RSB(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSB() 260 RSC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSC() [all …]
|
| D | ARMAssemblerInterface.cpp | 79 int Rd, int Rn, uint32_t Op2) in ADDR_ADD() 84 int Rd, int Rn, uint32_t Op2) in ADDR_SUB()
|
| D | ARMAssemblerProxy.cpp | 161 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()
|
| D | Arm64Assembler.cpp | 341 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()
|
| D | ARMAssembler.cpp | 217 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()
|
| D | MIPSAssembler.cpp | 418 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()
|