brintos

brintos / llvm-project-archived public Read only

0
0
Text · 968 B · e86c234 Raw
35 lines · plain
1# RUN: llvm-mc --disassemble %s -triple=i386 | FileCheck %s --check-prefixes=ATT2# RUN: llvm-mc --disassemble %s -triple=i386 -x86-asm-syntax=intel --output-asm-variant=1 | FileCheck %s --check-prefixes=INTEL3 4# ATT:   vmovd   (%ecx), %xmm55# INTEL: vmovd   xmm5, dword ptr [ecx]60x62 0xf1 0x7e 0x08 0x7e 0x297 8# ATT:   vmovd   %xmm5, (%ecx)9# INTEL: vmovd   dword ptr [ecx], xmm5100x62 0xf1 0x7d 0x08 0xd6 0x2911 12# ATT:   vmovd   %xmm2, %xmm113# INTEL: vmovd   xmm1, xmm2140x62 0xf1 0x7e 0x08 0x7e 0xca15 16# ATT:   vmovd   %xmm2, %xmm117# INTEL: vmovd   xmm1, xmm2180x62 0xf1 0x7d 0x08 0xd6 0xca19 20# ATT:   vmovw   %xmm5, (%ecx)21# INTEL: vmovw   dword ptr [ecx], xmm5220x62 0xf5 0x7e 0x08 0x7e 0x2923 24# ATT:   vmovw   (%ecx), %xmm525# INTEL: vmovw   xmm5, word ptr [ecx]260x62 0xf5 0x7e 0x08 0x6e 0x2927 28# ATT:   vmovw   %xmm2, %xmm129# INTEL: vmovw   xmm1, xmm2300x62 0xf5 0x7e 0x08 0x6e 0xca31 32# ATT:   vmovw   %xmm2, %xmm133# INTEL: vmovw   xmm1, xmm2340x62 0xf5 0x7e 0x08 0x7e 0xca35