brintos

brintos / llvm-project-archived public Read only

0
0
Text · 979 B · e37cc53 Raw
30 lines · plain
1# RUN: not llvm-mc -triple x86_64 -show-encoding -x86-asm-syntax=intel -output-asm-variant=1 %s 2>&1 | FileCheck --strict-whitespace %s2 3# CHECK: [[#@LINE+2]]:7: error: Expected { at this point4# CHECK: ccmpe 1 rbx, rax5ccmpe 1 rbx, rax6 7# CHECK: [[#@LINE+2]]:8: error: Expected dfv at this point8# CHECK: ccmpe {sf} rbx, rax9ccmpe {sf} rbx, rax10 11# CHECK: [[#@LINE+2]]:11: error: Expected = at this point12# CHECK: ccmpe {dfv:sf} rbx, rax13ccmpe {dfv:sf} rbx, rax14 15# CHECK: [[#@LINE+2]]:18: error: Expected } or , at this point16# CHECK: ccmpe {dfv=sf,cf rbx, rax17ccmpe {dfv=sf,cf rbx, rax18 19# CHECK: [[#@LINE+2]]:12: error: Invalid conditional flags20# CHECK: ccmpe {dfv=pf} rbx, rax21ccmpe {dfv=pf} rbx, rax22 23# CHECK: [[#@LINE+2]]:19: error: Duplicated conditional flag24# CHECK: ccmpeq {dfv=of,zf,of} rbx, rax25ccmpeq {dfv=of,zf,of} rbx, rax26 27# CHECK: [[#@LINE+2]]:24: error: Expected } at this point28# CHECK: ccmpeq {dfv=of,sf,zf,cf,of} rbx, rax29ccmpeq {dfv=of,sf,zf,cf,of} rbx, rax30