Searched refs:litP (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c651 md_atof (int type, char *litP, int *sizeP) argument
683 md_number_to_chars (litP, (valueT) words[i], 2);
684 litP += 2;
691 md_number_to_chars (litP, (valueT) words[i], 2);
692 litP += 2;
H A Dtc-mep.c1684 of type type, and store the appropriate bytes in *litP. The number
1692 md_atof (int type, char *litP, int *sizeP)
1728 md_number_to_chars (litP, (valueT) words[i],
1730 litP += sizeof (LITTLENUM_TYPE);
1687 md_atof(int type, char *litP, int *sizeP) argument
H A Dtc-spu.c711 type, and store the appropriate bytes in *litP. The number of LITTLENUMS
715 md_atof (int type, char *litP, int *sizeP)
759 md_number_to_chars (litP, (long) (*wordP++), sizeof (LITTLENUM_TYPE));
760 litP += sizeof (LITTLENUM_TYPE);
713 md_atof(int type, char *litP, int *sizeP) argument
H A Dtc-sparc.c2971 md_atof (type, litP, sizeP)
2973 char *litP;
3020 md_number_to_chars (litP, (valueT) words[i],
3022 litP += sizeof (LITTLENUM_TYPE);
3029 md_number_to_chars (litP, (valueT) words[i],
3031 litP += sizeof (LITTLENUM_TYPE);
H A Dtc-arc.c1016 md_atof (int type, char *litP, int *sizeP)
1046 md_number_to_chars (litP, (valueT) (*wordP++), sizeof (LITTLENUM_TYPE));
1047 litP += sizeof (LITTLENUM_TYPE);
1011 md_atof(int type, char *litP, int *sizeP) argument
H A Dtc-alpha.c5042 md_atof (int type, char *litP, int *sizeP)
5057 return vax_md_atof (type, litP, sizeP);
5089 md_number_to_chars (litP, (long) (*wordP--), sizeof (LITTLENUM_TYPE));
5090 litP += sizeof (LITTLENUM_TYPE);
5029 md_atof(int type, char *litP, int *sizeP) argument
H A Dtc-score.c4720 md_atof (int type, char *litP, int *sizeP) argument
4761 md_number_to_chars (litP, (valueT) words[i], 2);
4762 litP += 2;
4769 md_number_to_chars (litP, (valueT) words[i + 1], 2);
4770 md_number_to_chars (litP + 2, (valueT) words[i], 2);
4771 litP += 4;
H A Dtc-i386.c5751 /* Turn the string pointed to by litP into a floating point constant
5757 md_atof (type, litP, sizeP)
5759 char *litP;
5797 md_number_to_chars (litP, (valueT) (*wordP--), sizeof (LITTLENUM_TYPE));
5798 litP += sizeof (LITTLENUM_TYPE);
H A Dtc-mips.c11070 md_atof (int type, char *litP, int *sizeP)
11102 md_number_to_chars (litP, words[i], 2);
11103 litP += 2;
11110 md_number_to_chars (litP, words[i], 2);
11111 litP += 2;
11062 md_atof(int type, char *litP, int *sizeP) argument
H A Dtc-arm.c888 md_atof (int type, char * litP, int * sizeP)
935 md_number_to_chars (litP, (valueT) words[i], 2);
936 litP += 2;
944 md_number_to_chars (litP, (valueT) words[i], 2);
945 litP += 2;
952 md_number_to_chars (litP, (valueT) words[i + 1], 2);
953 md_number_to_chars (litP + 2, (valueT) words[i], 2);
954 litP += 4;
886 md_atof(int type, char * litP, int * sizeP) argument

Completed in 566 milliseconds