Home | History | Annotate | Download | only in ppc

Lines Matching defs:kInstrSize

275   DCHECK((pc_offset() & (kInstrSize - 1)) == 0);
468 if (imm26 == kInstrSize && !(instr & kLKMask)) {
481 if (imm16 == kInstrSize && !(instr & kLKMask)) {
494 Register dst = Register::from_code(instr_at(pos + kInstrSize));
503 Instr operands = instr_at(pos + kInstrSize);
514 Register dst = Register::from_code(instr_at(pos + kInstrSize));
524 kPointerSize / kInstrSize, CodePatcher::DONT_FLUSH);
2536 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize);
2554 int size = tracked_branch_count_ * kInstrSize;
2562 b(size + kInstrSize, LeaveLK);
2563 for (int i = size; i > 0; i -= kInstrSize) {