ack/mach/vc4/as
George Koehler a434749fd9 Widen valu_t in the assembler to 64 bits.
Most machines had undefined valu_t and redefined it to a different
type.  Edit mach/*/as/mach0.c to remove such redefinitions, so the
next change to valu_t will affect all machines.

Edit mach/proto/as/comm0.h to change valu_t to int64_t, and add
uvalu_t and uint64_t.

Remove int64_t y_valu8 from the yacc %union, now that valu_t y_valu
can hold 64 bits.  Replace y_valu8 with y_valu.  The .data8 pseudo
becomes less special; it now accepts absolute expressions.

This change simplifies the assembler and seems to have no effect on
the assembled output.  Among the files in share/ack/examples, the only
changes are in hilo_bas.* and startrek_c.linuxppc, but those files
seem to change whenever I rebuild them.
2019-10-04 18:58:56 -04:00
..
binary.h Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
mach0.c Widen valu_t in the assembler to 64 bits. 2019-10-04 18:58:56 -04:00
mach1.c Add (largely untested) float/int conversion. 2013-07-01 13:05:36 +01:00
mach2.c Add (largely untested) float/int conversion. 2013-07-01 13:05:36 +01:00
mach3.c Fix several compiler warnings by adding braces 2019-05-14 23:21:19 +08:00
mach4.c Add (largely untested) float/int conversion. 2013-07-01 13:05:36 +01:00
mach5.c Merge. 2015-03-23 00:15:42 +01:00