Searched refs:reg_info (Results 76 - 93 of 93) sorted by relevance

1234

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp560 RegisterContextDarwin_i386::ReadRegister (const RegisterInfo *reg_info, argument
563 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
680 RegisterContextDarwin_i386::WriteRegister (const RegisterInfo *reg_info, argument
683 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB];
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp415 RegisterInfo *reg_info = value.GetRegisterInfo(); local
416 if (reg_info)
418 if (reg_info->name)
419 m_location_str = reg_info->name;
420 else if (reg_info->alt_name)
421 m_location_str = reg_info->alt_name;
423 m_location_str = (reg_info->encoding == lldb::eEncodingVector) ? "vector" : "scalar";
1427 const RegisterInfo *reg_info = m_value.GetRegisterInfo(); local
1428 if (reg_info)
1429 my_format = reg_info
[all...]
H A DDebugger.cpp1514 const RegisterInfo *reg_info = NULL; local
2106 reg_info = reg_ctx->GetRegisterInfoByName (reg_name.c_str());
2107 if (reg_info)
2364 reg_info = reg_ctx->GetRegisterInfoAtIndex (reg_num);
2365 var_success = reg_info != NULL;
2370 if (reg_info != NULL)
2373 var_success = reg_ctx->ReadRegister (reg_info, reg_value);
2376 reg_value.Dump(&s, reg_info, false, false, eFormatDefault);
/freebsd-10-stable/usr.sbin/cxgbetool/
H A Dreg_defs_t6.c6 struct reg_info t6_sge_regs[] = {
1185 struct reg_info t6_pcie_regs[] = {
20059 struct reg_info t6_dbg_regs[] = {
20572 struct reg_info t6_ma_regs[] = {
21117 struct reg_info t6_cim_regs[] = {
21807 struct reg_info t6_tp_regs[] = {
22590 struct reg_info t6_ulp_tx_regs[] = {
22990 struct reg_info t6_pm_rx_regs[] = {
23073 struct reg_info t6_pm_tx_regs[] = {
23167 struct reg_info t6_mps_reg
[all...]
H A Dreg_defs_t4.c6 struct reg_info t4_sge_regs[] = {
1750 struct reg_info t4_pcie_regs[] = {
13818 struct reg_info t4_dbg_regs[] = {
14167 struct reg_info t4_mc_regs[] = {
15142 struct reg_info t4_ma_regs[] = {
15447 struct reg_info t4_edc_0_regs[] = {
15504 struct reg_info t4_edc_1_regs[] = {
15561 struct reg_info t4_hma_regs[] = {
15565 struct reg_info t4_cim_regs[] = {
16160 struct reg_info t4_tp_reg
[all...]
H A Dreg_defs_t5.c6 struct reg_info t5_sge_regs[] = {
2138 struct reg_info t5_pcie_regs[] = {
20423 struct reg_info t5_dbg_regs[] = {
20896 struct reg_info t5_ma_regs[] = {
21447 struct reg_info t5_cim_regs[] = {
22127 struct reg_info t5_tp_regs[] = {
22882 struct reg_info t5_ulp_tx_regs[] = {
23185 struct reg_info t5_pm_rx_regs[] = {
23268 struct reg_info t5_pm_tx_regs[] = {
23362 struct reg_info t5_mps_reg
[all...]
H A Dcxgbetool.c61 struct reg_info { struct
69 const struct reg_info *ri;
261 dump_block_regs(const struct reg_info *reg_array, const uint32_t *regs)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp438 std::unique_ptr<llvm::MCRegisterInfo> reg_info(curr_target->createMCRegInfo(triple));
439 m_asm_info_ap.reset(curr_target->createMCAsmInfo(*reg_info, triple));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX_x86.cpp658 const RegisterInfo *reg_info = GetRegisterInfoAtIndex (reg_idx);
660 if (reg_info->kinds[kind] == num)
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y1438 (struct reg_info *)malloc(sizeof(struct reg_info));
1444 sizeof(struct reg_info));
/freebsd-10-stable/contrib/gcc/
H A Dregclass.c245 /* Linked list of reg_info structures allocated for reg_n_info array.
250 struct reg_info_data *next; /* next set of reg_info structures */
254 reg_info data[1]; /* beginning of the reg_info data */
2229 size_info = (regno_allocated - old_allocated) * sizeof (reg_info)
2230 + sizeof (struct reg_info_data) - sizeof (reg_info);
2242 reg_info pages, and set up the pointers, zero the pages, etc. */
2262 sizeof (reg_info) * (max - min_index - local_min + 1));
H A Ddf-problems.c603 struct df_reg_info *reg_info = DF_REG_USE_GET (df, regno);
604 if (reg_info->n_refs > DF_SPARSE_THRESHOLD)
609 reg_info->begin, reg_info->n_refs);
1127 struct df_reg_info *reg_info = DF_REG_DEF_GET (df, regno);
1128 if (reg_info->n_refs > DF_SPARSE_THRESHOLD)
1135 reg_info->begin, reg_info->n_refs);
601 struct df_reg_info *reg_info = DF_REG_USE_GET (df, regno); local
1124 struct df_reg_info *reg_info = DF_REG_DEF_GET (df, regno); local
H A Dloop-iv.c283 struct df_reg_info *reg_info = DF_REG_DEF_GET (df, regno); local
286 for (adef = reg_info->reg_chain; adef; adef = adef->next_reg)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h173 GetRegisterInfo (uint32_t reg_kind, uint32_t reg_num, RegisterInfo &reg_info);
H A DEmulateInstructionARM.cpp269 EmulateInstructionARM::GetRegisterInfo (uint32_t reg_kind, uint32_t reg_num, RegisterInfo &reg_info) argument
285 return GetARMDWARFRegisterInfo(reg_num, reg_info);
445 RegisterInfo reg_info; local
452 GetRegisterInfo (eRegisterKindDWARF, dwarf_r0 + i, reg_info);
453 context.SetRegisterToRegisterPlusOffset (reg_info, sp_reg, addr - sp);
465 GetRegisterInfo (eRegisterKindDWARF, dwarf_pc, reg_info);
466 context.SetRegisterToRegisterPlusOffset (reg_info, sp_reg, addr - sp);
/freebsd-10-stable/sys/dev/vxge/
H A Dvxge.c3717 void *reg_info = (void *) ifr->ifr_data; local
3770 vpath = &(vdev->vpaths[*((u32 *) reg_info + 1)]);
3777 vpath = &(vdev->vpaths[*((u32 *) reg_info + 1)]);
3782 *((u32 *) reg_info) = vdev->no_of_vpath;
3802 *((u64 *) ((u64 *) reg_info + i)) = value;
/freebsd-10-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c72 struct reg_info { struct
246 dump_block_regs(const struct reg_info *reg_array, uint32_t *regs)
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe.c18874 bxe_is_reg_in_chip(struct bxe_softc *sc, const struct reg_addr *reg_info) argument
18877 return IS_E1_REG(reg_info->chips);
18879 return IS_E1H_REG(reg_info->chips);
18881 return IS_E2_REG(reg_info->chips);
18883 return IS_E3A0_REG(reg_info->chips);
18885 return IS_E3B0_REG(reg_info->chips);

Completed in 804 milliseconds

1234