HomeSort by relevance Sort by last modified time
    Searched refs:RegisterToRegisterPlusOffset (Results 1 - 3 of 3) sorted by null

  /external/lldb/include/lldb/Core/
EmulateInstruction.h 194 struct RegisterToRegisterPlusOffset
199 } RegisterToRegisterPlusOffset;
269 info.RegisterToRegisterPlusOffset.data_reg = data_reg;
270 info.RegisterToRegisterPlusOffset.base_reg = base_reg;
271 info.RegisterToRegisterPlusOffset.offset = offset;
  /external/lldb/source/Core/
EmulateInstruction.cpp 524 info.RegisterToRegisterPlusOffset.base_reg.name,
525 info.RegisterToRegisterPlusOffset.offset,
526 info.RegisterToRegisterPlusOffset.data_reg.name);
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.cpp 484 reg_num = context.info.RegisterToRegisterPlusOffset.data_reg.kinds[unwind_reg_kind];
485 if (context.info.RegisterToRegisterPlusOffset.data_reg.kinds[eRegisterKindGeneric] == LLDB_REGNUM_GENERIC_RA)

Completed in 1161 milliseconds