Lines Matching refs:values
91 .values = {static_cast<uint64_t>(signed_offset)}}; in GetLocationInfo()
351 (*loc_regs)[reg] = {.type = DWARF_LOCATION_OFFSET, .values = {operands_[1]}}; in cfa_offset()
390 (*loc_regs)[reg] = {.type = DWARF_LOCATION_REGISTER, .values = {reg_dst}}; in cfa_register()
413 (*loc_regs)[CFA_REG] = {.type = DWARF_LOCATION_REGISTER, .values = {operands_[0], operands_[1]}}; in cfa_def_cfa()
426 cfa_location->second.values[0] = operands_[0]; in cfa_def_cfa_register()
439 cfa_location->second.values[1] = operands_[0]; in cfa_def_cfa_offset()
449 .values = {operands_[0], memory_->cur_offset()}}; in cfa_def_cfa_expression()
457 .values = {operands_[1], memory_->cur_offset()}}; in cfa_expression()
465 (*loc_regs)[reg] = {.type = DWARF_LOCATION_OFFSET, .values = {static_cast<uint64_t>(value)}}; in cfa_offset_extended_sf()
473 .values = {operands_[0], static_cast<uint64_t>(offset)}}; in cfa_def_cfa_sf()
487 cfa_location->second.values[1] = static_cast<uint64_t>(offset); in cfa_def_cfa_offset_sf()
495 (*loc_regs)[reg] = {.type = DWARF_LOCATION_VAL_OFFSET, .values = {static_cast<uint64_t>(offset)}}; in cfa_val_offset()
503 (*loc_regs)[reg] = {.type = DWARF_LOCATION_VAL_OFFSET, .values = {static_cast<uint64_t>(offset)}}; in cfa_val_offset_sf()
511 .values = {operands_[1], memory_->cur_offset()}}; in cfa_val_expression()
519 (*loc_regs)[reg] = {.type = DWARF_LOCATION_OFFSET, .values = {static_cast<uint64_t>(offset)}}; in cfa_gnu_negative_offset_extended()
534 .values = {1}}; in cfa_aarch64_negate_ra_state()
536 cfa_location->second.values[0] ^= 1; in cfa_aarch64_negate_ra_state()