• Home
  • Raw
  • Download

Lines Matching refs:operands_

67     operands_.clear();  in GetLocationInfo()
125 operands_.push_back(block_length); in GetLocationInfo()
135 operands_.push_back(value); in GetLocationInfo()
330 AddressType new_pc = operands_[0]; in cfa_set_loc()
344 cur_pc_ += operands_[0] * fde_->cie->code_alignment_factor; in cfa_advance_loc()
350 AddressType reg = operands_[0]; in cfa_offset()
351 (*loc_regs)[reg] = {.type = DWARF_LOCATION_OFFSET, .values = {operands_[1]}}; in cfa_offset()
357 AddressType reg = operands_[0]; in cfa_restore()
374 AddressType reg = operands_[0]; in cfa_undefined()
381 AddressType reg = operands_[0]; in cfa_same_value()
388 AddressType reg = operands_[0]; in cfa_register()
389 AddressType reg_dst = operands_[1]; 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()
455 AddressType reg = operands_[0]; in cfa_expression()
457 .values = {operands_[1], memory_->cur_offset()}}; in cfa_expression()
463 AddressType reg = operands_[0]; in cfa_offset_extended_sf()
464 SignedType value = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor; in cfa_offset_extended_sf()
471 SignedType offset = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor; in cfa_def_cfa_sf()
473 .values = {operands_[0], static_cast<uint64_t>(offset)}}; in cfa_def_cfa_sf()
486 SignedType offset = static_cast<SignedType>(operands_[0]) * fde_->cie->data_alignment_factor; in cfa_def_cfa_offset_sf()
493 AddressType reg = operands_[0]; in cfa_val_offset()
494 SignedType offset = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor; in cfa_val_offset()
501 AddressType reg = operands_[0]; in cfa_val_offset_sf()
502 SignedType offset = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor; in cfa_val_offset_sf()
509 AddressType reg = operands_[0]; in cfa_val_expression()
511 .values = {operands_[1], memory_->cur_offset()}}; in cfa_val_expression()
517 AddressType reg = operands_[0]; in cfa_gnu_negative_offset_extended()
518 SignedType offset = -static_cast<SignedType>(operands_[1]); in cfa_gnu_negative_offset_extended()