xref: /aosp_15_r20/external/llvm/test/MC/Sparc/sparcv8-instructions.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker        ! CHECK: fcmps %f0, %f4           ! encoding: [0x81,0xa8,0x0a,0x24]
4*9880d681SAndroid Build Coastguard Worker        ! CHECK: fcmpd %f0, %f4           ! encoding: [0x81,0xa8,0x0a,0x44]
5*9880d681SAndroid Build Coastguard Worker        ! CHECK: fcmpq %f0, %f4           ! encoding: [0x81,0xa8,0x0a,0x64]
6*9880d681SAndroid Build Coastguard Worker        fcmps %f0, %f4
7*9880d681SAndroid Build Coastguard Worker        fcmpd %f0, %f4
8*9880d681SAndroid Build Coastguard Worker        fcmpq %f0, %f4
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard Worker        ! CHECK: fcmpes %f0, %f4          ! encoding: [0x81,0xa8,0x0a,0xa4]
11*9880d681SAndroid Build Coastguard Worker        ! CHECK: fcmped %f0, %f4          ! encoding: [0x81,0xa8,0x0a,0xc4]
12*9880d681SAndroid Build Coastguard Worker        ! CHECK: fcmpeq %f0, %f4          ! encoding: [0x81,0xa8,0x0a,0xe4]
13*9880d681SAndroid Build Coastguard Worker        fcmpes %f0, %f4
14*9880d681SAndroid Build Coastguard Worker        fcmped %f0, %f4
15*9880d681SAndroid Build Coastguard Worker        fcmpeq %f0, %f4
16