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