Avoid register width mismatches when generating vasm
commitd25b2bea4dc40dc13ad2407ba11826714c2048e5
authorMax Wang <mwang@fb.com>
Fri, 11 Mar 2016 05:59:17 +0000 (10 21:59 -0800)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Fri, 11 Mar 2016 06:00:33 +0000 (10 22:00 -0800)
tree5ddfe02550a859c34c54253b936eb32ae4678041
parent53624af9e4ac4703ff54175510ddd9b5dfc53309
Avoid register width mismatches when generating vasm

Summary: Detected by the width checking pass.

Reviewed By: swtaarrs

Differential Revision: D3005229

fb-gh-sync-id: 4df4ef487ab02ba3954dfcc432577ee200ada917
shipit-source-id: 4df4ef487ab02ba3954dfcc432577ee200ada917
hphp/runtime/vm/jit/code-gen-helpers.cpp
hphp/runtime/vm/jit/code-gen-x64.cpp
hphp/runtime/vm/jit/unique-stubs.cpp
hphp/runtime/vm/jit/vasm-dead.cpp
hphp/runtime/vm/jit/vasm-instr.h
hphp/runtime/vm/jit/vasm-x64.cpp
hphp/util/asm-x64.h