Searched defs:reg_info (Results 1 - 25 of 88) sorted by path

1234

/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c7497 group_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7608 alt_match_null_string_p(UCHAR_T *p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7644 common_op_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddf-problems.c601 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 Ddf-scan.c376 struct df_reg_info *reg_info = pool_alloc (problem_data->reg_pool); local
602 df_reg_chain_create(struct df_reg_info *reg_info, struct df_ref *ref) argument
666 struct df_reg_info *reg_info; local
896 struct df_reg_info *reg_info = ref_info->regs[regno]; local
959 struct df_reg_info *reg_info = DF_REG_DEF_GET (df, regno); local
999 struct df_reg_info *reg_info = DF_REG_USE_GET (df, regno); local
[all...]
H A Dloop-iv.c283 struct df_reg_info *reg_info = DF_REG_DEF_GET (df, regno); local
H A Dregs.h66 } reg_info; typedef in typeref:struct:reg_info_def
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c7497 group_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7608 alt_match_null_string_p(UCHAR_T *p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7644 common_op_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c18865 bxe_is_reg_in_chip(struct bxe_softc *sc, const struct reg_addr *reg_info) argument
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c2467 get_payload_range(struct adapter *padap, u8 mem_type, unsigned long mem_tot_len, u8 payload_type, struct struct_region_info *reg_info) argument
[all...]
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c3713 void *reg_info = ifr_data_get_ptr(ifr); local
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c71 struct reg_info { struct
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c83 struct reg_info { struct
94 struct reg_info *reg_info; member in struct:mtree_entry
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h155 RegisterInfo *reg_info = GetRegisterInfo(); local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h49 void SetRegisterInfo(const RegisterInfo *reg_info) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp637 const RegisterInfo *reg_info = local
957 const RegisterInfo *reg_info = local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp128 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoAtIndex(reg); local
75 DumpRegister(const ExecutionContext &exe_ctx, Stream &strm, RegisterContext *reg_ctx, const RegisterInfo *reg_info) argument
153 const RegisterInfo *reg_info = nullptr; variable
346 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoByName(reg_name); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp18 DumpRegisterValue(const RegisterValue &reg_val, Stream *s, const RegisterInfo *reg_info, bool prefix_with_name, bool prefix_with_alt_name, Format format, uint32_t reg_name_right_align_at) argument
[all...]
H A DEmulateInstruction.cpp76 bool EmulateInstruction::ReadRegister(const RegisterInfo *reg_info, argument
86 RegisterInfo reg_info; local
104 uint64_t EmulateInstruction::ReadRegisterUnsigned(const RegisterInfo *reg_info, argument
127 RegisterInfo reg_info; local
115 WriteRegister(const Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
137 RegisterInfo reg_info; local
146 WriteRegisterUnsigned(const Context &context, const RegisterInfo *reg_info, uint64_t uint_value) argument
283 ReadRegisterFrame(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue &reg_value) argument
294 WriteRegisterFrame(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
334 ReadRegisterDefault(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue &reg_value) argument
350 WriteRegisterDefault(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
535 GetBestRegisterKindAndNumber( const RegisterInfo *reg_info, lldb::RegisterKind &reg_kind, uint32_t &reg_num) argument
573 GetInternalRegisterNumber(RegisterContext *reg_ctx, const RegisterInfo &reg_info) argument
[all...]
H A DFormatEntity.cpp610 const RegisterInfo *reg_info = local
1001 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoByName(reg_name); local
H A DValueObject.cpp396 RegisterInfo *reg_info = value.GetRegisterInfo(); local
1167 const RegisterInfo *reg_info = m_value.GetRegisterInfo(); local
[all...]
H A DValueObjectRegister.cpp194 const RegisterInfo *reg_info = local
209 const RegisterInfo *reg_info = local
221 const RegisterInfo *reg_info = m_reg_ctx_sp->GetRegisterInfoAtIndex(reg_num); local
[all...]
H A DValueObjectVariable.cpp282 RegisterInfo *reg_info = m_resolved_value.GetRegisterInfo(); local
311 RegisterInfo *reg_info = m_resolved_value.GetRegisterInfo(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp52 const RegisterInfo *reg_info = value.GetRegisterInfo(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp170 const RegisterInfo *reg_info = local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp61 const RegisterInfo *reg_info = GetRegisterInfoAtIndex(reg); local
79 const RegisterInfo *reg_info = GetRegisterInfoAtIndex(reg); local
87 const RegisterInfo *const reg_info = GetRegisterInfoAtIndex(reg_index); local
186 ReadRegisterAsUnsigned(const RegisterInfo *reg_info, lldb::addr_t fail_value) argument
219 WriteRegisterFromUnsigned(const RegisterInfo *reg_info, uint64_t uval) argument
300 ReadRegisterValueFromMemory( const RegisterInfo *reg_info, lldb::addr_t src_addr, size_t src_len, RegisterValue &reg_value) argument
370 WriteRegisterValueToMemory( const RegisterInfo *reg_info, lldb::addr_t dst_addr, size_t dst_len, const RegisterValue &reg_value) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1378 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfo( local
1879 bool ABIMacOSX_arm::RegisterIsVolatile(const RegisterInfo *reg_info) { argument

Completed in 398 milliseconds

1234