OSDN Git Service

Fix skip_unimplemented for filetype=obj in ARM.
authorKarl Schimpf <kschimpf@google.com>
Tue, 2 Feb 2016 18:17:01 +0000 (10:17 -0800)
committerKarl Schimpf <kschimpf@google.com>
Tue, 2 Feb 2016 18:17:01 +0000 (10:17 -0800)
commit82975ba6fc68c16f10bb437d95d9c0d1859b141e
tree812910e30d5992ed3edc88e30e8dfda030f2f773
parentee1aae820b08055583e6c9be7a3118d1e975a45d
Fix skip_unimplemented for filetype=obj in ARM.

Fixes generation of emit text fixup code in integrated ARM assembler to
properly reset the text fixup flag when skipping unimplemented
instructions.

Also fixes broken assertion for the "vmul" instruction.

BUG=None
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/1656023002 .
src/IceAssembler.cpp
src/IceAssembler.h
src/IceInstARM32.cpp