xref: /aosp_15_r20/external/llvm/test/MC/PowerPC/deprecated-p7.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc -triple powerpc64-unknown-linux-gnu -mcpu=pwr7 -show-encoding < %s 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc -triple powerpc64le-unknown-linux-gnu -mcpu=pwr7 -show-encoding < %s 2>&1 | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc -triple powerpc-unknown-linux-gnu -mcpu=601 -show-encoding < %s 2>&1 | FileCheck -check-prefix=CHECK-OLD %s
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker         mftb 3
6*9880d681SAndroid Build Coastguard Worker# CHECK-NOT: warning: deprecated
7*9880d681SAndroid Build Coastguard Worker# CHECK: mfspr 3, 268
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker# CHECK-OLD-NOT: warning: deprecated
10*9880d681SAndroid Build Coastguard Worker# CHECK-OLD: mftb 3
11*9880d681SAndroid Build Coastguard Worker
12*9880d681SAndroid Build Coastguard Worker# FIXME: Test dst and friends once we can parse them.
13*9880d681SAndroid Build Coastguard Worker
14