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

/macosx-10.9.5/cctools-845/as/
H A Dmd.h104 * point constant of type type, and store the appropriate bytes in *litP.
110 char *litP,
H A Dsparc.c1052 type, and store the appropriate bytes in *litP. The number of LITTLENUMS
1060 md_atof (type, litP, sizeP)
1062 char *litP;
1107 md_number_to_chars (litP, (valueT) (*wordP++), sizeof (LITTLENUM_TYPE));
1108 litP += sizeof (LITTLENUM_TYPE);
H A Di860.c892 type, and store the appropriate bytes in *litP. The number of LITTLENUMS
898 char *litP,
944 md_number_to_chars(litP,(int32_t)(*wordP++),sizeof(LITTLENUM_TYPE));
945 litP+=sizeof(LITTLENUM_TYPE);
896 md_atof( int type, char *litP, int *sizeP) argument
H A Dhppa.c1398 type, and store the appropriate bytes in *litP. The number of LITTLENUMS
1408 char *litP,
1452 md_number_to_chars(litP,(int32_t)(*wordP++),sizeof(LITTLENUM_TYPE));
1453 litP+=sizeof(LITTLENUM_TYPE);
1406 md_atof( int type, char *litP, int *sizeP) argument
H A Dm88k.c1593 type, and store the appropriate bytes in *litP. The number of LITTLENUMS
1599 char *litP,
1643 md_number_to_chars(litP,(int32_t)(*wordP++),sizeof(LITTLENUM_TYPE));
1644 litP+=sizeof(LITTLENUM_TYPE);
1597 md_atof( int type, char *litP, int *sizeP) argument
H A Dppc.c2388 * point constant of type type, and store the appropriate bytes in *litP.
2397 char *litP,
2430 md_number_to_chars(litP, (int32_t)(*wordP++), sizeof(LITTLENUM_TYPE));
2431 litP += sizeof(LITTLENUM_TYPE);
2395 md_atof( int type, char *litP, int *sizeP) argument
H A Dm68k.c3084 type, and store the appropriate bytes in *litP. The number of LITTLENUMS
3090 char *litP,
3133 md_number_to_chars(litP,(int32_t)(*wordP++),sizeof(LITTLENUM_TYPE));
3134 litP+=sizeof(LITTLENUM_TYPE);
3087 md_atof( int type, char *litP, int *sizeP) argument
H A Di386.c5640 /* Turn the string pointed to by litP into a floating point constant
5646 md_atof (type, litP, sizeP)
5648 char *litP;
5686 md_number_to_chars (litP, (valueT) (*wordP--), sizeof (LITTLENUM_TYPE));
5687 litP += sizeof (LITTLENUM_TYPE);
H A Darm.c875 md_atof (int type, char * litP, int * sizeP)
922 md_number_to_chars (litP, (valueT) words[i], 2);
923 litP += 2;
931 md_number_to_chars (litP, (valueT) words[i], 2);
932 litP += 2;
939 md_number_to_chars (litP, (valueT) words[i + 1], 2);
940 md_number_to_chars (litP + 2, (valueT) words[i], 2);
941 litP += 4;
874 md_atof(int type, char * litP, int * sizeP) argument

Completed in 277 milliseconds