brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.8 KiB · be70426 Raw
26 lines · plain
1# RUN: not llvm-mc -triple riscv32 -mattr=+xtheadcmo < %s 2>&1 | FileCheck %s2# RUN: not llvm-mc -triple riscv64 -mattr=+xtheadcmo < %s 2>&1 | FileCheck %s3 4th.dcache.csw # CHECK: :[[@LINE]]:1: error: too few operands for instruction5th.dcache.isw # CHECK: :[[@LINE]]:1: error: too few operands for instruction6th.dcache.cisw # CHECK: :[[@LINE]]:1: error: too few operands for instruction7th.dcache.cval1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction8th.dcache.cva # CHECK: :[[@LINE]]:1: error: too few operands for instruction9th.dcache.iva # CHECK: :[[@LINE]]:1: error: too few operands for instruction10th.dcache.civa # CHECK: :[[@LINE]]:1: error: too few operands for instruction11th.dcache.cpal1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction12th.dcache.cpa # CHECK: :[[@LINE]]:1: error: too few operands for instruction13th.dcache.ipa # CHECK: :[[@LINE]]:1: error: too few operands for instruction14th.dcache.cipa # CHECK: :[[@LINE]]:1: error: too few operands for instruction15th.icache.iva # CHECK: :[[@LINE]]:1: error: too few operands for instruction16th.icache.ipa # CHECK: :[[@LINE]]:1: error: too few operands for instruction17 18th.dcache.call t0 # CHECK: :[[@LINE]]:16: error: invalid operand for instruction19th.dcache.iall t0 # CHECK: :[[@LINE]]:16: error: invalid operand for instruction20th.dcache.ciall t0 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction21th.icache.iall t0 # CHECK: :[[@LINE]]:16: error: invalid operand for instruction22th.icache.ialls t0 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction23th.l2cache.call t0 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction24th.l2cache.iall t0 # CHECK: :[[@LINE]]:17: error: invalid operand for instruction25th.l2cache.ciall t0 # CHECK: :[[@LINE]]:18: error: invalid operand for instruction26