Status: New
Owner: ----

New issue 817 by m.m.capewell: ARM VFP: small issues in assembler and disassembler
http://code.google.com/p/v8/issues/detail?id=817

A few VFP issues found during code review:

1. Single precision registers are encoded incorrectly in Assembler::vldr(), Assembler::vstr().
2. Literal offsets for vldr and vstr are disassembled incorrectly.
3. VFP support is detected late in V8::Initialize() through CPU::Setup(), preventing VFP being used in early code generation.

I'm working on a patch for 1 and 2.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to