Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h262 uint64_t unsigned_immediate; // unsigned immediate value member
334 info.unsigned_immediate = immediate; in SetImmediate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp514 context.info.unsigned_immediate > 0) { in WriteRegister()
515 m_forward_branch_offset = context.info.unsigned_immediate; in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp496 info.unsigned_immediate, info.unsigned_immediate); in Dump()