Home
last modified time | relevance | path

Searched refs:ReadRegister (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp101 Status error = ReadRegister(GetDR(6), dr6); in IsWatchpointHit()
134 Status error = ReadRegister(GetDR(7), dr7); in IsWatchpointVacant()
169 error = ReadRegister(GetDR(7), dr7); in SetHardwareWatchpointWithIndex()
172 error = ReadRegister(GetDR(wp_index), drN); in SetHardwareWatchpointWithIndex()
211 Status error = ReadRegister(GetDR(7), dr7); in ClearHardwareWatchpoint()
225 Status error = ReadRegister(GetDR(6), dr6); in ClearWatchpointHit()
235 Status error = ReadRegister(GetDR(7), dr7); in ClearAllHardwareWatchpoints()
268 if (ReadRegister(GetDR(wp_index), drN).Fail()) in GetWatchpointAddress()
H A DRegisterContextThreadMemory.cpp93 bool RegisterContextThreadMemory::ReadRegister(const RegisterInfo *reg_info, in ReadRegister() function in RegisterContextThreadMemory
97 return m_reg_ctx_sp->ReadRegister(reg_info, reg_value); in ReadRegister()
H A DRegisterContextDummy.h40 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextHistory.h40 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextMemory.h48 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h74 m_inst_emulator_up->SetCallbacks(ReadMemory, WriteMemory, ReadRegister, in UnwindAssemblyInstEmulation()
89 static bool ReadRegister(lldb_private::EmulateInstruction *instruction,
111 bool ReadRegister(lldb_private::EmulateInstruction *instruction,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp76 bool EmulateInstruction::ReadRegister(const RegisterInfo *reg_info, in ReadRegister() function in EmulateInstruction
83 bool EmulateInstruction::ReadRegister(lldb::RegisterKind reg_kind, in ReadRegister() function in EmulateInstruction
88 return ReadRegister(&reg_info, reg_value); in ReadRegister()
97 if (ReadRegister(reg_kind, reg_num, reg_value)) in ReadRegisterUnsigned()
108 if (ReadRegister(reg_info, reg_value)) in ReadRegisterUnsigned()
291 return frame->GetRegisterContext()->ReadRegister(reg_info, reg_value); in ReadRegisterFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp199 if (reg_ctx->ReadRegister(reg_info, reg_value)) { in GetArgumentValues()
533 if (!reg_ctx->ReadRegister(reg_info, reg_value)) in LoadValueFromConsecutiveGPRRegisters()
574 if (!reg_ctx->ReadRegister(reg_info, reg_value)) in LoadValueFromConsecutiveGPRRegisters()
689 if (reg_ctx->ReadRegister(x0_reg_info, x0_reg_value) && in GetReturnValueObjectImpl()
690 reg_ctx->ReadRegister(x1_reg_info, x1_reg_value)) { in GetReturnValueObjectImpl()
753 if (reg_ctx->ReadRegister(v0_reg_info, v0_value)) { in GetReturnValueObjectImpl()
787 if (reg_ctx->ReadRegister(v0_info, reg_value)) { in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp170 if (reg_ctx->ReadRegister(reg_info, reg_value)) { in GetArgumentValues()
508 if (!reg_ctx->ReadRegister(reg_info, reg_value)) in LoadValueFromConsecutiveGPRRegisters()
545 if (!reg_ctx->ReadRegister(reg_info, reg_value)) in LoadValueFromConsecutiveGPRRegisters()
659 if (reg_ctx->ReadRegister(x0_reg_info, x0_reg_value) && in GetReturnValueObjectImpl()
660 reg_ctx->ReadRegister(x1_reg_info, x1_reg_value)) { in GetReturnValueObjectImpl()
723 if (reg_ctx->ReadRegister(v0_reg_info, v0_value)) { in GetReturnValueObjectImpl()
755 if (reg_ctx->ReadRegister(v0_info, reg_value)) { in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp849 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
865 reg_ctx->ReadRegister(f2_info, f2_value); in GetReturnValueObjectImpl()
955 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
956 reg_ctx->ReadRegister(f2_info, f2_value); in GetReturnValueObjectImpl()
981 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
987 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
1092 reg_ctx->ReadRegister(r2_info, r2_value); in GetReturnValueObjectImpl()
1102 reg_ctx->ReadRegister(r3_info, r3_value); in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp461 if (reg_ctx->ReadRegister(xmm0_info, xmm0_value)) { in GetReturnValueObjectSimple()
510 if (reg_ctx->ReadRegister(altivec_reg, reg_value)) { in GetReturnValueObjectSimple()
536 if (reg_ctx->ReadRegister(altivec_reg, reg_value) && in GetReturnValueObjectSimple()
537 reg_ctx->ReadRegister(altivec_reg2, reg_value2)) { in GetReturnValueObjectSimple()
661 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()
662 reg_ctx_sp->ReadRegister(rdx_info, rdx_value); in GetReturnValueObjectImpl()
663 reg_ctx_sp->ReadRegister(xmm0_info, xmm0_value); in GetReturnValueObjectImpl()
664 reg_ctx_sp->ReadRegister(xmm1_info, xmm1_value); in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp467 if (reg_ctx->ReadRegister(st0_info, st0_value)) { in GetReturnValueObjectSimple()
529 if (reg_ctx->ReadRegister(vec_reg, reg_value)) { in GetReturnValueObjectSimple()
555 if (reg_ctx->ReadRegister(vec_reg, reg_value) && in GetReturnValueObjectSimple()
556 reg_ctx->ReadRegister(vec_reg2, reg_value2)) { in GetReturnValueObjectSimple()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp278 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT);
313 void MachineCopyPropagation::ReadRegister(MCRegister Reg, MachineInstr &Reader, in ReadRegister() function in MachineCopyPropagation
613 ReadRegister(Src, *MI, RegularUse); in ForwardCopyPropagateBlock()
620 ReadRegister(Reg, *MI, RegularUse); in ForwardCopyPropagateBlock()
659 ReadRegister(Reg, *MI, RegularUse); in ForwardCopyPropagateBlock()
684 ReadRegister(Reg.asMCReg(), *MI, MO.isDebug() ? DebugUse : RegularUse); in ForwardCopyPropagateBlock()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.h24 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_x86_64.h23 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_arm.h27 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_mips64.h27 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_s390x.h26 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_powerpc.h26 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_arm.cpp44 bool RegisterContextCorePOSIX_arm::ReadRegister(const RegisterInfo *reg_info, in ReadRegister() function in RegisterContextCorePOSIX_arm
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm.h41 Status ReadRegister(const RegisterInfo *reg_info,
H A DNativeRegisterContextFreeBSD_mips64.h41 Status ReadRegister(const RegisterInfo *reg_info,
H A DNativeRegisterContextFreeBSD_powerpc.h41 Status ReadRegister(const RegisterInfo *reg_info,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp225 if (ReadRegister(reg_info, value)) in ReadRegisterAsUnsigned()
272 if (context->ReadRegister(reg_info, reg_value)) { in CopyFromRegisterContext()
274 } else if (frame_zero_context->ReadRegister(reg_info, reg_value)) { in CopyFromRegisterContext()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h50 bool ReadRegister(const RegisterInfo *reg_info,

1234