16 lines · plain
1! RUN: llvm-mc %s -triple=sparc -show-encoding | FileCheck %s2 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, %f47 fcmpd %f0, %f48 fcmpq %f0, %f49 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, %f414 fcmped %f0, %f415 fcmpeq %f0, %f416