gem5
v19.0.0.0
|
Functions | |
template<typename ... Types> | |
std::ostream & | operator<< (std::ostream &os, const VarArgs< Types... > &va) |
template<typename ABI , typename Ret > | |
static std::enable_if<!std::is_void< Ret >::value, Ret >::type | callFrom (ThreadContext *tc, typename ABI::Position &position, std::function< Ret(ThreadContext *)> target) |
template<typename ABI > | |
static void | callFrom (ThreadContext *tc, typename ABI::Position &position, std::function< void(ThreadContext *)> target) |
template<typename ABI , typename Ret , typename NextArg , typename ... Args> | |
static std::enable_if<!std::is_void< Ret >::value, Ret >::type | callFrom (ThreadContext *tc, typename ABI::Position &position, std::function< Ret(ThreadContext *, NextArg, Args...)> target) |
template<typename ABI , typename NextArg , typename ... Args> | |
static void | callFrom (ThreadContext *tc, typename ABI::Position &position, std::function< void(ThreadContext *, NextArg, Args...)> target) |
template<typename ABI , typename Ret > | |
static void | dumpArgsFrom (int count, std::ostream &os, ThreadContext *tc, typename ABI::Position &position) |
template<typename ABI , typename Ret , typename NextArg , typename ... Args> | |
static void | dumpArgsFrom (int count, std::ostream &os, ThreadContext *tc, typename ABI::Position &position) |
|
static |
Definition at line 332 of file guest_abi.hh.
References GuestABI::Result< ABI, Ret, Enabled >::store().
Referenced by callFrom(), and invokeSimcall().
|
static |
Definition at line 343 of file guest_abi.hh.
References type.
|
static |
Definition at line 353 of file guest_abi.hh.
References callFrom(), and GuestABI::Argument< ABI, Arg, Enabled >::get().
|
static |
Definition at line 373 of file guest_abi.hh.
References callFrom(), and GuestABI::Argument< ABI, Arg, Enabled >::get().
|
static |
Definition at line 399 of file guest_abi.hh.
Referenced by dumpArgsFrom(), and dumpSimcall().
|
static |
Definition at line 410 of file guest_abi.hh.
References dumpArgsFrom(), GuestABI::Argument< ABI, Arg, Enabled >::get(), and X86ISA::os.
std::ostream& GuestABI::operator<< | ( | std::ostream & | os, |
const VarArgs< Types... > & | va | ||
) |
Definition at line 295 of file guest_abi.hh.
References X86ISA::os.