xref: /illumos-gate/usr/src/test/util-tests/tests/dis/i386/64.movbe.out (revision e34d8872f4a713d904a4b34fb081060d1a7eba62)
1    libdis_test:      66 0f 38 f1 03     movbew %ax,(%rbx)
2    libdis_test+0x5:  0f 38 f1 03        movbel %eax,(%rbx)
3    libdis_test+0x9:  48 0f 38 f1 03     movbeq %rax,(%rbx)
4    libdis_test+0xe:  66 0f 38 f0 18     movbew (%rax),%bx
5    libdis_test+0x13: 0f 38 f0 18        movbel (%rax),%ebx
6    libdis_test+0x17: 48 0f 38 f0 18     movbeq (%rax),%rbx
7