Lines Matching defs:pc
188 Instr* pc = reinterpret_cast<Instr*>(pc_);
191 *(pc + i) = *(instr + i);
199 // Patch the code at the current PC with a call to the target address.
497 Instruction* instr = reinterpret_cast<Instruction*>(assm_->pc());
522 // Instruction to patch must be 'ldr rd, [pc, #offset]' with offset == 0.
524 instr->SetImmPCOffsetTarget(assm_->pc());
538 // Instruction to patch must be 'ldr rd, [pc, #offset]' with offset == 0.
540 instr->SetImmPCOffsetTarget(assm_->pc());
790 // Note that the offset here needs to be PC-relative only so that the
799 // The instruction at pc is now the last link in the label's chain.
2823 // None of our relocation types are pc relative pointing outside the code
2824 // buffer nor pc absolute pointing inside the code buffer, so there is no need