Lines Matching refs:cur_pc
147 uint64_t* cur_pc) { in GetOperandString() argument
157 *cur_pc += value; in GetOperandString()
164 *cur_pc = value; in GetOperandString()
205 uint64_t* cur_pc) { in LogInstruction() argument
233 log_string += GetOperandString(cfa->display_operands[i], value, cur_pc); in LogInstruction()
274 uint64_t cur_pc = fde_->pc_start; in Log() local
275 uint64_t old_pc = cur_pc; in Log()
276 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc <= pc) { in Log()
287 if (!LogInstruction(indent, cfa_offset, cfa_low, &cur_pc)) { in Log()
294 cur_pc += cfa_low * fde_->cie->code_alignment_factor; in Log()
306 if (cur_pc != old_pc) { in Log()
308 log(indent, "PC 0x%" PRIx64, cur_pc); in Log()
310 old_pc = cur_pc; in Log()
323 AddressType cur_pc = cur_pc_; in cfa_set_loc() local
325 if (new_pc < cur_pc) { in cfa_set_loc()
327 log(0, "Warning: PC is moving backwards: old 0x%" PRIx32 " new 0x%" PRIx32, cur_pc, new_pc); in cfa_set_loc()
329 log(0, "Warning: PC is moving backwards: old 0x%" PRIx64 " new 0x%" PRIx64, cur_pc, new_pc); in cfa_set_loc()