Searched refs:m_curr_pe_state (Results 1 – 2 of 2) sorted by relevance
216 m_curr_pe_state.instr_addr = 0x0; in resetDecoder()217 m_curr_pe_state.isa = ocsd_isa_unknown; in resetDecoder()218 m_curr_pe_state.valid = false; in resetDecoder()303 if(m_curr_pe_state.valid) in decodePacket()334 m_curr_pe_state.instr_addr = m_curr_packet_in->getAddrVal(); in processIsync()335 m_curr_pe_state.isa = m_curr_packet_in->getISA(); in processIsync()336 m_curr_pe_state.valid = true; in processIsync()379 m_output_elem.setISA(m_curr_pe_state.isa); in processIsync()407 if(m_curr_pe_state.valid) in processBranch()410 m_output_elem.en_addr = m_curr_pe_state.instr_addr; in processBranch()[all …]
170 ptm_pe_addr_state m_curr_pe_state; //!< current instruction state for PTM decode. variable