Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h179 eInfoTypeISAAndImmediate, enumerator
313 info_type = eInfoTypeISAAndImmediate; in SetISAAndImmediate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp508 case eInfoTypeISAAndImmediate: in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp586 if (context.GetInfoType() == EmulateInstruction::eInfoTypeISAAndImmediate && in WriteRegister()