Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h222 uint64_t unsigned_immediate; // unsigned immediate value member
292 info.unsigned_immediate = immediate; in SetImmediate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp487 info.unsigned_immediate, info.unsigned_immediate); in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp606 context.info.unsigned_immediate > 0) { in WriteRegister()
607 m_forward_branch_offset = context.info.unsigned_immediate; in WriteRegister()