Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h20 : EmulateInstruction(arch), m_opcode_pstate(), m_emulated_pstate(), in EmulateInstructionARM64()
191 ProcState m_emulated_pstate; // This can get updated by the opcode. variable
DEmulateInstructionARM64.cpp670 m_emulated_pstate.N = proc_state.N; in EmulateADDSUBImm()
671 m_emulated_pstate.Z = proc_state.Z; in EmulateADDSUBImm()
672 m_emulated_pstate.C = proc_state.C; in EmulateADDSUBImm()
673 m_emulated_pstate.V = proc_state.V; in EmulateADDSUBImm()