26 lines · plain
1# RUN: not llvm-mc -triple x86_64 -show-encoding %s 2>&1 | FileCheck %s2 3# CHECK: [[#@LINE+2]]:1: error: instruction length exceeds the limit of 154# CHECK: addq $1234, %cs:-96, %rax5addq $1234, %cs:-96, %rax6 7# CHECK: [[#@LINE+2]]:1: error: instruction length exceeds the limit of 158# CHECK: subq $1234, %fs:257(%rbx, %rcx), %rax9subq $1234, %fs:257(%rbx, %rcx), %rax10 11# CHECK: [[#@LINE+2]]:1: error: instruction length exceeds the limit of 1512# CHECK: orq $1234, 257(%ebx, %ecx), %rax13orq $1234, 257(%ebx, %ecx), %rax14 15# CHECK: [[#@LINE+2]]:1: error: instruction length exceeds the limit of 1516# CHECK: xorq $1234, %gs:257(%ebx), %rax17xorq $1234, %gs:257(%ebx), %rax18 19# CHECK: [[#@LINE+2]]:1: error: instruction length exceeds the limit of 1520# CHECK: {nf} andq $1234, %cs:-9621{nf} andq $1234, %cs:-9622 23# CHECK: [[#@LINE+2]]:1: error: instruction length exceeds the limit of 1524# CHECK: {evex} adcq $1234, %cs:-9625{evex} adcq $1234, %cs:-9626