diff options
| author | Bradley Smith <bradley.smith@arm.com> | 2014-04-09 14:43:40 +0000 |
|---|---|---|
| committer | Bradley Smith <bradley.smith@arm.com> | 2014-04-09 14:43:40 +0000 |
| commit | 5511f08055d2311cd217a10584d9eaae8a585803 (patch) | |
| tree | aff1d0d597ca71fe57d800cf4128ae41f8914434 /llvm/test | |
| parent | eb4ca04db2b8b57d593a5f768cfbba37d370949e (diff) | |
| download | bcm5719-llvm-5511f08055d2311cd217a10584d9eaae8a585803.tar.gz bcm5719-llvm-5511f08055d2311cd217a10584d9eaae8a585803.zip | |
[ARM64] Add a PostEncoderMethod to FCMP - the Rm field should canonically be zero but should be decoded/disassembled with any value.
llvm-svn: 205883
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/Disassembler/ARM64/canonical-form.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/ARM64/canonical-form.txt b/llvm/test/MC/Disassembler/ARM64/canonical-form.txt index ccc93e6e956..3172fd2521f 100644 --- a/llvm/test/MC/Disassembler/ARM64/canonical-form.txt +++ b/llvm/test/MC/Disassembler/ARM64/canonical-form.txt @@ -7,3 +7,7 @@ 0x00 0x00 0x40 0x9b # CHECK: smulh x0, x0, x0 + +0x08 0x20 0x21 0x1e + +# CHECK: fcmp s0, #0.0 |

