brintos

brintos / llvm-project-archived public Read only

0
0
Text · 996 B · 36ddd75 Raw
35 lines · plain
1# RUN: llvm-mc --disassemble %s -triple=x86_64 | FileCheck %s --check-prefixes=ATT2# RUN: llvm-mc --disassemble %s -triple=x86_64 -x86-asm-syntax=intel --output-asm-variant=1 | FileCheck %s --check-prefixes=INTEL3 4# ATT:   vmovd   (%rcx), %xmm295# INTEL: vmovd   xmm29, dword ptr [rcx]60x62 0x61 0x7e 0x08 0x7e 0x297 8# ATT:   vmovd   %xmm29, (%rcx)9# INTEL: vmovd   dword ptr [rcx], xmm29100x62 0x61 0x7d 0x08 0xd6 0x2911 12# ATT:   vmovd   %xmm22, %xmm2113# INTEL: vmovd   xmm21, xmm22140x62 0xa1 0x7e 0x08 0x7e 0xee15 16# ATT:   vmovd   %xmm22, %xmm2117# INTEL: vmovd   xmm21, xmm22180x62 0xa1 0x7d 0x08 0xd6 0xee19 20# ATT:   vmovw   %xmm29, (%rcx)21# INTEL: vmovw   dword ptr [rcx], xmm29220x62 0x65 0x7e 0x08 0x7e 0x2923 24# ATT:   vmovw   (%rcx), %xmm2925# INTEL: vmovw   xmm29, word ptr [rcx]260x62 0x65 0x7e 0x08 0x6e 0x2927 28# ATT:   vmovw   %xmm22, %xmm2129# INTEL: vmovw   xmm21, xmm22300x62 0xa5 0x7e 0x08 0x6e 0xee31 32# ATT:   vmovw   %xmm22, %xmm2133# INTEL: vmovw   xmm21, xmm22340x62 0xa5 0x7e 0x08 0x7e 0xee35