X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fi386%2Fx86-64-nops.s;fp=gas%2Ftestsuite%2Fgas%2Fi386%2Fx86-64-nops.s;h=961f3d48020c1a6f22e1c180b525329d4f800db1;hp=2268e7f57699936f09229c23c42c125093bc46e3;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/gas/testsuite/gas/i386/x86-64-nops.s b/gas/testsuite/gas/i386/x86-64-nops.s index 2268e7f..961f3d4 100644 --- a/gas/testsuite/gas/i386/x86-64-nops.s +++ b/gas/testsuite/gas/i386/x86-64-nops.s @@ -9,6 +9,49 @@ .byte 0x66, 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0 .byte 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0 + # reg,reg + .byte 0x0f, 0x19, 0xff + .byte 0x0f, 0x1a, 0xff + .byte 0x0f, 0x1b, 0xff + .byte 0x0f, 0x1c, 0xff + .byte 0x0f, 0x1d, 0xff + .byte 0x0f, 0x1e, 0xff + .byte 0x0f, 0x1f, 0xff + + # with base and imm8 + .byte 0x0f, 0x19, 0x5A, 0x22 + .byte 0x0f, 0x1a, 0x5A, 0x22 + .byte 0x0f, 0x1b, 0x5A, 0x22 + .byte 0x0f, 0x1c, 0x5A, 0x22 + .byte 0x0f, 0x1d, 0x5A, 0x22 + .byte 0x0f, 0x1e, 0x5A, 0x22 + .byte 0x0f, 0x1f, 0x5A, 0x22 + + # with sib and imm32 + .byte 0x0f, 0x19, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44 + .byte 0x0f, 0x1a, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44 + .byte 0x0f, 0x1b, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44 + .byte 0x0f, 0x1c, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44 + .byte 0x0f, 0x1d, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44 + .byte 0x0f, 0x1e, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44 + .byte 0x0f, 0x1f, 0x9C, 0x1D, 0x11, 0x22, 0x33, 0x44 + + .byte 0x0f, 0x19, 0x04, 0x60 + .byte 0x0f, 0x1a, 0x04, 0x60 + .byte 0x0f, 0x1b, 0x04, 0x60 + .byte 0x0f, 0x1c, 0x04, 0x60 + .byte 0x0f, 0x1d, 0x04, 0x60 + .byte 0x0f, 0x1e, 0x04, 0x60 + .byte 0x0f, 0x1f, 0x04, 0x60 + + .byte 0x0f, 0x19, 0x04, 0x59 + .byte 0x0f, 0x1a, 0x04, 0x59 + .byte 0x0f, 0x1b, 0x04, 0x59 + .byte 0x0f, 0x1c, 0x04, 0x59 + .byte 0x0f, 0x1d, 0x04, 0x59 + .byte 0x0f, 0x1e, 0x04, 0x59 + .byte 0x0f, 0x1f, 0x04, 0x59 + nop (%rax) nop %rax nop %eax @@ -29,5 +72,3 @@ nopq %r10 nopl %r10d nopw %r10w - - .p2align 4