Home
last modified time | relevance | path

Searched refs:NUM_RTX_CODE (Results 1 – 15 of 15) sorted by relevance

/trueos/contrib/gcc/
HDgengenrtl.c42 #define NUM_RTX_CODE ARRAY_SIZE(defs) macro
44 static const char *formats[NUM_RTX_CODE];
170 for (i = 0; i < NUM_RTX_CODE; i++) in find_formats()
308 for (i = 0; i < NUM_RTX_CODE; i++) in genheader()
HDrtl.c48 const unsigned char rtx_length[NUM_RTX_CODE] = {
58 const char * const rtx_name[NUM_RTX_CODE] = {
68 const char * const rtx_format[NUM_RTX_CODE] = {
104 const enum rtx_class rtx_class[NUM_RTX_CODE] = {
112 const unsigned char rtx_code_size[NUM_RTX_CODE] = {
HDgenrecog.c228 static char did_you_mean_codes[NUM_RTX_CODE];
233 compute_predicate_codes (rtx exp, char codes[NUM_RTX_CODE]) in compute_predicate_codes() argument
235 char op0_codes[NUM_RTX_CODE]; in compute_predicate_codes()
236 char op1_codes[NUM_RTX_CODE]; in compute_predicate_codes()
237 char op2_codes[NUM_RTX_CODE]; in compute_predicate_codes()
245 for (i = 0; i < NUM_RTX_CODE; i++) in compute_predicate_codes()
252 for (i = 0; i < NUM_RTX_CODE; i++) in compute_predicate_codes()
257 for (i = 0; i < NUM_RTX_CODE; i++) in compute_predicate_codes()
266 for (i = 0; i < NUM_RTX_CODE; i++) in compute_predicate_codes()
278 memset (codes, Y, NUM_RTX_CODE); in compute_predicate_codes()
[all …]
HDgenopinit.c273 for (op = 0; op < NUM_RTX_CODE; op++) in gen_insn()
288 if (op == NUM_RTX_CODE) in gen_insn()
HDgensupport.h82 bool codes[NUM_RTX_CODE]; /* set of codes accepted */
HDoptabs.h435 extern GTY(()) optab code_to_optab[NUM_RTX_CODE + 1];
443 extern rtxfun bcc_gen_fctn[NUM_RTX_CODE];
449 extern enum insn_code setcc_gen_code[NUM_RTX_CODE];
HDread-rtl.c107 ((CODE) < NUM_RTX_CODE ? CODE : bellwether_codes[CODE - NUM_RTX_CODE])
259 for (i = 0; i < NUM_RTX_CODE; i++) in find_code()
677 codes.num_builtins = NUM_RTX_CODE; in initialize_macros()
700 for (i = 0; i < NUM_RTX_CODE; i++) in initialize_macros()
HDrtl.h58 #define NUM_RTX_CODE ((int) LAST_AND_UNUSED_RTX_CODE) macro
101 extern const unsigned char rtx_length[NUM_RTX_CODE];
104 extern const char * const rtx_name[NUM_RTX_CODE];
107 extern const char * const rtx_format[NUM_RTX_CODE];
110 extern const enum rtx_class rtx_class[NUM_RTX_CODE];
113 extern const unsigned char rtx_code_size[NUM_RTX_CODE];
114 extern const unsigned char rtx_next[NUM_RTX_CODE];
HDgengtype.c393 NUM_RTX_CODE enumerator
396 static const char * const rtx_name[NUM_RTX_CODE] = {
402 static const char * const rtx_format[NUM_RTX_CODE] = {
408 static int rtx_next_new[NUM_RTX_CODE];
438 for (i = 0; i < NUM_RTX_CODE; i++) in gen_rtx_next()
463 for (i = 0; i < NUM_RTX_CODE; i++) in write_rtx_next()
554 for (i = 0; i < NUM_RTX_CODE; i++) in adjust_field_rtx_def()
HDprint-rtl.c153 else if (GET_CODE (in_rtx) > NUM_RTX_CODE) in print_rtx()
HDgensupport.c1324 RTX_CODE codes[NUM_RTX_CODE];
HDoptabs.c66 optab code_to_optab[NUM_RTX_CODE + 1];
71 rtxfun bcc_gen_fctn[NUM_RTX_CODE];
77 enum insn_code setcc_gen_code[NUM_RTX_CODE];
5187 for (i = 0; i < NUM_RTX_CODE; i++) in init_optabs()
HDrtlanal.c63 static int non_rtx_starting_operands[NUM_RTX_CODE];
4693 for (i = 0; i < NUM_RTX_CODE; i++) in init_rtlanal()
HDChangeLog-2001870 NUM_RTX_CODE.
878 size in declaration to NUM_RTX_CODE.
HDChangeLog-20036019 int, remove cast of NUM_RTX_CODE.
6054 substitute definition of NUM_RTX_CODE. Add casts to avoid