Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h21 : EmulateInstruction(arch), m_opcode_pstate(), m_emulated_pstate(), in EmulateInstructionARM64()
190 ProcState m_emulated_pstate; // This can get updated by the opcode. variable
H A DEmulateInstructionARM64.cpp662 m_emulated_pstate.N = proc_state.N; in EmulateADDSUBImm()
663 m_emulated_pstate.Z = proc_state.Z; in EmulateADDSUBImm()
664 m_emulated_pstate.C = proc_state.C; in EmulateADDSUBImm()
665 m_emulated_pstate.V = proc_state.V; in EmulateADDSUBImm()