xref: /aosp_15_r20/external/llvm/test/MC/AArch64/arm64-verbose-vector-case.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -triple arm64 -mattr=crypto -show-encoding < %s | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workerpmull v8.8h, v8.8b, v8.8b
4*9880d681SAndroid Build Coastguard Workerpmull2 v8.8h, v8.16b, v8.16b
5*9880d681SAndroid Build Coastguard Workerpmull v8.1q, v8.1d, v8.1d
6*9880d681SAndroid Build Coastguard Workerpmull2 v8.1q, v8.2d, v8.2d
7*9880d681SAndroid Build Coastguard Worker// CHECK: pmull v8.8h, v8.8b, v8.8b    // encoding: [0x08,0xe1,0x28,0x0e]
8*9880d681SAndroid Build Coastguard Worker// CHECK: pmull2 v8.8h, v8.16b, v8.16b // encoding: [0x08,0xe1,0x28,0x4e]
9*9880d681SAndroid Build Coastguard Worker// CHECK: pmull v8.1q, v8.1d, v8.1d    // encoding: [0x08,0xe1,0xe8,0x0e]
10*9880d681SAndroid Build Coastguard Worker// CHECK: pmull2 v8.1q, v8.2d, v8.2d   // encoding: [0x08,0xe1,0xe8,0x4e]
11*9880d681SAndroid Build Coastguard Worker
12*9880d681SAndroid Build Coastguard Workerpmull v8.8H, v8.8B, v8.8B
13*9880d681SAndroid Build Coastguard Workerpmull2 v8.8H, v8.16B, v8.16B
14*9880d681SAndroid Build Coastguard Workerpmull v8.1Q, v8.1D, v8.1D
15*9880d681SAndroid Build Coastguard Workerpmull2 v8.1Q, v8.2D, v8.2D
16*9880d681SAndroid Build Coastguard Worker// CHECK: pmull v8.8h, v8.8b, v8.8b    // encoding: [0x08,0xe1,0x28,0x0e]
17*9880d681SAndroid Build Coastguard Worker// CHECK: pmull2 v8.8h, v8.16b, v8.16b // encoding: [0x08,0xe1,0x28,0x4e]
18*9880d681SAndroid Build Coastguard Worker// CHECK: pmull v8.1q, v8.1d, v8.1d    // encoding: [0x08,0xe1,0xe8,0x0e]
19*9880d681SAndroid Build Coastguard Worker// CHECK: pmull2 v8.1q, v8.2d, v8.2d   // encoding: [0x08,0xe1,0xe8,0x4e]
20