ARM: Add support for the VFP mov literal instruction and mov
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 8 Jul 2010 12:38:02 +0000 (12:38 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 8 Jul 2010 12:38:02 +0000 (12:38 +0000)
commit8c767e02f9fe85dd5093e3705311899797246e01
treeb34041b69afc42dd78848e46d6b99ea09cc004f3
parent068e0bc0326f0feda0608e5ccec031d8acb1d5f9
ARM: Add support for the VFP mov literal instruction and mov
between single VFP registers.  Math.pow implementation has
been updated with the new instructions.  This is a commit
of http://codereview.chromium.org/2813046/show for Rodolph
Perfetta.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5037 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/assembler-arm.cc
src/arm/assembler-arm.h
src/arm/codegen-arm.cc
src/arm/constants-arm.cc
src/arm/constants-arm.h
src/arm/disasm-arm.cc
src/arm/simulator-arm.cc
test/cctest/test-disasm-arm.cc