Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:dataProcessing

122             dataProcessing( int opcode, int cc, int s,
225 dataProcessing(opADC, cc, s, Rd, Rn, Op2);
229 dataProcessing(opADD, cc, s, Rd, Rn, Op2);
233 dataProcessing(opAND, cc, s, Rd, Rn, Op2);
237 dataProcessing(opBIC, cc, s, Rd, Rn, Op2);
241 dataProcessing(opEOR, cc, s, Rd, Rn, Op2);
245 dataProcessing(opMOV, cc, s, Rd, 0, Op2);
249 dataProcessing(opMVN, cc, s, Rd, 0, Op2);
253 dataProcessing(opORR, cc, s, Rd, Rn, Op2);
257 dataProcessing(opRSB, cc, s, Rd, Rn, Op2);
261 dataProcessing(opRSC, cc, s, Rd, Rn, Op2);
265 dataProcessing(opSBC, cc, s, Rd, Rn, Op2);
269 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
273 dataProcessing(opTEQ, cc, 1, 0, Rn, Op2);
277 dataProcessing(opTST, cc, 1, 0, Rn, Op2);
281 dataProcessing(opCMP, cc, 1, 0, Rn, Op2);
285 dataProcessing(opCMN, cc, 1, 0, Rn, Op2);