Searched refs:c_test (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgensupport.h51 struct c_test struct
H A Dgenconditions.c117 const struct c_test *test = * (const struct c_test **) slot;
150 struct c_test\n\
165 static const struct c_test insn_conditions[] = {\n");
H A Dgensupport.c1149 /* Compute a hash function of a c_test structure, which is keyed
1154 const struct c_test *a = (const struct c_test *) x;
1176 /* Compare two c_test expression structures. */
1180 const struct c_test *a = (const struct c_test *) x;
1181 const struct c_test *b = (const struct c_test *) y;
1193 const struct c_test *test;
1194 struct c_test dumm
[all...]
H A Dgenrecog.c108 const char *c_test; /* Additional test to perform. */ member in union:decision_test::__anon1130
668 const char *c_test;
671 c_test = XSTR (insn, 2);
673 c_test = XSTR (insn, 1);
744 multiple modes in the c_test. In most other cases, it is a
757 && strstr (c_test, "operands") == NULL
1416 return strcmp (d1->u.c_test, d2->u.c_test) == 0;
2138 print_c_condition (p->u.c_test);
2551 const char *c_test
665 const char *c_test; local
2543 const char *c_test = XSTR (insn, type == RECOG ? 2 : 1); local
[all...]

Completed in 135 milliseconds