[AMDGPU] Add commute for some VOP3 inst (#121326)
[llvm-project.git] / llvm / test / MC / AArch64 / armv9.6a-ras.s
blob80fcb6b59f69abb181bd1cc19551e99087558481
1 // RUN: not llvm-mc -triple aarch64 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix NO-POPS
2 // RUN: llvm-mc -triple aarch64 -mattr=+pops -show-encoding < %s 2>&1 | FileCheck %s --check-prefix HAS-POPS
4 dc CIGDVAPS, x3
5 dc CIVAPS, x3
6 // NO-POPS: error: DC CIGDVAPS requires: pops
7 // NO-POPS: error: DC CIVAPS requires: pops
9 # HAS-POPS: dc cigdvaps, x3 // encoding: [0xa3,0x7f,0x08,0xd5]
10 # HAS-POPS-NEXT: dc civaps, x3 // encoding: [0x23,0x7f,0x08,0xd5]