diff options
author | buzbee <buzbee@google.com> | 2012-04-11 16:33:36 -0700 |
---|---|---|
committer | buzbee <buzbee@google.com> | 2012-04-11 16:33:36 -0700 |
commit | f3aac973bb944885a1a4779ba04a97faa88b7ed0 (patch) | |
tree | fea6d65da9770addbff35ae610ee6c1d0c397644 /test/003-omnibus-opcodes/expected.txt | |
parent | 933abf8ce64e522b1c45b191b796bf2208a760d9 (diff) | |
download | art-f3aac973bb944885a1a4779ba04a97faa88b7ed0.zip art-f3aac973bb944885a1a4779ba04a97faa88b7ed0.tar.gz art-f3aac973bb944885a1a4779ba04a97faa88b7ed0.tar.bz2 |
Special case division by small constants
Do the standard reciprocal multiply trick for small division
by small constants.
Change-Id: Iad1060ccdc6ffeb7b47d45c29ba741683ad01ab9
Diffstat (limited to 'test/003-omnibus-opcodes/expected.txt')
-rw-r--r-- | test/003-omnibus-opcodes/expected.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/003-omnibus-opcodes/expected.txt b/test/003-omnibus-opcodes/expected.txt index 25ab188..c5e67e5 100644 --- a/test/003-omnibus-opcodes/expected.txt +++ b/test/003-omnibus-opcodes/expected.txt @@ -15,6 +15,7 @@ IntMath.longOperTest IntMath.longOperCheck IntMath.lit16Test IntMath.lit8Test +IntMath.divLiteralTest IntMath.intShiftTest IntMath.intShiftCheck IntMath.longShiftTest |