Searched refs:EmulationStateARM (Results 1 – 4 of 4) sorted by relevance
23 EmulationStateARM::EmulationStateARM() : m_vfp_regs(), m_memory() { in EmulationStateARM() function in EmulationStateARM27 EmulationStateARM::~EmulationStateARM() = default;106 size_t EmulationStateARM::ReadPseudoMemory( in ReadPseudoMemory()114 EmulationStateARM *pseudo_state = (EmulationStateARM *)baton; in ReadPseudoMemory()147 size_t EmulationStateARM::WritePseudoMemory( in WritePseudoMemory()154 EmulationStateARM *pseudo_state = (EmulationStateARM *)baton; in WritePseudoMemory()183 bool EmulationStateARM::ReadPseudoRegister( in ReadPseudoRegister()191 EmulationStateARM *pseudo_state = (EmulationStateARM *)baton; in ReadPseudoRegister()202 bool EmulationStateARM::WritePseudoRegister( in WritePseudoRegister()210 EmulationStateARM *pseudo_state = (EmulationStateARM *)baton; in WritePseudoRegister()[all …]
17 class EmulationStateARM {19 EmulationStateARM();21 virtual ~EmulationStateARM();37 bool CompareState(EmulationStateARM &other_state,79 EmulationStateARM(const EmulationStateARM &) = delete;80 const EmulationStateARM &operator=(const EmulationStateARM &) = delete;
14385 EmulationStateARM before_state; in TestEmulation()14386 EmulationStateARM after_state; in TestEmulation()14415 SetCallbacks(&EmulationStateARM::ReadPseudoMemory, in TestEmulation()14416 &EmulationStateARM::WritePseudoMemory, in TestEmulation()14417 &EmulationStateARM::ReadPseudoRegister, in TestEmulation()14418 &EmulationStateARM::WritePseudoRegister); in TestEmulation()
383 SRCS+= Plugins/Instruction/ARM/EmulationStateARM.cpp