Searched refs:XSTR (Results 1 - 25 of 199) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenpeep.c99 if (XSTR (peep, 1) && XSTR (peep, 1)[0])
101 XSTR (peep, 1), insn_code_number);
156 if (XSTR (x, 1) && XSTR (x, 1)[0])
158 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
200 if (XSTR (x, 1) && XSTR (x, 1)[0])
202 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
224 if (XSTR (
[all...]
H A Dgenattr.c48 printf ("#define HAVE_ATTR_%s\n", XSTR (attr, 0));
51 p = XSTR (attr, 1);
53 printf ("extern int get_attr_%s (%s);\n", XSTR (attr, 0),
57 printf ("enum attr_%s {", XSTR (attr, 0));
61 write_upcase (XSTR (attr, 0));
71 XSTR (attr, 0), XSTR (attr, 0), (is_const ? "void" : "rtx"));
76 if (! strcmp (XSTR (attr, 0), "length"))
H A Dgencodes.c35 const char *name = XSTR (insn, 0);
36 int truth = maybe_eval_c_test (XSTR (insn, 2));
H A Dgenconditions.c236 add_c_test (XSTR (desc, 2), -1);
239 if (!strcmp (XSTR (desc, 0), "eh_return"))
246 add_c_test (XSTR (desc, 1), -1);
H A Drtl.c407 return XSTR (x, 0) == XSTR (y, 0);
468 if ((XSTR (x, i) || XSTR (y, i))
469 && (! XSTR (x, i) || ! XSTR (y, i)
470 || strcmp (XSTR (x, i), XSTR (y, i))))
535 return XSTR (x, 0) == XSTR (
[all...]
H A Dgenattrtab.c444 && XSTR (h->u.rtl, 0) == arg0)
451 XSTR (rt_val, 0) = arg0;
465 && XSTR (h->u.rtl, 0) == arg0
466 && XSTR (h->u.rtl, 1) == arg1)
473 XSTR (rt_val, 0) = arg0;
474 XSTR (rt_val, 1) = arg1;
511 XSTR (rt_val, i) = va_arg (p, char *);
578 return XSTR (make_numeric_value (n), 0);
699 XSTR (copy, i) = XSTR (ori
[all...]
H A Dgenflags.c131 const char *name = XSTR (insn, 0);
132 int truth = maybe_eval_c_test (XSTR (insn, 2));
192 const char *name = XSTR (insn, 0);
196 int truth = maybe_eval_c_test (XSTR (insn, 2));
236 for (p = XSTR (insn, 2); *p; p++)
H A Dgenpreds.c65 for (p = XSTR (exp, 1); *p; p++)
70 "string '%s'", name, XSTR (exp, 1));
100 if (!ISALPHA (XSTR (defn, 0)[0]) && XSTR (defn, 0)[0] != '_')
102 for (p = XSTR (defn, 0) + 1; *p; p++)
106 if (validate_exp (XEXP (defn, 1), XSTR (defn, 0), lineno))
110 pred->name = XSTR (defn, 0);
112 pred->c_block = XSTR (defn, 2);
123 XSTR (defn, 0));
175 XSTR (match_test_ex
[all...]
H A Dgensupport.c181 XSTR (part, 2) = "";
183 XSTR (part, 1) = "";
208 const char *filename = XSTR (desc, 0);
324 split_cond = XSTR (desc, 4);
328 split_cond = join_c_conditions (XSTR (desc, 2), split_cond + 2);
330 XSTR (split, 1) = split_cond;
332 XSTR (split, 3) = XSTR (desc, 6);
375 if (strcmp (XSTR (sub, 0), "predicable") == 0)
377 value = XSTR (su
[all...]
H A Dgenemit.c293 printf ("\"%s\"", XSTR (x, i));
401 if (XSTR (insn, 0)[0] == 0 || XSTR (insn, 0)[0] == '*')
412 printf ("rtx\ngen_%s (", XSTR (insn, 0));
459 if (strlen (XSTR (expand, 0)) == 0)
462 fatal ("define_expand for %s lacks a pattern", XSTR (expand, 0));
468 printf ("rtx\ngen_%s (", XSTR (expand, 0));
483 if ((XSTR (expand, 3) == 0 || *XSTR (expand, 3) == '\0')
508 if (XSTR (expan
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenpeep.c100 if (XSTR (peep, 1) && XSTR (peep, 1)[0])
102 XSTR (peep, 1), insn_code_number);
157 if (XSTR (x, 1) && XSTR (x, 1)[0])
159 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
201 if (XSTR (x, 1) && XSTR (x, 1)[0])
203 XSTR (x, 1), GET_MODE_NAME (GET_MODE (x)), fail_label);
225 if (XSTR (
[all...]
H A Dgenpreds.c42 error ("%s: must give a predicate expression", XSTR (defn, 0));
47 pred->name = XSTR (defn, 0);
49 pred->c_block = XSTR (defn, 2);
130 XSTR (match_test_exp, 0) = match_test_str;
168 struct pred_data *p = lookup_predicate (XSTR (exp, 1));
170 error ("reference to undefined predicate '%s'", XSTR (exp, 1));
177 if (!strstr (XSTR (exp, 0), "const_int")
178 && !strstr (XSTR (exp, 0), "const_double"))
244 XSTR (match_test_exp, 0) = "mode == VOIDmode || GET_MODE (op) == mode";
371 printf ("%s (op, mode)", XSTR (ex
[all...]
H A Dgenattr.c49 printf ("#define HAVE_ATTR_%s\n", XSTR (attr, 0));
52 p = XSTR (attr, 1);
54 printf ("extern int get_attr_%s (%s);\n", XSTR (attr, 0),
58 printf ("enum attr_%s {", XSTR (attr, 0));
62 write_upcase (XSTR (attr, 0));
72 XSTR (attr, 0), XSTR (attr, 0), (is_const ? "void" : "rtx"));
77 if (! strcmp (XSTR (attr, 0), "length"))
H A Dgencodes.c36 const char *name = XSTR (insn, 0);
37 int truth = maybe_eval_c_test (XSTR (insn, 2));
H A Dgenconditions.c217 add_condition (XSTR (desc, 2));
220 if (!strcmp (XSTR (desc, 0), "eh_return"))
227 add_condition (XSTR (desc, 1));
H A Dgenattrtab.c497 && XSTR (h->u.rtl, 0) == arg0)
504 XSTR (rt_val, 0) = arg0;
518 && XSTR (h->u.rtl, 0) == arg0
519 && XSTR (h->u.rtl, 1) == arg1)
526 XSTR (rt_val, 0) = arg0;
527 XSTR (rt_val, 1) = arg1;
564 XSTR (rt_val, i) = va_arg (p, char *);
631 return XSTR (make_numeric_value (n), 0);
752 XSTR (copy, i) = XSTR (ori
[all...]
H A Dgenflags.c132 const char *name = XSTR (insn, 0);
133 int truth = maybe_eval_c_test (XSTR (insn, 2));
193 const char *name = XSTR (insn, 0);
196 int truth = maybe_eval_c_test (XSTR (insn, 2));
218 for (p = XSTR (insn, 2); *p; p++)
H A Dgenemit.c293 printf ("\"%s\"", XSTR (x, i));
401 if (XSTR (insn, 0)[0] == 0 || XSTR (insn, 0)[0] == '*')
412 printf ("rtx\ngen_%s (", XSTR (insn, 0));
455 if (strlen (XSTR (expand, 0)) == 0)
458 fatal ("define_expand for %s lacks a pattern", XSTR (expand, 0));
464 printf ("rtx\ngen_%s (", XSTR (expand, 0));
479 if ((XSTR (expand, 3) == 0 || *XSTR (expand, 3) == '\0')
504 if (XSTR (expan
[all...]
H A Dgensupport.c181 XSTR (part, 2) = "";
183 XSTR (part, 1) = "";
208 const char *filename = XSTR (desc, 0);
320 split_cond = XSTR (desc, 4);
324 split_cond = join_c_conditions (XSTR (desc, 2), split_cond + 2);
326 XSTR (split, 1) = split_cond;
328 XSTR (split, 3) = XSTR (desc, 6);
371 if (strcmp (XSTR (sub, 0), "predicable") == 0)
373 value = XSTR (su
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa-linux.h129 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
131 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
H A Dpa-netbsd.h123 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
125 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
H A Delf.h84 assemble_name (FILE, XSTR ((RTL), 0)); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dpa-linux.h138 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
140 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
H A Dpa-netbsd.h123 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
125 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dpe.c109 oldname = XSTR (rtlname, 0);
145 oldname = XSTR (rtlname, 0);
220 && arm_dllimport_name_p (XSTR (XEXP (XEXP (DECL_RTL (decl), 0), 0), 0)))
222 const char *oldname = XSTR (XEXP (XEXP (DECL_RTL (decl), 0), 0), 0);

Completed in 320 milliseconds

12345678