diff options
| author | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-03-02 20:39:28 +0000 |
|---|---|---|
| committer | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2015-03-02 20:39:28 +0000 |
| commit | 86e8dcd5e291965c27761633174fd9e65a293136 (patch) | |
| tree | 7252c4e6fb85bfc165df16ea74ca2f16b3f7ef1d /tests/tests2/73_arm64.expect | |
| parent | 883fd365c7e17b6ede1a49835661b2446c752d19 (diff) | |
| download | tinycc-86e8dcd5e291965c27761633174fd9e65a293136.tar.gz tinycc-86e8dcd5e291965c27761633174fd9e65a293136.tar.bz2 | |
arm64: Improve constant generation, with tests.
Diffstat (limited to 'tests/tests2/73_arm64.expect')
| -rw-r--r-- | tests/tests2/73_arm64.expect | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/tests2/73_arm64.expect b/tests/tests2/73_arm64.expect index c084677..00e5529 100644 --- a/tests/tests2/73_arm64.expect +++ b/tests/tests2/73_arm64.expect @@ -121,3 +121,18 @@ f8f8f8f8 7fffc0 3fff80003fff800 7fffffffffe00 +abcd1234 +abcd00001234 +abcd000000001234 +abcd12340000 +abcd000012340000 +abcd123400000000 +ffffffffabcd1234 +ffffabcdffff1234 +abcdffffffff1234 +ffffabcd1234ffff +abcdffff1234ffff +abcd1234ffffffff +ffffef0123456789 +abcdef012345ffff +abcdef0123456789 |
