Searched defs:rt_val (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.cpp | 1332 int64_t offset, pc, rs_val, rt_val, target = 0; in Emulate_BXX_3ops() local 1653 int64_t offset, pc, rs_val, rt_val, target = 0; in Emulate_BXX_3ops_C() local 1894 int64_t target, offset, pc, rt_val; in Emulate_JIALC() local 1932 int64_t target, offset, rt_val; in Emulate_JIC() local
|
/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.cpp | 1792 int32_t offset, pc, target = 0, rs_val, rt_val; in Emulate_BXX_3ops() local 1842 int32_t offset, pc, target = 0, rs_val, rt_val; in Emulate_BXX_3ops_C() local 2581 int32_t target, offset, pc, rt_val; in Emulate_JIALC() local 2619 int32_t target, offset, rt_val; in Emulate_JIC() local
|