Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp1718 std::optional<RegisterInfo> reg_info_dst = in Emulate_LWM16_32() local
1720 if (!reg_info_dst) in Emulate_LWM16_32()
1727 if (!WriteRegister(context, *reg_info_dst, data_dst)) in Emulate_LWM16_32()