[masm] Implement inline multiplication
authorSimon Hausmann <simon.hausmann@digia.com>
Tue, 4 Dec 2012 19:06:26 +0000 (20:06 +0100)
committerLars Knoll <lars.knoll@digia.com>
Tue, 4 Dec 2012 22:03:50 +0000 (23:03 +0100)
commit8a6402d494131242f80e1464f3f628cd770bea45
tree9dfbe45099d229378c357fae54fdfe44a5451e0f
parentcde1dd670a49bc37809e8100bef1b7c711779a31
[masm] Implement inline multiplication

Unfortunately this requires an extra entry in the info for the binary
op, because we can't do mul(imm, reg) only mul(imm, reg, reg).

Change-Id: I75beb3cb08ff24421483e824afaa9703befa488a
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qv4isel_masm.cpp