Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h312 void SetISAAndImmediate(uint32_t isa, uint32_t data) { in SetISAAndImmediate() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2770 context.SetISAAndImmediate(mode, imm32); in EmulateSVC()