Searched refs:litp (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mn10200.c342 md_atof (type, litp, sizep)
344 char *litp;
375 md_number_to_chars (litp, (valueT) words[i], 2);
376 litp += 2;
H A Dtc-i370.c2612 md_atof (type, litp, sizep)
2614 char *litp;
2651 md_number_to_chars (litp, (valueT) words[i], 2);
2652 litp += 2;
H A Dtc-mn10300.c713 md_atof (type, litp, sizep)
715 char *litp;
746 md_number_to_chars (litp, (valueT) words[i], 2);
747 litp += 2;
H A Dtc-s390.c1745 of type type, and store the appropriate bytes in *litp. The number
1750 md_atof (type, litp, sizep)
1752 char *litp;
1783 md_number_to_chars (litp, (valueT) words[i], 2);
1784 litp += 2;
H A Dtc-v850.c1233 md_atof (type, litp, sizep)
1235 char *litp;
1266 md_number_to_chars (litp, (valueT) words[i], 2);
1267 litp += 2;
H A Dtc-ppc.c5183 md_atof (type, litp, sizep)
5185 char *litp;
5218 md_number_to_chars (litp, (valueT) words[i], 2);
5219 litp += 2;
5226 md_number_to_chars (litp, (valueT) words[i], 2);
5227 litp += 2;
H A Dtc-cris.c2784 litp A pointer to an array that the result should be stored in.
2796 md_atof (type, litp, sizep)
2798 char *litp ATTRIBUTE_UNUSED;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mn10200.c326 md_atof (int type, char *litp, int *sizep)
356 md_number_to_chars (litp, (valueT) words[i], 2);
357 litp += 2;
323 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-i370.c2382 md_atof (int type, char *litp, int *sizep)
2418 md_number_to_chars (litp, (valueT) words[i], 2);
2419 litp += 2;
2365 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-v850.c1182 md_atof (int type, char *litp, int *sizep)
1212 md_number_to_chars (litp, (valueT) words[i], 2);
1213 litp += 2;
1180 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-mn10300.c718 md_atof (type, litp, sizep)
720 char *litp;
751 md_number_to_chars (litp, (valueT) words[i], 2);
752 litp += 2;
H A Dtc-s390.c1772 of type type, and store the appropriate bytes in *litp. The number
1777 md_atof (type, litp, sizep)
1779 char *litp;
1810 md_number_to_chars (litp, (valueT) words[i], 2);
1811 litp += 2;
H A Dtc-ppc.c5208 md_atof (type, litp, sizep)
5210 char *litp;
5243 md_number_to_chars (litp, (valueT) words[i], 2);
5244 litp += 2;
5251 md_number_to_chars (litp, (valueT) words[i], 2);
5252 litp += 2;
H A Dtc-cris.c3520 litp A pointer to an array that the result should be stored in.
3532 md_atof (int type ATTRIBUTE_UNUSED, char *litp ATTRIBUTE_UNUSED,
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c911 split_tree (in, code, conp, litp, minus_litp, negate_p)
914 tree *conp, *litp, *minus_litp;
920 *litp = 0;
927 *litp = in;
944 *litp = op0, op0 = 0;
946 *litp = op1, neg_litp_p = neg1_p, op1 = 0;
964 *minus_litp = *litp, *litp = 0;
977 if (*litp)
978 *minus_litp = *litp, *lit
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dfold-const.c1407 split_tree (tree in, enum tree_code code, tree *conp, tree *litp,
1413 *litp = 0;
1420 *litp = in;
1437 *litp = op0, op0 = 0;
1439 *litp = op1, neg_litp_p = neg1_p, op1 = 0;
1457 *minus_litp = *litp, *litp = 0;
1470 if (*litp)
1471 *minus_litp = *litp, *litp
1397 split_tree(tree in, enum tree_code code, tree *conp, tree *litp, tree *minus_litp, int negate_p) argument
[all...]

Completed in 310 milliseconds