Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:dataProcessing

123             dataProcessing( int opcode, int cc, int s,
226 dataProcessing(opADC, cc, s, Rd, Rn, Op2);
230 dataProcessing(opADD, cc, s, Rd, Rn, Op2);
234 dataProcessing(opAND, cc, s, Rd, Rn, Op2);
238 dataProcessing(opBIC, cc, s, Rd, Rn, Op2);
242 dataProcessing(opEOR, cc, s, Rd, Rn, Op2);
246 dataProcessing(opMOV, cc, s, Rd, 0, Op2);
250 dataProcessing(opMVN, cc, s, Rd, 0, Op2);
254 dataProcessing(opORR, cc, s, Rd, Rn, Op2);
258 dataProcessing(opRSB, cc, s, Rd, Rn, Op2);
262 dataProcessing(opRSC, cc, s, Rd, Rn, Op2);
266 dataProcessing(opSBC, cc, s, Rd, Rn, Op2);
270 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
274 dataProcessing(opTEQ, cc, 1, 0, Rn, Op2);
278 dataProcessing(opTST, cc, 1, 0, Rn, Op2);
282 dataProcessing(opCMP, cc, 1, 0, Rn, Op2);
286 dataProcessing(opCMN, cc, 1, 0, Rn, Op2);