Home | History | Annotate | Download | only in codeflinger

Lines Matching full:dataprocessing

114             dataProcessing( int opcode, int cc, int s,
211 dataProcessing(opADC, cc, s, Rd, Rn, Op2);
215 dataProcessing(opADD, cc, s, Rd, Rn, Op2);
219 dataProcessing(opAND, cc, s, Rd, Rn, Op2);
223 dataProcessing(opBIC, cc, s, Rd, Rn, Op2);
227 dataProcessing(opEOR, cc, s, Rd, Rn, Op2);
231 dataProcessing(opMOV, cc, s, Rd, 0, Op2);
235 dataProcessing(opMVN, cc, s, Rd, 0, Op2);
239 dataProcessing(opORR, cc, s, Rd, Rn, Op2);
243 dataProcessing(opRSB, cc, s, Rd, Rn, Op2);
247 dataProcessing(opRSC, cc, s, Rd, Rn, Op2);
251 dataProcessing(opSBC, cc, s, Rd, Rn, Op2);
255 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
259 dataProcessing(opTEQ, cc, 1, 0, Rn, Op2);
263 dataProcessing(opTST, cc, 1, 0, Rn, Op2);
267 dataProcessing(opCMP, cc, 1, 0, Rn, Op2);
271 dataProcessing(opCMN, cc, 1, 0, Rn, Op2);