commit | fb53ee4716b9121fbf684d84c321009cbb80ec6f | [log] [tgz] |
---|---|---|
author | Serban Constantinescu <serban.constantinescu@arm.com> | Thu Dec 19 13:33:29 2013 +0000 |
committer | David Butcher <david.butcher@arm.com> | Thu Dec 19 18:31:50 2013 +0000 |
tree | 7e8412ed8b64748bbd7707d894b535189075a94e | |
parent | 55d361a53e77d6f90a4f73c040811a23ef864341 [diff] |
Dalvik: Add sdiv support in the interpreter This patch adds hardware divide support in the interpreter side of dalvik. This operation is supported on new armv7 cpus such as A15 or A7. Opcodes added: OP_DIV_INT OP_DIV_INT_2ADDR OP_DIV_INT_LIT16 OP_DIV_INT_LIT8 OP_REM_INT OP_REM_INT_2ADDR OP_REM_INT_LIT16 OP_REM_INT_LIT8 Change-Id: Ib1ec5856d957feadd90807fe53ec34cc0e1fd4a2 Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>