Home | History | Annotate | Download | only in Sparc
      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
      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