Add support for AVX512VL versions of AVX512CD instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / jump.s
index b7608255c1ce0593935dd7710683432da7127dce..eec3f0ab6393c70dba010bcf38eab06cf1f1cf8a 100644 (file)
        jmp     word ptr [ebx]
        jmp     dword ptr [ebx]
        jmp     fword ptr [ebx]
+       jmp     $+2
+       nop
+       jecxz   2+$
+       nop
+       jmp     .+2
+       nop
+
+       lcall   0x9090,0x90909090
+       lcall   0x9090:0x90909090
+       lcall   0x9090,xxx
+       lcall   0x9090:xxx
+       call    0x9090,0x90909090
+       call    0x9090:0x90909090
+       call    0x9090,xxx
+       call    0x9090:xxx
+       ljmp    0x9090,0x90909090
+       ljmp    0x9090:0x90909090
+       ljmp    0x9090,xxx
+       ljmp    0x9090:xxx
+       jmp     0x9090,0x90909090
+       jmp     0x9090:0x90909090
+       jmp     0x9090,xxx
+       jmp     0x9090:xxx
This page took 0.025996 seconds and 4 git commands to generate.