Home
last modified time | relevance | path

Searched defs:lldb_reg (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/unittests/Process/Utility/
H A DRegisterContextFreeBSDTest.cpp248 #define EXPECT_GPR_ARM(lldb_reg, fbsd_reg) \ argument
251 #define EXPECT_FPU_ARM(lldb_reg, fbsd_reg) \ argument
319 #define EXPECT_GPR_ARM64(lldb_reg, fbsd_reg) \ argument
322 #define EXPECT_FPU_ARM64(lldb_reg, fbsd_reg) \ argument
409 #define EXPECT_GPR_MIPS64(lldb_reg, fbsd_regno) \ argument
413 #define EXPECT_FPU_MIPS64(lldb_reg, fbsd_regno) \ argument
476 #define EXPECT_GPR_PPC(lldb_reg, fbsd_reg) \ argument
479 #define EXPECT_FPU_PPC(lldb_reg, fbsd_reg) \ argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp194 const uint32_t lldb_reg = reg_info->kinds[eRegisterKindLLDB]; in GetPrimordialRegister() local
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp112 uint32_t lldb_reg = GPREncodingToLLDB(rd); in Write() local
123 uint32_t lldb_reg = FPREncodingToLLDB(rd); in WriteAPFloat() local