summaryrefslogtreecommitdiff
path: root/utils/tl
AgeCommit message (Collapse)Author
2023-11-16Added entries to the optab for combinations that occur when compiling bits ↵David Boddie
of a kernel. Split ACMPF handling like the VFP support does in 5l.
2023-11-16Started trying to add missing instructions.David Boddie
2023-11-16Changed an entry in the opcode table to reflect the direction of conversion.David Boddie
Added references to instruction information.
2023-11-16Handled loads and stores using different base registers with slightly ↵David Boddie
different instructions.
2023-11-16Speculatively enable more FP instructions.David Boddie
2023-11-16Worked on converting ARM instructions to Thumb instructions for floating ↵David Boddie
point handling.
2023-11-16Removed unused array entry.David Boddie
2023-11-16Renumbered FP opcodes and imported cases from the arm.c assembler.David Boddie
Added a layer of indirection to float constants to encode them correctly in Thumb instructions.
2023-11-16Prevented change to regular ARM mode.David Boddie
2023-11-16Added FP instructions from the optab.c file.David Boddie
2023-11-16Fixed typo.David Boddie
2021-09-30install tl as tl not 5lCharles Forsyth
2013-06-03sync compilers with Plan 9forsyth
remove 1[acl] 2[acl]