For my own needs, I have to study more deeply the ISA of our favorites CPUs using the Programming Reference Manual, and I felt the need to organise all those data.
I choose a simple format (Tabulation Separated Values) that you may import into office software (Excel, Calc, Google sheet, whatever), in order to be processable via scripting.
This is an ongoing work (I have to study the coprocessor instruction set and the specific mnemonics of the FPU and various MMUs), but all the integer and privileged instruction are ok-ish. Also, I found interesting that most instruction would be better represented with one hexa digit followed by 4 octal digits, exceptions being notably Bcc where full hexa is more appropriate.
https://github.com/sporniket/isa68k-database
By chance, this will be of help to others. Also I am aware that official documentation may have errors, so I gladly welcome any correction proposal

