Home
last modified time | relevance | path

Searched refs:rtx_format (Results 51 – 75 of 282) sorted by relevance

12345678910>>...12

/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgengtype.c1063 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1105 if (strncmp (rtx_format[i], "uu", 2) == 0) in gen_rtx_next()
1110 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1111 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1227 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1232 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1323 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgengtype.c1063 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1105 if (strncmp (rtx_format[i], "uu", 2) == 0) in gen_rtx_next()
1110 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1111 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1227 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1232 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1323 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgengtype.c1063 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1105 if (strncmp (rtx_format[i], "uu", 2) == 0) in gen_rtx_next()
1110 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1111 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1227 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1232 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1323 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgengtype.c1063 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1105 if (strncmp (rtx_format[i], "uu", 2) == 0) in gen_rtx_next()
1110 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1111 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1227 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1232 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1323 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgengtype.c1063 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1105 if (strncmp (rtx_format[i], "uu", 2) == 0) in gen_rtx_next()
1110 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1111 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1227 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1232 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1323 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgengtype.c1063 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1105 if (strncmp (rtx_format[i], "uu", 2) == 0) in gen_rtx_next()
1110 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1111 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1227 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1232 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1323 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgengtype.c1078 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1120 if (startswith (rtx_format[i], "uu")) in gen_rtx_next()
1125 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1126 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1242 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1247 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1338 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgengtype.c1063 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1105 if (strncmp (rtx_format[i], "uu", 2) == 0) in gen_rtx_next()
1110 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1111 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1228 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1233 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1319 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgengtype.c1048 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1090 if (strncmp (rtx_format[i], "iuu", 3) == 0) in gen_rtx_next()
1095 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1096 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1213 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1218 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1311 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgengtype.c1009 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1051 if (strncmp (rtx_format[i], "iuu", 3) == 0) in gen_rtx_next()
1056 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1057 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1174 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1179 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1270 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgengtype.c1009 static const char *const rtx_format[NUM_RTX_CODE] = { variable
1051 if (strncmp (rtx_format[i], "iuu", 3) == 0) in gen_rtx_next()
1056 for (k = strlen (rtx_format[i]) - 1; k >= 0; k--) in gen_rtx_next()
1057 if (rtx_format[i][k] == 'e' || rtx_format[i][k] == 'u') in gen_rtx_next()
1174 for (aindex = 0; aindex < strlen (rtx_format[i]); aindex++) in adjust_field_rtx_def()
1179 switch (rtx_format[i][aindex]) in adjust_field_rtx_def()
1270 rtx_name[i], rtx_format[i][aindex], in adjust_field_rtx_def()
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Drtl.c65 const char * const rtx_format[NUM_RTX_CODE] = { variable

12345678910>>...12