[Sparc] Add support for parsing fcmp with %fcc registers.
[oota-llvm.git] / test / MC / Sparc / sparcv8-instructions.s
1 ! RUN: llvm-mc %s -arch=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