gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions | Variables
guest_abi.test.cc File Reference
#include <gtest/gtest.h>
#include <type_traits>
#include <utility>
#include "sim/guest_abi.hh"

Go to the source code of this file.

Classes

class  ThreadContext
 ThreadContext is the external interface to all thread state for anything outside of the CPU. More...
 
struct  TestABI_1D
 
struct  TestABI_RetReg
 
struct  TestABI_2D
 
struct  TestABI_TcInit
 
struct  TestABI_TcInit::Position
 
struct  GuestABI::Argument< TestABI_1D, int >
 
struct  GuestABI::Argument< TestABI_1D, Arg, typename std::enable_if< std::is_floating_point< Arg >::value >::type >
 
struct  GuestABI::Result< TestABI_1D, int >
 
struct  GuestABI::Result< TestABI_1D, Ret, typename std::enable_if< std::is_floating_point< Ret >::value >::type >
 
struct  GuestABI::Argument< TestABI_RetReg, Arg >
 
struct  GuestABI::Result< TestABI_RetReg, Ret >
 
struct  GuestABI::Argument< TestABI_2D, int >
 
struct  GuestABI::Argument< TestABI_2D, Arg, typename std::enable_if< std::is_floating_point< Arg >::value >::type >
 
struct  GuestABI::Result< TestABI_2D, int >
 
struct  GuestABI::Result< TestABI_2D, Ret, typename std::enable_if< std::is_floating_point< Ret >::value >::type >
 
struct  GuestABI::Argument< TestABI_TcInit, int >
 

Namespaces

 GuestABI
 

Functions

void testIntVoid (ThreadContext *tc, int a, float b, int c, double d, GuestABI::VarArgs< int, float, double > varargs)
 
void testRetRegVoid (ThreadContext *tc, int a)
 
int testRetRegInt (ThreadContext *tc, int a)
 
void test2DVoid (ThreadContext *tc, int a, float b, int c, double d, GuestABI::VarArgs< int, float, double > varargs)
 
void testTcInit (ThreadContext *tc, int a)
 
int testIntRet (ThreadContext *tc)
 
float testFloatRet (ThreadContext *tc)
 
double testDoubleRet (ThreadContext *tc)
 
 TEST (GuestABI, ABI_1D_args)
 
 TEST (GuestABI, ABI_RetReg)
 
 TEST (GuestABI, ABI_2D_args)
 
 TEST (GuestABI, ABI_TC_init)
 
 TEST (GuestABI, ABI_returns)
 
 TEST (GuestABI, dumpSimcall)
 
 TEST (GuestABI, isVarArgs)
 

Variables

const int IntRetValue = 50
 
const float FloatRetValue = 3.14
 
const double DoubleRetValue = 12.34
 

Function Documentation

◆ TEST() [1/7]

TEST ( GuestABI  ,
ABI_1D_args   
)

Definition at line 280 of file guest_abi.test.cc.

References EXPECT_EQ, and testIntVoid().

◆ TEST() [2/7]

TEST ( GuestABI  ,
ABI_RetReg   
)

Definition at line 288 of file guest_abi.test.cc.

References testRetRegInt(), and testRetRegVoid().

◆ TEST() [3/7]

TEST ( GuestABI  ,
ABI_2D_args   
)

Definition at line 295 of file guest_abi.test.cc.

References EXPECT_EQ, and test2DVoid().

◆ TEST() [4/7]

TEST ( GuestABI  ,
ABI_TC_init   
)

Definition at line 303 of file guest_abi.test.cc.

References ThreadContext::intOffset, and testTcInit().

◆ TEST() [5/7]

TEST ( GuestABI  ,
ABI_returns   
)

◆ TEST() [6/7]

TEST ( GuestABI  ,
dumpSimcall   
)

Definition at line 359 of file guest_abi.test.cc.

References Stats::dump(), EXPECT_EQ, and testIntVoid().

◆ TEST() [7/7]

TEST ( GuestABI  ,
isVarArgs   
)

Definition at line 366 of file guest_abi.test.cc.

References EXPECT_FALSE, and EXPECT_TRUE.

◆ test2DVoid()

void test2DVoid ( ThreadContext tc,
int  a,
float  b,
int  c,
double  d,
GuestABI::VarArgs< int, float, double >  varargs 
)

◆ testDoubleRet()

double testDoubleRet ( ThreadContext tc)

Definition at line 276 of file guest_abi.test.cc.

References DoubleRetValue.

Referenced by TEST().

◆ testFloatRet()

float testFloatRet ( ThreadContext tc)

Definition at line 275 of file guest_abi.test.cc.

References FloatRetValue.

Referenced by TEST().

◆ testIntRet()

int testIntRet ( ThreadContext tc)

Definition at line 274 of file guest_abi.test.cc.

References IntRetValue.

Referenced by TEST().

◆ testIntVoid()

void testIntVoid ( ThreadContext tc,
int  a,
float  b,
int  c,
double  d,
GuestABI::VarArgs< int, float, double >  varargs 
)

◆ testRetRegInt()

int testRetRegInt ( ThreadContext tc,
int  a 
)

Definition at line 240 of file guest_abi.test.cc.

References EXPECT_EQ, and ThreadContext::ints.

Referenced by TEST().

◆ testRetRegVoid()

void testRetRegVoid ( ThreadContext tc,
int  a 
)

Definition at line 234 of file guest_abi.test.cc.

References EXPECT_EQ, and ThreadContext::ints.

Referenced by TEST().

◆ testTcInit()

void testTcInit ( ThreadContext tc,
int  a 
)

Definition at line 263 of file guest_abi.test.cc.

References EXPECT_EQ, ThreadContext::intOffset, and ThreadContext::ints.

Referenced by TEST().

Variable Documentation

◆ DoubleRetValue

const double DoubleRetValue = 12.34

Definition at line 272 of file guest_abi.test.cc.

Referenced by TEST(), and testDoubleRet().

◆ FloatRetValue

const float FloatRetValue = 3.14

Definition at line 271 of file guest_abi.test.cc.

Referenced by TEST(), and testFloatRet().

◆ IntRetValue

const int IntRetValue = 50

Definition at line 270 of file guest_abi.test.cc.

Referenced by TEST(), and testIntRet().


Generated on Fri Feb 28 2020 16:27:06 for gem5 by doxygen 1.8.13