diff options
Diffstat (limited to 'llvm/test/MC/Sparc/sparcv8-instructions.s')
| -rw-r--r-- | llvm/test/MC/Sparc/sparcv8-instructions.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/MC/Sparc/sparcv8-instructions.s b/llvm/test/MC/Sparc/sparcv8-instructions.s index 27b32976f37..9071b45740c 100644 --- a/llvm/test/MC/Sparc/sparcv8-instructions.s +++ b/llvm/test/MC/Sparc/sparcv8-instructions.s @@ -6,3 +6,10 @@ fcmps %f0, %f4 fcmpd %f0, %f4 fcmpq %f0, %f4 + + ! CHECK: fcmpes %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xa4] + ! CHECK: fcmped %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xc4] + ! CHECK: fcmpeq %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0xe4] + fcmpes %f0, %f4 + fcmped %f0, %f4 + fcmpeq %f0, %f4 |

