Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h151 } ProcState; typedef
155 EmulateInstructionARM64::ProcState &proc_state);
189 ProcState m_opcode_pstate;
190 ProcState m_emulated_pstate; // This can get updated by the opcode.
H A DEmulateInstructionARM64.cpp564 EmulateInstructionARM64::ProcState &proc_state) { in AddWithCarry()
657 ProcState proc_state; in EmulateADDSUBImm()
/llvm-project/lldb/unittests/Instruction/ARM64/
H A DTestAArch64Emulator.cpp27 EmulateInstructionARM64::ProcState &proc_state) { in AddWithCarry()
49 EmulateInstructionARM64::ProcState pstate; in TEST_F()