Home
last modified time | relevance | path

Searched refs:GET_MODE_NAME (Results 1 – 24 of 24) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dgenopinit.c301 for (p = GET_MODE_NAME(i), q = np; *p; p++, q++) in gen_insn()
323 m1 = i, np += strlen (GET_MODE_NAME(i)); in gen_insn()
325 m2 = i, np += strlen (GET_MODE_NAME(i)); in gen_insn()
368 for (np = GET_MODE_NAME(m1); *np; np++) in gen_insn()
372 for (np = GET_MODE_NAME(m2); *np; np++) in gen_insn()
376 printf ("%smode", GET_MODE_NAME(m1)); in gen_insn()
379 printf ("%smode", GET_MODE_NAME(m2)); in gen_insn()
Dgenpeep.c157 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label); in match_rtx()
201 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label); in match_rtx()
225 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label); in match_rtx()
254 GET_MODE_NAME (GET_MODE (x)), fail_label); in match_rtx()
Dgenemit.c141 printf ("gen_rtx_SCRATCH (%smode)", GET_MODE_NAME (GET_MODE (x))); in gen_rtx_scratch()
188 printf ("%smode", GET_MODE_NAME (GET_MODE (x))); in gen_exp()
202 printf (", %smode", GET_MODE_NAME (GET_MODE (x))); in gen_exp()
229 printf ("gen_hard_reg_clobber (%smode, %i)", GET_MODE_NAME (GET_MODE (XEXP (x, 0))), in gen_exp()
271 printf (" (%smode", GET_MODE_NAME (GET_MODE (x))); in gen_exp()
802 GET_MODE_NAME (GET_MODE (elt))); in output_peephole2_scratches()
Drtl.c535 GET_RTX_NAME (code), GET_MODE_NAME (mode), in rtl_check_failed_code_mode()
536 GET_RTX_NAME (GET_CODE (r)), GET_MODE_NAME (GET_MODE (r)), in rtl_check_failed_code_mode()
Dmachmode.h31 #define GET_MODE_NAME(MODE) mode_name[MODE] macro
Dgenrecog.c804 GET_MODE_NAME (dmode), GET_MODE_NAME (smode)); in validate_pattern()
849 GET_MODE_NAME (GET_MODE (XEXP (pattern, 0)))); in validate_pattern()
2039 printf ("%smode", GET_MODE_NAME (p->tests->u.mode)); in write_switch()
2086 printf ("GET_MODE (x%d) == %smode", depth, GET_MODE_NAME (p->u.mode)); in write_cond()
2127 GET_MODE_NAME (p->u.pred.mode)); in write_cond()
2810 fprintf (stderr, "mode=%s", GET_MODE_NAME (test->u.mode)); in debug_decision_2()
2838 test->u.pred.name, GET_MODE_NAME(test->u.pred.mode)); in debug_decision_2()
Dsee.c3606 GET_MODE_NAME (source_mode)); in see_update_defs_relevancy()
3610 GET_MODE_NAME (source_mode)); in see_update_defs_relevancy()
3619 GET_MODE_NAME (source_mode)); in see_update_defs_relevancy()
3621 GET_MODE_NAME (source_mode_unsigned)); in see_update_defs_relevancy()
3625 GET_MODE_NAME (source_mode)); in see_update_defs_relevancy()
3628 GET_MODE_NAME (source_mode_unsigned)); in see_update_defs_relevancy()
Dread-rtl.c234 if (strcmp (GET_MODE_NAME (i), name) == 0) in find_mode()
688 copy = xstrdup (GET_MODE_NAME (i)); in initialize_macros()
692 upper_ptr = add_map_value (upper_ptr, i, GET_MODE_NAME (i)); in initialize_macros()
Dprint-tree.c427 fprintf (file, " %s", GET_MODE_NAME (mode)); in print_node()
596 fprintf (file, " %s", GET_MODE_NAME (mode)); in print_node()
Doptabs.c4966 const char *mname = GET_MODE_NAME (mode); in init_libfuncs()
5040 max_mname_len = MAX (max_mname_len, strlen (GET_MODE_NAME (fmode))); in init_interclass_conv_libfuncs()
5045 max_mname_len = MAX (max_mname_len, strlen (GET_MODE_NAME (tmode))); in init_interclass_conv_libfuncs()
5058 fname = GET_MODE_NAME (fmode); in init_interclass_conv_libfuncs()
5059 tname = GET_MODE_NAME (tmode); in init_interclass_conv_libfuncs()
5096 max_mname_len = MAX (max_mname_len, strlen (GET_MODE_NAME (nmode))); in init_intraclass_conv_libfuncs()
5109 nname = GET_MODE_NAME (nmode); in init_intraclass_conv_libfuncs()
5110 wname = GET_MODE_NAME (wmode); in init_intraclass_conv_libfuncs()
5538 GET_MODE_NAME (j), in debug_optab_libfuncs()
5558 GET_MODE_NAME (j), in debug_optab_libfuncs()
[all …]
Dregrename.c1888 fprintf (stderr, "[%u %s] ", i, GET_MODE_NAME (vd->e[i].mode)); in debug_value_data()
1907 fprintf (stderr, "[%u %s] ", j, GET_MODE_NAME (vd->e[j].mode)); in debug_value_data()
1918 i, GET_MODE_NAME (vd->e[i].mode), vd->e[i].oldest_regno, in debug_value_data()
1965 i, GET_MODE_NAME (vd->e[i].mode), vd->e[i].oldest_regno, in validate_value_data()
Dprint-rtl.c210 fprintf (outfile, ":%s", GET_MODE_NAME (GET_MODE (in_rtx))); in print_rtx()
Dsched-vis.c485 sprintf (t, ":%s", GET_MODE_NAME (GET_MODE (x))); in print_value()
Dgenoutput.c266 printf (" %smode,\n", GET_MODE_NAME (d->mode)); in output_operand_data()
Dloop-iv.c143 fprintf (file, " (in %s)", GET_MODE_NAME (iv->mode)); in dump_iv_info()
148 GET_MODE_NAME (iv->extend_mode)); in dump_iv_info()
Dgenattrtab.c3390 XINT (exp, 0), GET_MODE_NAME (GET_MODE (exp))); in write_test_expr()
3394 XSTR (exp, 1), XINT (exp, 0), GET_MODE_NAME (GET_MODE (exp))); in write_test_expr()
Dtree-ssa-loop-ivopts.c3247 GET_MODE_NAME (mode), cost); in add_cost()
3314 (int) cst, GET_MODE_NAME (mode), cost); in multiply_by_cost()
Dreload.c7243 GET_MODE_NAME (rld[r].inmode)); in debug_reload_to_stream()
7251 GET_MODE_NAME (rld[r].outmode)); in debug_reload_to_stream()
Dc-common.c4645 if (!strcmp (p, GET_MODE_NAME (j))) in handle_mode_attribute()
Dtree.c6830 for (p = GET_MODE_NAME (mode), q = mode_name_buf; *p; p++, q++) in build_common_builtin_nodes()
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c3810 GET_MODE_NAME (mode), named); in function_arg_advance()
4033 words, cum->words, cum->nregs, GET_MODE_NAME (mode), named); in function_arg()
6666 GET_MODE_NAME (mode), strict); in legitimate_address_p()
7325 GET_MODE_NAME (mode)); in legitimize_address()
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.c4753 GET_MODE_NAME (mode)); in function_arg_advance()
4839 GET_MODE_NAME (mode), named); in function_arg_advance()
4860 cum->nargs_prototype, cum->prototype, GET_MODE_NAME (mode)); in function_arg_advance()
/freebsd-12-stable/contrib/gcc/doc/
Drtl.texi1275 @findex GET_MODE_NAME
1276 @item GET_MODE_NAME (@var{m})
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.c8048 GET_MODE_NAME (mode), in push_minipool_fix()