Lines Matching refs:cur_pc
149 uint64_t* cur_pc) { in GetOperandString() argument
159 *cur_pc += value; in GetOperandString()
166 *cur_pc = value; in GetOperandString()
207 uint64_t* cur_pc) { in LogInstruction() argument
239 log_string += GetOperandString(cfa->display_operands[i], value, cur_pc); in LogInstruction()
280 uint64_t cur_pc = fde_->pc_start; in Log() local
281 uint64_t old_pc = cur_pc; in Log()
282 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc <= pc) { in Log()
293 if (!LogInstruction(indent, cfa_offset, cfa_low, &cur_pc)) { in Log()
300 cur_pc += cfa_low * fde_->cie->code_alignment_factor; in Log()
312 if (cur_pc != old_pc) { in Log()
314 log(indent, "PC 0x%" PRIx64, cur_pc); in Log()
316 old_pc = cur_pc; in Log()
329 AddressType cur_pc = cur_pc_; in cfa_set_loc() local
331 if (new_pc < cur_pc) { in cfa_set_loc()
333 log(0, "Warning: PC is moving backwards: old 0x%" PRIx32 " new 0x%" PRIx32, cur_pc, new_pc); in cfa_set_loc()
335 log(0, "Warning: PC is moving backwards: old 0x%" PRIx64 " new 0x%" PRIx64, cur_pc, new_pc); in cfa_set_loc()