#include <targ_sim_core.h>
Private Attributes | |
| mINT8 | count |
| BOOL | return_via_first_arg |
| TYPE_ID | mtype [MAX_NUMBER_OF_REGISTERS_FOR_RETURN] |
| PREG_NUM | preg [MAX_NUMBER_OF_REGISTERS_FOR_RETURN] |
Friends | |
| mINT8 | RETURN_INFO_count (const RETURN_INFO &) |
| BOOL | RETURN_INFO_return_via_first_arg (const RETURN_INFO &) |
| TYPE_ID | RETURN_INFO_mtype (const RETURN_INFO &, INT32) |
| PREG_NUM | RETURN_INFO_preg (const RETURN_INFO &, INT32) |
| RETURN_INFO | Get_Return_Info (TY_IDX rtype, Mtype_Return_Level level) |
Definition at line 76 of file targ_sim_core.h.
| RETURN_INFO Get_Return_Info | ( | TY_IDX | rtype, | |
| Mtype_Return_Level | level | |||
| ) | [friend] |
Definition at line 389 of file targ_sim.cxx.
| mINT8 RETURN_INFO_count | ( | const RETURN_INFO & | info | ) | [friend] |
Definition at line 91 of file targ_sim_core.h.
| TYPE_ID RETURN_INFO_mtype | ( | const RETURN_INFO & | info, | |
| INT32 | i | |||
| ) | [friend] |
Definition at line 100 of file targ_sim_core.h.
| PREG_NUM RETURN_INFO_preg | ( | const RETURN_INFO & | info, | |
| INT32 | i | |||
| ) | [friend] |
Definition at line 103 of file targ_sim_core.h.
| BOOL RETURN_INFO_return_via_first_arg | ( | const RETURN_INFO & | info | ) | [friend] |
Definition at line 94 of file targ_sim_core.h.
mINT8 RETURN_INFO::count [private] |
Definition at line 78 of file targ_sim_core.h.
Referenced by Get_Return_Info(), and RETURN_INFO_count().
TYPE_ID RETURN_INFO::mtype[MAX_NUMBER_OF_REGISTERS_FOR_RETURN] [private] |
Definition at line 80 of file targ_sim_core.h.
Referenced by Get_Return_Info(), and RETURN_INFO_mtype().
PREG_NUM RETURN_INFO::preg[MAX_NUMBER_OF_REGISTERS_FOR_RETURN] [private] |
Definition at line 81 of file targ_sim_core.h.
Referenced by Get_Return_Info(), and RETURN_INFO_preg().
BOOL RETURN_INFO::return_via_first_arg [private] |
Definition at line 79 of file targ_sim_core.h.
Referenced by Get_Return_Info(), and RETURN_INFO_return_via_first_arg().
1.7.1