Home
last modified time | relevance | path

Searched refs:ReadRegisterAsUnsigned (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp293 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectImpl()
296 (thread.GetRegisterContext()->ReadRegisterAsUnsigned(edx_id, 0) & in GetReturnValueObjectImpl()
307 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectImpl()
311 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectImpl()
317 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectImpl()
321 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectImpl()
327 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectImpl()
331 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectImpl()
339 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp380 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectSimple()
400 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectSimple()
403 (thread.GetRegisterContext()->ReadRegisterAsUnsigned(edx_id, 0) & in GetReturnValueObjectSimple()
455 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectSimple()
500 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectSimple()
609 thread.GetRegisterContext()->ReadRegisterAsUnsigned(eax_id, 0) & in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp215 scalar = thread.GetRegisterContext()->ReadRegisterAsUnsigned( in ReadIntegerArgument()
422 uint64_t raw_value = thread.GetRegisterContext()->ReadRegisterAsUnsigned( in GetReturnValueObjectSimple()
497 (uint64_t)thread.GetRegisterContext()->ReadRegisterAsUnsigned(rax_id, in GetReturnValueObjectSimple()
727 (uint64_t)thread.GetRegisterContext()->ReadRegisterAsUnsigned(rax_id, in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp781 raw_value = reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT32_MAX; in GetReturnValueObjectImpl()
782 raw_value |= ((uint64_t)(reg_ctx->ReadRegisterAsUnsigned(r3_reg_info, 0) & in GetReturnValueObjectImpl()
793 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT32_MAX); in GetReturnValueObjectImpl()
796 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT32_MAX); in GetReturnValueObjectImpl()
801 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT16_MAX); in GetReturnValueObjectImpl()
804 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT16_MAX); in GetReturnValueObjectImpl()
809 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT8_MAX); in GetReturnValueObjectImpl()
812 reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0) & UINT8_MAX); in GetReturnValueObjectImpl()
817 thread.GetRegisterContext()->ReadRegisterAsUnsigned(r2_reg_info, 0) & in GetReturnValueObjectImpl()
823 uint64_t mem_address = reg_ctx->ReadRegisterAsUnsigned( in GetReturnValueObjectImpl()
[all …]
H A DABISysV_mips64.cpp737 uint64_t raw_value = reg_ctx->ReadRegisterAsUnsigned(r2_info, 0); in GetReturnValueObjectImpl()
780 uint64_t raw_value = reg_ctx->ReadRegisterAsUnsigned(r2_info, 0); in GetReturnValueObjectImpl()
794 result[1] = reg_ctx->ReadRegisterAsUnsigned(r3_info, 0); in GetReturnValueObjectImpl()
797 result[0] = reg_ctx->ReadRegisterAsUnsigned(r3_info, 0); in GetReturnValueObjectImpl()
1085 uint64_t mem_address = reg_ctx->ReadRegisterAsUnsigned( in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeRegisterContext.cpp133 const uint64_t retval = ReadRegisterAsUnsigned(reg, fail_value); in GetPC()
155 return ReadRegisterAsUnsigned(reg, fail_value); in GetSP()
167 return ReadRegisterAsUnsigned(reg, fail_value); in GetFP()
179 return ReadRegisterAsUnsigned(reg, fail_value); in GetReturnAddress()
185 return ReadRegisterAsUnsigned(reg, fail_value); in GetFlags()
189 NativeRegisterContext::ReadRegisterAsUnsigned(uint32_t reg, in ReadRegisterAsUnsigned() function in NativeRegisterContext
192 return ReadRegisterAsUnsigned(GetRegisterInfoAtIndex(reg), fail_value); in ReadRegisterAsUnsigned()
197 NativeRegisterContext::ReadRegisterAsUnsigned(const RegisterInfo *reg_info, in ReadRegisterAsUnsigned() function in NativeRegisterContext
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContext.cpp98 uint64_t pc = ReadRegisterAsUnsigned(reg, fail_value); in GetPC()
155 return ReadRegisterAsUnsigned(reg, fail_value); in GetSP()
167 return ReadRegisterAsUnsigned(reg, fail_value); in GetFP()
179 return ReadRegisterAsUnsigned(reg, fail_value); in GetReturnAddress()
185 return ReadRegisterAsUnsigned(reg, fail_value); in GetFlags()
188 uint64_t RegisterContext::ReadRegisterAsUnsigned(uint32_t reg, in ReadRegisterAsUnsigned() function in RegisterContext
191 return ReadRegisterAsUnsigned(GetRegisterInfoAtIndex(reg), fail_value); in ReadRegisterAsUnsigned()
195 uint64_t RegisterContext::ReadRegisterAsUnsigned(const RegisterInfo *reg_info, in ReadRegisterAsUnsigned() function in RegisterContext
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1305 const uint32_t curr_cpsr = reg_ctx->ReadRegisterAsUnsigned(cpsr_reg_info, 0); in PrepareTrivialCall()
1414 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT32_MAX; in GetReturnValuePassedInMemory()
1477 raw_value = reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT32_MAX; in GetReturnValueObjectImpl()
1478 raw_value |= ((uint64_t)(reg_ctx->ReadRegisterAsUnsigned(r1_reg_info, 0) & in GetReturnValueObjectImpl()
1489 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT32_MAX); in GetReturnValueObjectImpl()
1492 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT32_MAX); in GetReturnValueObjectImpl()
1497 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT16_MAX); in GetReturnValueObjectImpl()
1500 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT16_MAX); in GetReturnValueObjectImpl()
1505 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT8_MAX); in GetReturnValueObjectImpl()
1508 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT8_MAX); in GetReturnValueObjectImpl()
[all …]
H A DABIMacOSX_arm.cpp1294 const uint32_t curr_cpsr = reg_ctx->ReadRegisterAsUnsigned(cpsr_reg_info, 0); in PrepareTrivialCall()
1530 raw_value = reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT32_MAX; in GetReturnValueObjectImpl()
1531 raw_value |= ((uint64_t)(reg_ctx->ReadRegisterAsUnsigned(r1_reg_info, 0) & in GetReturnValueObjectImpl()
1542 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT32_MAX); in GetReturnValueObjectImpl()
1545 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT32_MAX); in GetReturnValueObjectImpl()
1550 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT16_MAX); in GetReturnValueObjectImpl()
1553 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT16_MAX); in GetReturnValueObjectImpl()
1558 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT8_MAX); in GetReturnValueObjectImpl()
1561 reg_ctx->ReadRegisterAsUnsigned(r0_reg_info, 0) & UINT8_MAX); in GetReturnValueObjectImpl()
1566 thread.GetRegisterContext()->ReadRegisterAsUnsigned(r0_reg_info, 0) & in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp150 const auto reg_value = reg_ctx.ReadRegisterAsUnsigned(rf_build_reg, in IsRegisterFileReduced()
434 reg_ctx->ReadRegisterAsUnsigned(reg_info_r0, 0) & UINT32_MAX; in ReadRawValue()
437 raw_value |= (reg_ctx->ReadRegisterAsUnsigned( in ReadRawValue()
474 value.GetScalar() = reg_ctx->ReadRegisterAsUnsigned(reg_info_r0, 0); in GetReturnValueObjectSimple()
538 value.GetScalar() = reg_ctx->ReadRegisterAsUnsigned(reg_info_r0, 0); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterContext.h190 uint64_t ReadRegisterAsUnsigned(uint32_t reg, uint64_t fail_value);
192 uint64_t ReadRegisterAsUnsigned(const RegisterInfo *reg_info,
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h152 lldb::addr_t ReadRegisterAsUnsigned(uint32_t reg, lldb::addr_t fail_value);
154 lldb::addr_t ReadRegisterAsUnsigned(const RegisterInfo *reg_info,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp290 scalar = thread.GetRegisterContext()->ReadRegisterAsUnsigned( in ReadIntegerArgument()
500 uint64_t raw_value = thread.GetRegisterContext()->ReadRegisterAsUnsigned( in GetReturnValueObjectSimple()
574 (uint64_t)thread.GetRegisterContext()->ReadRegisterAsUnsigned(r2_id, 0); in GetReturnValueObjectSimple()
610 (uint64_t)thread.GetRegisterContext()->ReadRegisterAsUnsigned(r2_id, 0); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp587 reg_ctx->ReadRegisterAsUnsigned(reg_info, LLDB_INVALID_ADDRESS); in LoadValueFromConsecutiveGPRRegisters()
638 thread.GetRegisterContext()->ReadRegisterAsUnsigned(x0_reg_info, in GetReturnValueObjectImpl()
813 lldb::addr_t mask_reg_val = reg_ctx_sp->ReadRegisterAsUnsigned( in ReadLinuxProcessAddressMask()
838 lldb::addr_t mask_reg_val = reg_ctx_sp->ReadRegisterAsUnsigned( in ReadOpenBSDProcessAddressMask()
H A DABIMacOSX_arm64.cpp617 reg_ctx->ReadRegisterAsUnsigned(reg_info, LLDB_INVALID_ADDRESS); in LoadValueFromConsecutiveGPRRegisters()
667 thread.GetRegisterContext()->ReadRegisterAsUnsigned(x0_reg_info, in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp320 scalar = thread.GetRegisterContext()->ReadRegisterAsUnsigned( in ReadIntegerArgument()
533 uint64_t raw_value = thread.GetRegisterContext()->ReadRegisterAsUnsigned( in GetReturnValueObjectSimple()
605 (uint64_t)thread.GetRegisterContext()->ReadRegisterAsUnsigned(r3_id, 0); in GetReturnValueObjectSimple()
853 (uint64_t)thread.GetRegisterContext()->ReadRegisterAsUnsigned(r3_id, in GetReturnValueObjectImpl()
H A DABISysV_ppc64.cpp160 reg_value = reg_ctx->ReadRegisterAsUnsigned(r2_reg_info, 0); in PrepareTrivialCall()
176 reg_value = reg_ctx->ReadRegisterAsUnsigned(sp_reg_info, 0); in PrepareTrivialCall()
209 scalar = thread.GetRegisterContext()->ReadRegisterAsUnsigned( in ReadIntegerArgument()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp140 GetRegisterContext()->ReadRegisterAsUnsigned(flags_index, 0); in DoResume()
H A DNativeThreadWindows.cpp58 GetRegisterContext().ReadRegisterAsUnsigned(flags_index, 0); in DoResume()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp93 return regsiter_context.ReadRegisterAsUnsigned(flags_info, in ReadFlags()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp99 uint64_t apiname_ptr = regctx_sp->ReadRegisterAsUnsigned(reginfo, 0); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp773 uint64_t vg_reg_value = ReadRegisterAsUnsigned(vg_reg_num, fail_value); in AArch64SVEReconfigure()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1298 uint64_t result = reg_ctx.ReadRegisterAsUnsigned(syscall_data.Result, -ESRCH); in Syscall()