Home | History | Annotate | Download | only in arm

Lines Matching defs:new_inst

1349             LIR* new_inst =
1353 InsertLIRAfter(lir, new_inst);
1366 new_inst->offset = lir->offset + lir->flags.size;
1367 new_inst->flags.fixup = kFixupCondBranch;
1368 new_inst->flags.size = EncodingMap[new_inst->opcode].size;
1369 offset_adjustment += new_inst->flags.size;
1371 // lir no longer pcrel, unlink and link in new_inst.
1372 ReplaceFixup(prev_lir, lir, new_inst);
1373 prev_lir = new_inst; // Continue with the new instruction.
1374 lir = new_inst->u.a.pcrel_next;