xref: /llvm-project/llvm/test/MC/X86/apx/jmpabs-intel.s (revision 42d484082cd190400e0e493a8d679762ce0efbba)
1# RUN: llvm-mc -triple x86_64 -show-encoding -x86-asm-syntax=intel -output-asm-variant=1 %s | FileCheck %s
2
3# CHECK: jmpabs	1
4# CHECK: encoding: [0xd5,0x00,0xa1,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00]
5         jmpabs	1
6# CHECK: jmpabs	72623859790382856
7# CHECK: encoding: [0xd5,0x00,0xa1,0x08,0x07,0x06,0x05,0x04,0x03,0x02,0x01]
8         jmpabs	72623859790382856
9