Searched refs:m_emulated_pstate (Results 1 – 2 of 2) sorted by relevance
21 : EmulateInstruction(arch), m_opcode_pstate(), m_emulated_pstate(), in EmulateInstructionARM64()190 ProcState m_emulated_pstate; // This can get updated by the opcode. variable
662 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()