Lines Matching refs:cfa_location
419 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_register() local
420 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_register()
426 cfa_location->second.values[0] = operands_[0]; in cfa_def_cfa_register()
433 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_offset() local
434 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_offset()
439 cfa_location->second.values[1] = operands_[0]; in cfa_def_cfa_offset()
480 auto cfa_location = loc_regs->find(CFA_REG); in cfa_def_cfa_offset_sf() local
481 if (cfa_location == loc_regs->end() || cfa_location->second.type != DWARF_LOCATION_REGISTER) { in cfa_def_cfa_offset_sf()
487 cfa_location->second.values[1] = static_cast<uint64_t>(offset); in cfa_def_cfa_offset_sf()
531 auto cfa_location = loc_regs->find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in cfa_aarch64_negate_ra_state() local
532 if (cfa_location == loc_regs->end()) { in cfa_aarch64_negate_ra_state()
536 cfa_location->second.values[0] ^= 1; in cfa_aarch64_negate_ra_state()