Searched refs:calls (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/md/
H A Dvax.s44 calls $3,(r0) /* Call helper. */
50 calls $3,(r0) /* Call `only'. */
51 calls $0,_qt_error /* `only' erroniously returned. */
61 calls $1,(r9) /* Call `startup', pop `qt' on return. */
63 calls (sp)+,(r8) /* Call user's function. */
67 calls $2,(r7) /* Call `cleanup', never return. */
69 calls $0,_qt_error /* `cleanup' erroniously returned. */
H A Dvax_b.s29 calls $0,(r1)
30 calls $0,(r1)
31 calls $0,(r1)
32 calls $0,(r1)
33 calls $0,(r1)
44 calls $0,_b_null
45 calls $0,_b_null
46 calls $0,_b_null
47 calls $0,_b_null
48 calls
[all...]
H A Dksr1.s30 # KSR convention: on procedure calls, load both the procedure address
413 # If the callee ever calls `nargs', the following instruction (pair)
/gem5/src/arch/arm/
H A Dsemihosting.hh63 * Exits calls (SYS_EXIT, SYS_EXIT_EXTENDED) from the guest get
351 static const std::map<uint32_t, SemiCall> calls; member in class:ArmSemihosting
H A Dsemihosting.cc56 const std::map<uint32_t, ArmSemihosting::SemiCall> ArmSemihosting::calls{
147 // calls typically expect non-zero file handles.
686 auto it = calls.find(op);
687 if (it == calls.end())
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc2735 // div operators. Since these operators are function calls to
2883 // div operators. Since these operators are function calls to

Completed in 8 milliseconds