The leftmost column is the opcode, the actual bytecode that the cpu needs
2nd column tells you the types of operands that this "variant" can handle. (r for register, m for memory, followed by the bitwidth)
3rd column tells you if the instruction works in 64b mode, not important.
4th tells you if it works in legacy mode 32/16b
5th is description, duh