Implement >>> inline for the JIT backend
authorLars Knoll <lars.knoll@digia.com>
Fri, 11 Oct 2013 21:20:16 +0000 (23:20 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 12 Oct 2013 17:01:11 +0000 (19:01 +0200)
commitdc46921c837c531bc4483f830fcaf59f859604d7
treefd09e72cda06446757a85e3459960aa3c695eeb5
parent41b027c3992483b29940a8cc891ead8d35cec966
Implement >>> inline for the JIT backend

The unsigned right shift operations can use a signed int as input, unifying
the handling with the other shift operations. The only difference now is
in the type of the return value.

Change-Id: Ia9b83568951d1c1c77322d07cd734e2c37d34573
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
src/qml/compiler/qv4isel_masm.cpp
src/qml/compiler/qv4regalloc.cpp
src/qml/compiler/qv4ssa.cpp