Searched defs:Op2 (Results 1 – 7 of 7) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
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 | ARMAssemblerInterface.cpp | 80 int Rd, int Rn, uint32_t Op2) in ADDR_ADD() 85 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 | MIPS64Assembler.cpp | 392 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing() 1198 int s, int Rd, int Rn, uint32_t Op2) in ADDR_ADD() 1206 int s, int Rd, int Rn, uint32_t Op2) in ADDR_SUB()
|
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()
|
D | ARMAssembler.cpp | 203 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()
|
D | MIPSAssembler.cpp | 412 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()
|