D | ARMAssemblerInterface.h | 124 uint32_t Op2) = 0; 224 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADC() argument 225 dataProcessing(opADC, cc, s, Rd, Rn, Op2); in ADC() 228 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADD() argument 229 dataProcessing(opADD, cc, s, Rd, Rn, Op2); in ADD() 232 AND(int cc, int s, int Rd, int Rn, uint32_t Op2) { in AND() argument 233 dataProcessing(opAND, cc, s, Rd, Rn, Op2); in AND() 236 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC() argument 237 dataProcessing(opBIC, cc, s, Rd, Rn, Op2); in BIC() 240 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR() argument [all …]
|