1*2380c36eSRobert Mustacchi    libdis_test:      c4 e2 60 f2 d0     andn   %eax,%ebx,%edx
2*2380c36eSRobert Mustacchi    libdis_test+0x5:  c4 e2 60 f2 10     andn   (%eax),%ebx,%edx
3*2380c36eSRobert Mustacchi    libdis_test+0xa:  c4 e2 60 f2 50 40  andn   0x40(%eax),%ebx,%edx
4*2380c36eSRobert Mustacchi    libdis_test+0x10: c4 e2 60 f7 d0     bextr  %ebx,%eax,%edx
5*2380c36eSRobert Mustacchi    libdis_test+0x15: c4 e2 60 f7 10     bextr  %ebx,(%eax),%edx
6*2380c36eSRobert Mustacchi    libdis_test+0x1a: c4 e2 60 f7 50 40  bextr  %ebx,0x40(%eax),%edx
7*2380c36eSRobert Mustacchi    libdis_test+0x20: c4 e2 68 f3 d8     blsi   %eax,%edx
8*2380c36eSRobert Mustacchi    libdis_test+0x25: c4 e2 68 f3 18     blsi   (%eax),%edx
9*2380c36eSRobert Mustacchi    libdis_test+0x2a: c4 e2 68 f3 58 40  blsi   0x40(%eax),%edx
10*2380c36eSRobert Mustacchi    libdis_test+0x30: c4 e2 68 f3 d0     blsmsk %eax,%edx
11*2380c36eSRobert Mustacchi    libdis_test+0x35: c4 e2 68 f3 10     blsmsk (%eax),%edx
12*2380c36eSRobert Mustacchi    libdis_test+0x3a: c4 e2 68 f3 50 40  blsmsk 0x40(%eax),%edx
13*2380c36eSRobert Mustacchi    libdis_test+0x40: c4 e2 68 f3 c8     blsr   %eax,%edx
14*2380c36eSRobert Mustacchi    libdis_test+0x45: c4 e2 68 f3 08     blsr   (%eax),%edx
15*2380c36eSRobert Mustacchi    libdis_test+0x4a: c4 e2 68 f3 48 40  blsr   0x40(%eax),%edx
16*2380c36eSRobert Mustacchi    libdis_test+0x50: 66 f3 0f bc d0     tzcnt  %ax,%dx
17*2380c36eSRobert Mustacchi    libdis_test+0x55: 66 f3 0f bc 10     tzcnt  (%eax),%dx
18*2380c36eSRobert Mustacchi    libdis_test+0x5a: 66 f3 0f bc 50 40  tzcnt  0x40(%eax),%dx
19*2380c36eSRobert Mustacchi    libdis_test+0x60: f3 0f bc d0        tzcnt  %eax,%edx
20*2380c36eSRobert Mustacchi    libdis_test+0x64: f3 0f bc 10        tzcnt  (%eax),%edx
21*2380c36eSRobert Mustacchi    libdis_test+0x68: f3 0f bc 50 40     tzcnt  0x40(%eax),%edx
22