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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-s390.c1773 of type type, and store the appropriate bytes in *litp. The number
1778 md_atof (type, litp, sizep)
1780 char *litp;
1811 md_number_to_chars (litp, (valueT) words[i], 2);
1812 litp += 2;
H A Dtc-ppc.c5205 md_atof (int type, char *litp, int *sizep)
5237 md_number_to_chars (litp, (valueT) words[i], 2);
5238 litp += 2;
5245 md_number_to_chars (litp, (valueT) words[i], 2);
5246 litp += 2;
5187 md_atof(int type, char *litp, int *sizep) argument
/freebsd-9.3-release/contrib/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 111 milliseconds