|
77 | 77 | ; RUN: llc -mtriple=riscv32 -mattr=+xcvmem %s -o - | FileCheck --check-prefix=RV32XCVMEM %s
|
78 | 78 | ; RUN: llc -mtriple=riscv32 -mattr=+xcvsimd %s -o - | FileCheck --check-prefix=RV32XCVSIMD %s
|
79 | 79 | ; RUN: llc -mtriple=riscv32 -mattr=+xcvbi %s -o - | FileCheck --check-prefix=RV32XCVBI %s
|
80 |
| -; RUN: llc -mtriple=riscv32 -mattr=+xsfvfwmaccqqq %s -o - | FileCheck --check-prefix=RV32XSFVFWMACCQQQ %s |
81 | 80 | ; RUN: llc -mtriple=riscv32 -mattr=+xtheadcmo %s -o - | FileCheck --check-prefix=RV32XTHEADCMO %s
|
82 | 81 | ; RUN: llc -mtriple=riscv32 -mattr=+xtheadcondmov %s -o - | FileCheck --check-prefix=RV32XTHEADCONDMOV %s
|
83 | 82 | ; RUN: llc -mtriple=riscv32 -mattr=+xtheadfmemidx %s -o - | FileCheck --check-prefix=RV32XTHEADFMEMIDX %s
|
|
251 | 250 | ; RUN: llc -mtriple=riscv64 -mattr=+svvptc %s -o - | FileCheck --check-prefixes=CHECK,RV64SVVPTC %s
|
252 | 251 | ; RUN: llc -mtriple=riscv64 -mattr=+svinval %s -o - | FileCheck --check-prefixes=CHECK,RV64SVINVAL %s
|
253 | 252 | ; RUN: llc -mtriple=riscv64 -mattr=+xventanacondops %s -o - | FileCheck --check-prefixes=CHECK,RV64XVENTANACONDOPS %s
|
254 |
| -; RUN: llc -mtriple=riscv64 -mattr=+xsfvfwmaccqqq %s -o - | FileCheck --check-prefix=RV64XSFVFWMACCQQQ %s |
255 | 253 | ; RUN: llc -mtriple=riscv64 -mattr=+xtheadba %s -o - | FileCheck --check-prefixes=CHECK,RV64XTHEADBA %s
|
256 | 254 | ; RUN: llc -mtriple=riscv64 -mattr=+xtheadbb %s -o - | FileCheck --check-prefixes=CHECK,RV64XTHEADBB %s
|
257 | 255 | ; RUN: llc -mtriple=riscv64 -mattr=+xtheadbs %s -o - | FileCheck --check-prefixes=CHECK,RV64XTHEADBS %s
|
|
437 | 435 | ; RV32XCVMEM: .attribute 5, "rv32i2p1_xcvmem1p0"
|
438 | 436 | ; RV32XCVSIMD: .attribute 5, "rv32i2p1_xcvsimd1p0"
|
439 | 437 | ; RV32XCVBI: .attribute 5, "rv32i2p1_xcvbi1p0"
|
440 |
| -; RV32XSFVFWMACCQQQ: .attribute 5, "rv32i2p1_f2p2_zicsr2p0_zve32f1p0_zve32x1p0_zvfbfmin1p0_zvl128b1p0_zvl32b1p0_zvl64b1p0_xsfvfwmaccqqq1p0" |
441 | 438 | ; RV32XTHEADCMO: .attribute 5, "rv32i2p1_xtheadcmo1p0"
|
442 | 439 | ; RV32XTHEADCONDMOV: .attribute 5, "rv32i2p1_xtheadcondmov1p0"
|
443 | 440 | ; RV32XTHEADFMEMIDX: .attribute 5, "rv32i2p1_xtheadfmemidx1p0"
|
|
613 | 610 | ; RV64SVVPTC: .attribute 5, "rv64i2p1_svvptc1p0"
|
614 | 611 | ; RV64SVINVAL: .attribute 5, "rv64i2p1_svinval1p0"
|
615 | 612 | ; RV64XVENTANACONDOPS: .attribute 5, "rv64i2p1_xventanacondops1p0"
|
616 |
| -; RV64XSFVFWMACCQQQ: .attribute 5, "rv64i2p1_f2p2_zicsr2p0_zve32f1p0_zve32x1p0_zvfbfmin1p0_zvl128b1p0_zvl32b1p0_zvl64b1p0_xsfvfwmaccqqq1p0" |
617 | 613 | ; RV64XTHEADBA: .attribute 5, "rv64i2p1_xtheadba1p0"
|
618 | 614 | ; RV64XTHEADBB: .attribute 5, "rv64i2p1_xtheadbb1p0"
|
619 | 615 | ; RV64XTHEADBS: .attribute 5, "rv64i2p1_xtheadbs1p0"
|
|
0 commit comments