The in, out, and sbi/cbi family of instructions seem to require a custom decoder. I'm not exactly sure why and would prefer to convince TableGen to provide the correct decoders for these, but I can't seem to convince it to do so. They simply disassemble without any operands.
Note: all other instructions also seem to require custom decoders. I decided to break this up into multiple commits to make it easier to review.
Place the early return on a new line for visibility