(by rrh) Added three extra data types: GFLOAT, HFLOAT and OCTA
authorBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 15 Feb 1982 08:01:59 +0000 (00:01 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 15 Feb 1982 08:01:59 +0000 (00:01 -0800)
commit0594fe30a637d7819e06c6c7f069e95a335365e9
tree01fbb952f4e5a80e5d29f28562d3c216c7f9b324
parentc2ea4efaa97822863deaac13ce4bf076f5696009
(by rrh) Added three extra data types: GFLOAT, HFLOAT and OCTA
Allowed c2 to optimize instructions manipulating G and H format instructions
just as it can now optimize F and D format instructions.
c22.c now is mostly empty; data for c2 is now stored in as/instrs, to
minimize the duplication that existed formerly.
New data types have ordinal assignments after existing ones;
because of the flakiness of c2, it is not clear what this may break.

SCCS-vsn: old/pcc/c2.vax/c2.h 4.5
SCCS-vsn: old/pcc/c2.vax/c21.c 4.8
SCCS-vsn: old/pcc/c2.vax/c22.c 4.2
usr/src/old/pcc/c2.vax/c2.h
usr/src/old/pcc/c2.vax/c21.c
usr/src/old/pcc/c2.vax/c22.c