Home
last modified time | relevance | path

Searched refs:reg_name (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp344 auto reg_name = command[0].ref(); in DoExecute() local
352 reg_name.consume_front("$"); in DoExecute()
354 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoByName(reg_name); in DoExecute()
372 reg_name.str().c_str(), value_str.str().c_str(), in DoExecute()
377 reg_name.str().c_str(), value_str.str().c_str()); in DoExecute()
381 reg_name.str().c_str()); in DoExecute()
433 llvm::StringRef reg_name = command[0].ref(); in DoExecute() local
435 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoByName(reg_name); in DoExecute()
443 reg_name.str().c_str()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp396 llvm::StringRef reg_name) { in read_register_u16_raw() argument
397 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoByName(reg_name); in read_register_u16_raw()
408 llvm::StringRef reg_name) { in read_register_u32_raw() argument
409 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoByName(reg_name); in read_register_u32_raw()
420 llvm::StringRef reg_name) { in read_register_u64_raw() argument
421 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoByName(reg_name); in read_register_u64_raw()
432 llvm::StringRef reg_name) { in read_register_u16() argument
434 read_register_u16_raw(reg_ctx, reg_name)); in read_register_u16()
438 llvm::StringRef reg_name) { in read_register_u32() argument
440 read_register_u32_raw(reg_ctx, reg_name)); in read_register_u32()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp26 static uint32_t ResolveLLDBRegisterNum(llvm::StringRef reg_name, llvm::Triple::ArchType arch_type) {
43 [&reg_name](const llvm::EnumEntry<uint16_t> &register_entry) { in ResolveLLDBRegisterNum()
44 return reg_name.compare_insensitive(register_entry.Name) == 0; in ResolveLLDBRegisterNum()
27 ResolveLLDBRegisterNum(llvm::StringRef reg_name,llvm::Triple::ArchType arch_type) ResolveLLDBRegisterNum() argument
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp53 NativeRegisterContext::GetRegisterInfoByName(llvm::StringRef reg_name, in GetRegisterInfoByName() argument
55 if (reg_name.empty()) in GetRegisterInfoByName()
61 uint32_t generic_reg = Args::StringToGenericRegister(reg_name); in GetRegisterInfoByName()
73 if (reg_name.equals_insensitive(reg_info->name) || in GetRegisterInfoByName()
74 reg_name.equals_insensitive(reg_info->alt_name)) in GetRegisterInfoByName()
/freebsd/sys/riscv/riscv/
H A Ddb_disasm.c61 static char *reg_name[32] = { variable
371 db_printf("%s", reg_name[rd]); in oprint()
376 db_printf("%s", reg_name[rs2]); in oprint()
441 db_printf("%s", reg_name[rs2]); in oprint()
450 db_printf("%s", reg_name[rd]); in oprint()
456 db_printf("%s", reg_name[rs1]); in oprint()
462 db_printf("%s", reg_name[rs2]); in oprint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp154 llvm::StringRef reg_name = info.name.GetStringRef(); in AugmentRegisterInfo() local
156 return (reg_name.consume_front(prefix) && in AugmentRegisterInfo()
157 llvm::to_integer(reg_name, reg_num, 10) && reg_num < 32) || in AugmentRegisterInfo()
H A DABISysV_arm64.cpp786 llvm::StringRef reg_name) { in ReadLinuxProcessAddressMask() argument
804 reg_ctx_sp->GetRegisterInfoByName(reg_name, 0); in ReadLinuxProcessAddressMask()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp52 RegisterContext::GetRegisterInfoByName(llvm::StringRef reg_name, in GetRegisterInfoByName() argument
54 if (reg_name.empty()) in GetRegisterInfoByName()
60 uint32_t generic_reg = Args::StringToGenericRegister(reg_name); in GetRegisterInfoByName()
72 if (reg_name.equals_insensitive(reg_info->name) || in GetRegisterInfoByName()
73 reg_name.equals_insensitive(reg_info->alt_name)) in GetRegisterInfoByName()
H A DABI.cpp53 const char *reg_name = register_info_array[i].name; in GetRegisterInfoByName() local
54 if (reg_name == name) { in GetRegisterInfoByName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp239 llvm::StringRef reg_name = x.value().name.GetStringRef(); in AugmentRegisterInfo() local
241 if (llvm::is_contained(subreg_name_set, reg_name)) in AugmentRegisterInfo()
244 auto found = base_reg_map.find(reg_name); in AugmentRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp283 llvm::StringRef reg_name = name; in DoToAddress() local
284 if (frame && reg_name.consume_front("$")) { in DoToAddress()
287 const RegisterInfo *reg_info = reg_ctx_sp->GetRegisterInfoByName(reg_name); in DoToAddress()
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c67 uint64_t fman_tgec_get_counter(struct tgec_regs *regs, enum tgec_counters reg_name) in fman_tgec_get_counter() argument
71 switch (reg_name) { in fman_tgec_get_counter()
H A Dfman_memac.c355 enum memac_counters reg_name) in fman_memac_get_counter() argument
359 switch (reg_name) { in fman_memac_get_counter()
H A Dfman_dtsec.c748 enum dtsec_stat_counters reg_name) in fman_dtsec_get_stat_counter() argument
752 switch (reg_name) { in fman_dtsec_get_stat_counter()
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c1202 enum fman_counters reg_name) in fman_get_counter() argument
1206 switch (reg_name) { in fman_get_counter()
1244 enum fman_counters reg_name, in fman_modify_counter() argument
1249 switch (reg_name) { in fman_modify_counter()
1268 switch (reg_name) { in fman_modify_counter()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h89 GetRegisterInfo(llvm::StringRef reg_name) const;
H A DRegisterContext.h145 const RegisterInfo *GetRegisterInfoByName(llvm::StringRef reg_name,
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h126 const RegisterInfo *GetRegisterInfoByName(llvm::StringRef reg_name,
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h713 enum fman_counters reg_name);
784 enum fman_counters reg_name,
H A Dfsl_fman_tgec.h395 enum tgec_counters reg_name);
H A Dfsl_fman_memac.h390 enum memac_counters reg_name);
H A Dfsl_fman_dtsec.h1087 enum dtsec_stat_counters reg_name);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp39 #define DEFINE_REG_NAME_STR(reg_name) ConstString(reg_name).GetCString() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp26 #define DEFINE_REG_NAME_STR(reg_name) ConstString(reg_name).GetCString() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h393 uint32_t reg_num, std::string &reg_name);

12