#include "config_targ_opt.h"


Go to the source code of this file.
Functions/Subroutines | |
| static void | Configure_Source_TARG (char *filename) |
Variables | |
| char * | ABI_Name = NULL |
| char * | ISA_Name = NULL |
| char * | Processor_Name = NULL |
| static char * | Platform_Name = NULL |
| INT16 | Target_FPRs = 0 |
| BOOL | Pure_ABI = FALSE |
| BOOL | Target_MMX = TRUE |
| BOOL | Target_MMX_Set = FALSE |
| BOOL | Target_SSE = TRUE |
| BOOL | Target_SSE_Set = FALSE |
| BOOL | Target_SSE2 = TRUE |
| BOOL | Target_SSE2_Set = FALSE |
| BOOL | Target_SSE3 = FALSE |
| BOOL | Target_SSE3_Set = FALSE |
| BOOL | Target_3DNow = FALSE |
| BOOL | Target_3DNow_Set = FALSE |
| BOOL | Target_SSE4a = FALSE |
| BOOL | Target_SSE4a_Set = FALSE |
| int | Target_x87_Precision = 80 |
| BOOL | Force_FP_Precise_Mode = FALSE |
| BOOL | Force_Memory_Dismiss = FALSE |
| BOOL | Force_Page_Zero = FALSE |
| BOOL | Force_SMM = FALSE |
| char * | FP_Excp_Max = NULL |
| char * | FP_Excp_Min = NULL |
| BOOL | Flush_To_Zero = FALSE |
| BOOL | Madd_Allowed = FALSE |
| BOOL | Force_Jalr = FALSE |
| static BOOL | Slow_CVTDL_Set = FALSE |
| BOOL | Itanium_a0_step = FALSE |
| BOOL | SYNC_Allowed = TRUE |
| BOOL | Slow_CVTDL = FALSE |
| static OPTION_DESC | Options_TARG [] |
| static void Configure_Source_TARG | ( | char * | filename | ) | [static] |
NOTE: filename CAN BE NULL
Definition at line 249 of file config_targ_opt.cxx.
| char* ABI_Name = NULL |
Definition at line 81 of file config_targ_opt.cxx.
| BOOL Flush_To_Zero = FALSE |
Definition at line 117 of file config_targ_opt.cxx.
| BOOL Force_FP_Precise_Mode = FALSE |
Definition at line 111 of file config_targ_opt.cxx.
| BOOL Force_Jalr = FALSE |
Definition at line 121 of file config_targ_opt.cxx.
| BOOL Force_Memory_Dismiss = FALSE |
Definition at line 112 of file config_targ_opt.cxx.
| BOOL Force_Page_Zero = FALSE |
Definition at line 113 of file config_targ_opt.cxx.
Definition at line 114 of file config_targ_opt.cxx.
| char* FP_Excp_Max = NULL |
Definition at line 115 of file config_targ_opt.cxx.
| char* FP_Excp_Min = NULL |
Definition at line 116 of file config_targ_opt.cxx.
| char* ISA_Name = NULL |
Definition at line 82 of file config_targ_opt.cxx.
| BOOL Itanium_a0_step = FALSE |
Definition at line 124 of file config_targ_opt.cxx.
| BOOL Madd_Allowed = FALSE |
Definition at line 120 of file config_targ_opt.cxx.
OPTION_DESC Options_TARG[] [static] |
Definition at line 132 of file config_targ_opt.cxx.
char* Platform_Name = NULL [static] |
Definition at line 84 of file config_targ_opt.cxx.
| char* Processor_Name = NULL |
Definition at line 83 of file config_targ_opt.cxx.
Definition at line 86 of file config_targ_opt.cxx.
| BOOL Slow_CVTDL = FALSE |
Definition at line 126 of file config_targ_opt.cxx.
BOOL Slow_CVTDL_Set = FALSE [static] |
Definition at line 122 of file config_targ_opt.cxx.
| BOOL SYNC_Allowed = TRUE |
Definition at line 125 of file config_targ_opt.cxx.
| BOOL Target_3DNow = FALSE |
Definition at line 101 of file config_targ_opt.cxx.
| BOOL Target_3DNow_Set = FALSE |
Definition at line 102 of file config_targ_opt.cxx.
| INT16 Target_FPRs = 0 |
Definition at line 85 of file config_targ_opt.cxx.
| BOOL Target_MMX = TRUE |
Definition at line 88 of file config_targ_opt.cxx.
Referenced by Get_Parameter_Location(), and Get_Return_Info().
| BOOL Target_MMX_Set = FALSE |
Definition at line 89 of file config_targ_opt.cxx.
| BOOL Target_SSE = TRUE |
Definition at line 91 of file config_targ_opt.cxx.
Referenced by Get_Parameter_Location(), and Get_Return_Info().
| BOOL Target_SSE2 = TRUE |
Definition at line 94 of file config_targ_opt.cxx.
Referenced by cwh_stmt_init_pu(), and Prepare_Target().
| BOOL Target_SSE2_Set = FALSE |
| BOOL Target_SSE3 = FALSE |
Definition at line 97 of file config_targ_opt.cxx.
Referenced by cwh_stmt_init_pu(), and Prepare_Target().
| BOOL Target_SSE3_Set = FALSE |
| BOOL Target_SSE4a = FALSE |
| BOOL Target_SSE4a_Set = FALSE |
| BOOL Target_SSE_Set = FALSE |
Definition at line 92 of file config_targ_opt.cxx.
| int Target_x87_Precision = 80 |
1.5.6