aboutsummaryrefslogtreecommitdiffstats
path: root/opcode.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-08cmp: add signed/unsigned to opcode tableLuc Van Oostenryck1-1/+2
2018-08-26opcode: add OPF_TARGETLuc Van Oostenryck1-1/+2
2018-08-26opcode: add arity infoLuc Van Oostenryck1-1/+2
2018-08-26opcode: centralize opcode definitionLuc Van Oostenryck1-36/+11
2018-02-20no need for signed & unsigned multiplicationLuc Van Oostenryck1-2/+1
2017-11-18add support of floating-point specific arithmetic opsLuc Van Oostenryck1-0/+8
2017-11-18fix support of floating-point compareLuc Van Oostenryck1-10/+28
2017-11-16canonicalize compare instructionsLuc Van Oostenryck1-10/+10
2017-11-16add table to "negate" some opcodeLuc Van Oostenryck1-0/+36