As described in this x86 Assembly Guide, x86 Assembly instruction can be divided into the following categories:
Control Flow Instructions, Arithmetic and Logic Instructions and Data Movement Instructions
However, if have not been able to find an actual list of all x86 Instruction categorized in these categories. All I've found are examples, as the ones in the mentioned guide.
Does anyone know where to find such a list?