Lines Matching refs:newInst
998 ArmLIR *newInst =
1001 newInst->opcode = kThumbBCond;
1002 newInst->operands[0] = 0;
1003 newInst->operands[1] = (lir->opcode == kThumb2Cbz) ?
1005 newInst->generic.target = lir->generic.target;
1006 dvmCompilerSetupResourceMasks(newInst);
1007 dvmCompilerInsertLIRAfter((LIR *)lir, (LIR *)newInst);
1599 u4 newInst;
1625 newInst = assembleChainingBranch(branchOffset, thumbTarget);
1633 ((*branchAddr >> 16) == (newInst >> 16)));
1637 *branchAddr = newInst;
1900 u4 newInst;
1931 newInst = *pChainCells;
1932 newInst &= 0xFFFF0000;
1933 newInst |= getSkeleton(kThumbBUncond); /* b offset is 0 */
1934 *pChainCells = newInst;