Home
last modified time | relevance | path

Searched defs:rj_val (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp280 uint64_t rj_val = ReadRegisterUnsigned(eRegisterKindLLDB, rj, 0, &success); in EmulateBEQZ64() local
300 uint64_t rj_val = ReadRegisterUnsigned(eRegisterKindLLDB, rj, 0, &success); in EmulateBNEZ64() local
367 uint64_t rj_val = ReadRegisterUnsigned(eRegisterKindLLDB, rj, 0, &success); in EmulateJIRL64() local
412 uint64_t rj_val = ReadRegisterUnsigned(eRegisterKindLLDB, rj, 0, &success); in EmulateBEQ64() local
435 uint64_t rj_val = ReadRegisterUnsigned(eRegisterKindLLDB, rj, 0, &success); in EmulateBNE64() local
458 int64_t rj_val = in EmulateBLT64() local
483 int64_t rj_val = in EmulateBGE64() local
508 uint64_t rj_val = ReadRegisterUnsigned(eRegisterKindLLDB, rj, 0, &success); in EmulateBLTU64() local
531 uint64_t rj_val = ReadRegisterUnsigned(eRegisterKindLLDB, rj, 0, &success); in EmulateBGEU64() local
/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp25 #define GEN_BCOND_TEST(bit, name, rj_val, rd_val_branched, rd_val_continued) \ argument
220 uint64_t rj_val, uint64_t rd_val) { in testBcondBranch()
236 uint64_t rj_val) { in testBZcondBranch()