Searched refs:litp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-s390.c | 1778 md_atof (type, litp, sizep) in md_atof() argument 1780 char *litp; 1811 md_number_to_chars (litp, (valueT) words[i], 2); 1812 litp += 2;
|
| HD | tc-ppc.c | 5235 md_atof (int type, char *litp, int *sizep) in md_atof() argument 5267 md_number_to_chars (litp, (valueT) words[i], 2); in md_atof() 5268 litp += 2; in md_atof() 5275 md_number_to_chars (litp, (valueT) words[i], 2); in md_atof() 5276 litp += 2; in md_atof()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | fold-const.c | 1397 split_tree (tree in, enum tree_code code, tree *conp, tree *litp, in split_tree() argument 1403 *litp = 0; in split_tree() 1410 *litp = in; in split_tree() 1427 *litp = op0, op0 = 0; in split_tree() 1429 *litp = op1, neg_litp_p = neg1_p, op1 = 0; in split_tree() 1447 *minus_litp = *litp, *litp = 0; in split_tree() 1460 if (*litp) in split_tree() 1461 *minus_litp = *litp, *litp = 0; in split_tree() 1463 *litp = *minus_litp, *minus_litp = 0; in split_tree()
|