Searched refs:SC_UNLIKELY_ (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cmnhdr.h84 # define SC_UNLIKELY_( x ) !!(x) macro
87 # define SC_UNLIKELY_( x ) __builtin_expect( !!(x), 0 ) macro
H A Dsc_phase_callback_registry.cpp90 if( SC_UNLIKELY_(m & ~SC_PHASE_CALLBACK_MASK) )
109 if( SC_UNLIKELY_( (m & check_mask ) && m_simc->elaboration_done() ) )
123 if( SC_UNLIKELY_(m & SC_ELABORATION) )
143 if( SC_UNLIKELY_(m & SC_RUNNING) )
H A Dsc_event.cpp109 if( SC_UNLIKELY_( m_simc->get_status()
133 if( SC_UNLIKELY_( m_simc->get_status()
H A Dsc_method_process.h347 if( SC_UNLIKELY_( sc_get_current_process_b() == this ) )
H A Dsc_method_process.cpp647 if( SC_UNLIKELY_( sc_get_current_process_b() == this ) )
H A Dsc_thread_process.h474 if( SC_UNLIKELY_( sc_get_current_process_b() == this ) )
H A Dsc_simcontext.cpp1160 if( SC_UNLIKELY_( m_simulation_status
1201 if( SC_UNLIKELY_( m_simulation_status
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal.h57 if( SC_UNLIKELY_(m_writer_p == 0) ) {
59 } else if( SC_UNLIKELY_(m_writer_p != writer_p && writer_p != 0) ) {

Completed in 29 milliseconds