Home | History | Annotate | Download | only in Thumb

Lines Matching refs:opRegReg

58            opRegReg(cUnit, kOpMov, rDest, tDest);
66 opRegReg(cUnit, kOpMov, rDest, tDest);
103 opRegReg(cUnit, kOpMov, rDest, tDest);
242 return opRegReg(cUnit, op, rDest, rSrc2);
246 opRegReg(cUnit, op, rSrc1, rSrc2);
247 return opRegReg(cUnit, kOpMov, rDest, rSrc1);
249 opRegReg(cUnit, kOpMov, rDest, rSrc1);
250 return opRegReg(cUnit, op, rDest, rSrc2);
326 opRegReg(cUnit, op, rDest, rScratch);
329 opRegReg(cUnit, op, rDest, rSrc1);
352 static ArmLIR *opRegReg(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
431 LOGE("Jit: bad case in opRegReg");