1    libdis_test:      c4 e2 78 f5 cb     bzhi   %eax,%ebx,%ecx
2    libdis_test+0x5:  c4 e2 78 f5 0b     bzhi   %eax,(%ebx),%ecx
3    libdis_test+0xa:  c4 e2 63 f6 c8     mulx   %eax,%ebx,%ecx
4    libdis_test+0xf:  c4 e2 63 f6 08     mulx   (%eax),%ebx,%ecx
5    libdis_test+0x14: c4 e2 63 f5 c8     pdep   %eax,%ebx,%ecx
6    libdis_test+0x19: c4 e2 63 f5 08     pdep   (%eax),%ebx,%ecx
7    libdis_test+0x1e: c4 e2 62 f5 c8     pext   %eax,%ebx,%ecx
8    libdis_test+0x23: c4 e2 62 f5 08     pext   (%eax),%ebx,%ecx
9    libdis_test+0x28: c4 e3 7b f0 d8 03  rorx   $0x3,%eax,%ebx
10    libdis_test+0x2e: c4 e3 7b f0 18 03  rorx   $0x3,(%eax),%ebx
11    libdis_test+0x34: c4 e2 7a f7 cb     sarx   %eax,%ebx,%ecx
12    libdis_test+0x39: c4 e2 7a f7 0b     sarx   %eax,(%ebx),%ecx
13    libdis_test+0x3e: c4 e2 79 f7 cb     shlx   %eax,%ebx,%ecx
14    libdis_test+0x43: c4 e2 79 f7 0b     shlx   %eax,(%ebx),%ecx
15    libdis_test+0x48: c4 e2 7b f7 cb     shrx   %eax,%ebx,%ecx
16    libdis_test+0x4d: c4 e2 7b f7 0b     shrx   %eax,(%ebx),%ecx
17