fix fp subtractions on amd64

The stashing of constants in gas.c was also
changed to support 16-bytes constants.
This commit is contained in:
Quentin Carbonneaux 2017-06-06 18:06:34 -04:00
parent 9908ae067a
commit 64c79edda0
5 changed files with 60 additions and 46 deletions

2
all.h
View file

@ -517,5 +517,5 @@ void rega(Fn *);
extern char *gasloc;
extern char *gassym;
void gasemitdat(Dat *, FILE *);
int gasstashfp(int64_t, int);
int gasstash(void *, int);
void gasemitfin(FILE *);