Searched refs:helper (Results 1 - 25 of 25) sorted by relevance

/gem5/tests/
H A Dmain.py21 import testlib.helper as helper
23 config.basedir = helper.absdirpath(__file__)
/gem5/ext/testlib/
H A Dsuite.py30 import helper
49 collector = helper.InstanceCollector()
H A Dtest.py31 import helper
62 collector = helper.InstanceCollector()
H A Dfixture.py32 import helper
61 collector = helper.InstanceCollector()
H A Dresult.py34 import helper
103 helper.append_dictlist(results, test.result.value, test)
136 helper.append_dictlist(results, test.result.value, test)
H A Dhandlers.py44 import helper
81 helper.mkdir_p(os.path.dirname(stdout))
82 helper.mkdir_p(os.path.dirname(stderr))
205 self._timer = helper.Timer()
H A Drunner.py33 import helper
73 @helper.cacheresult
H A Dconfig.py77 from helper import absdirpath, AttrDict, FrozenAttrDict
/gem5/ext/systemc/src/sysc/qt/md/
H A Dpowerpc_mach.s241 void *qt_blocki (void *helper, void *a0, void *a1, void *newthread);
242 asm void *qt_blocki (void *helper, void *a0, void *a1, void *newthread)
260 /* call helper(qt_t *old, void *a0, void *a1) */
261 mtlr r3 /* "helper" addr in the link reg */
264 blrl /* jump to "helper" */
265 /* the "helper" return value is returned (since r3 is not changed) */
291 void qt_abort (void *helper, void *a0, void *a1, void *newthread);
292 asm void qt_abort (void *helper, void *a0, void *a1, void *newthread)
305 /* call helper(qt_t *old, void *a0, void *a1) */
306 mtlr r3 /* "helper" add
[all...]
H A Dpowerpc_sys5.s239 void *qt_blocki (void *helper, void *a0, void *a1, void *newthread);
240 asm void *qt_blocki (void *helper, void *a0, void *a1, void *newthread)
258 /* call helper(qt_t *old, void *a0, void *a1) */
259 mtlr %r3 /* "helper" addr in the link reg */
262 blrl /* jump to "helper" */
263 /* the "helper" return value is returned (since r3 is not changed) */
289 void qt_abort (void *helper, void *a0, void *a1, void *newthread);
290 asm void qt_abort (void *helper, void *a0, void *a1, void *newthread)
303 /* call helper(qt_t *old, void *a0, void *a1) */
304 mtlr %r3 /* "helper" add
[all...]
H A Dhppa.s37 ; arg0: ptr to function (helper) to call once curr is suspended
68 copy %arg0,%r22 ; helper to be called by $$dyncall
69 copy %sp,%arg0 ; pass current sp as arg0 to helper
73 bl $$dyncall,%mrp ; call helper
H A Dksr1.s73 # %i2 -- control block of helper function to run
74 # (dereference to get helper)
155 # routine (%i5) and call the helper routine passed in as the first
156 # argument (%i2). Note that the address of the helper's constant
157 # block is passed in, so we must derefence it to get the helper's text
160 finop ; movb8_8 %i2,%c10 # helper's ConstBlock
163 finop ; ld8 0(%c10),%c4 # load addr of helper
164 finop ; movb8_8 %sp, %i2 # 1st arg to helper
168 finop ; jsr %c14,16(%c4) # call helper
193 # The helper funtio
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h605 FieldHelper helper(0);
608 EXPECT_TRUE(m.Matches(helper));
611 EXPECT_TRUE(m2.Matches(&helper));
616 FieldHelper helper(0);
619 EXPECT_TRUE(m.Matches(helper));
622 EXPECT_TRUE(m2.Matches(&helper));
H A Dgmock-generated-matchers_test.cc514 NativeArrayPassedAsPointerAndSize helper; local
515 EXPECT_CALL(helper, Helper(_, _))
517 helper.Helper(array, 2);
H A Dgmock-matchers_test.cc2607 AllArgsHelper helper; local
2608 ON_CALL(helper, Helper(_, _))
2611 EXPECT_CALL(helper, Helper(_, _));
2612 EXPECT_CALL(helper, Helper(_, _))
2616 EXPECT_EQ(1, helper.Helper('\1', 2));
2617 EXPECT_EQ(2, helper.Helper('a', 1));
4939 // Test helper for formatting element, matcher index pairs in expectations.
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.cpp563 void sc_method_process::throw_user( const sc_throw_it_helper& helper, argument
587 child_p->throw_user(helper, descendants);
599 m_throw_helper_p = helper.clone();
H A Dsc_process_handle.h487 // (1) We allocate the helper function on the stack, see the description of
499 sc_throw_it<EXCEPT> helper(exception); // helper to throw the exception.
506 m_target_p->throw_user(helper, descendants);
H A Dsc_thread_process.cpp618 // helper_p = helper object to use to throw the exception.
622 void sc_thread_process::throw_user( const sc_throw_it_helper& helper, argument
646 child_p->throw_user(helper, descendants);
668 m_throw_helper_p = helper.clone();
H A Dsc_method_process.h165 virtual void throw_user( const sc_throw_it_helper& helper,
H A Dsc_process.h390 virtual void throw_user( const sc_throw_it_helper& helper,
H A Dsc_thread_process.h146 virtual void throw_user( const sc_throw_it_helper& helper,
/gem5/ext/systemc/src/sysc/qt/
H A Dqt.h76 /* Internal helper for putting stuff on stack. */
156 /* Save the state of the thread and call the helper function
159 typedef void *(qt_block_t)(qt_helper_t *helper, void *a0, void *a1,
162 /* Rearrange the parameters so that things passed to the helper
/gem5/tests/gem5/
H A Dsuite.py35 from testlib.helper import log_call
H A Dverifier.py36 from testlib.helper import joinpath, diff_out_file
101 Method for helper classes to tell users to use this more generic class
H A Dfixture.py51 from testlib.helper import log_call, cacheresult, joinpath, absdirpath

Completed in 73 milliseconds