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