brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.4 KiB · 8eafb24 Raw
32 lines · plain
1# RUN: not llvm-mc  %s -triple=mips -mcpu=mips32 -show-encoding 2> %t12# RUN: FileCheck %s < %t13# RUN: not llvm-mc  %s -triple=mips -mcpu=mips32r2 -show-encoding 2> %t14# RUN: FileCheck %s < %t15# RUN: not llvm-mc  %s -triple=mips -mcpu=mips32r3 -show-encoding 2> %t16# RUN: FileCheck %s < %t17# RUN: not llvm-mc  %s -triple=mips -mcpu=mips32r5 -show-encoding 2> %t18# RUN: FileCheck %s < %t19# RUN: not llvm-mc  %s -triple=mips -mcpu=mips32r6 -show-encoding 2> %t110# RUN: FileCheck %s < %t111 12  .text13foo:14 15  drol $4,$516# CHECK:        [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled17  drol $4,$5,$618# CHECK:        [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled19  drol $4,020# CHECK:        [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled21  drol $4,$5,022# CHECK:        [[@LINE-1]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled23 24  dror $4,$525# CHECK:        [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled26  dror $4,$5,$627# CHECK:        [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled28  dror $4,029# CHECK:        [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled30  dror $4,$5,031# CHECK:        [[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled32