brintos

brintos / llvm-project-archived public Read only

0
0
Text · 835 B · ee839f3 Raw
26 lines · plain
1# RUN: llvm-mc -triple x86_64 -show-encoding %s | FileCheck %s2 3# CHECK: ccmpew  {dfv=}  $123, %ax4# CHECK: encoding: [0x62,0xf4,0x05,0x04,0x83,0xf8,0x7b]5         ccmpew {dfv=} $123, %ax6 7# CHECK: ccmpel  {dfv=}  $123, %eax8# CHECK: encoding: [0x62,0xf4,0x04,0x04,0x83,0xf8,0x7b]9         ccmpel {dfv=} $123, %eax10 11# CHECK: ccmpeq  {dfv=}  $123, %rax12# CHECK: encoding: [0x62,0xf4,0x84,0x04,0x83,0xf8,0x7b]13         ccmpeq {dfv=} $123, %rax14 15# CHECK: ccmpew  {dfv=}  $123, (%rdx)16# CHECK: encoding: [0x62,0xf4,0x05,0x04,0x83,0x3a,0x7b]17         ccmpew {dfv=} $123, (%rdx)18 19# CHECK: ccmpel  {dfv=}  $123, (%rdx)20# CHECK: encoding: [0x62,0xf4,0x04,0x04,0x83,0x3a,0x7b]21         ccmpel {dfv=} $123, (%rdx)22 23# CHECK: ccmpeq  {dfv=}  $123, (%rdx)24# CHECK: encoding: [0x62,0xf4,0x84,0x04,0x83,0x3a,0x7b]25         ccmpeq {dfv=} $123, (%rdx)26