30 lines · plain
1# RUN: not llvm-mc -triple x86_64 -show-encoding %s 2>&1 | FileCheck --strict-whitespace %s2 3# CHECK: [[#@LINE+2]]:8: error: Expected { at this point4# CHECK: ccmpeq $1 %rax, %rbx5ccmpeq $1 %rax, %rbx6 7# CHECK: [[#@LINE+2]]:9: error: Expected dfv at this point8# CHECK: ccmpeq {sf} %rax, %rbx9ccmpeq {sf} %rax, %rbx10 11# CHECK: [[#@LINE+2]]:12: error: Expected = at this point12# CHECK: ccmpeq {dfv:sf} %rax, %rbx13ccmpeq {dfv:sf} %rax, %rbx14 15# CHECK: [[#@LINE+2]]:18: error: Expected } or , at this point16# CHECK: ccmpeq {dfv=sf,cf%rax, %rbx17ccmpeq {dfv=sf,cf%rax, %rbx18 19# CHECK: [[#@LINE+2]]:13: error: Invalid conditional flags20# CHECK: ccmpeq {dfv=pf} %rax, %rbx21ccmpeq {dfv=pf} %rax, %rbx22 23# CHECK: [[#@LINE+2]]:19: error: Duplicated conditional flag24# CHECK: ccmpeq {dfv=of,zf,of} %rax, %rbx25ccmpeq {dfv=of,zf,of} %rax, %rbx26 27# CHECK: [[#@LINE+2]]:24: error: Expected } at this point28# CHECK: ccmpeq {dfv=of,sf,zf,cf,of} %rax, %rbx29ccmpeq {dfv=of,sf,zf,cf,of} %rax, %rbx30