Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h150 } ProcState; typedef
154 EmulateInstructionARM64::ProcState &proc_state);
188 ProcState m_opcode_pstate;
189 ProcState m_emulated_pstate; // This can get updated by the opcode.
H A DEmulateInstructionARM64.cpp562 EmulateInstructionARM64::ProcState &proc_state) { in AddWithCarry()
655 ProcState proc_state; in EmulateADDSUBImm()
/llvm-project-15.0.7/lldb/unittests/Instruction/
H A DTestAArch64Emulator.cpp27 EmulateInstructionARM64::ProcState &proc_state) { in AddWithCarry()
49 EmulateInstructionARM64::ProcState pstate; in TEST_F()