X86: Add a square root microop and the SSE sqrt instruction.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 6 Sep 2007 23:18:34 +0000 (16:18 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 6 Sep 2007 23:18:34 +0000 (16:18 -0700)
commit389abade01f44ce7204776c0d71f89c8d3177d9d
tree8ce232e25289338e6c404ad80c6f02ef319ae76c
parent4478487c372ac79fb98b85f3710ab3c101c82a00
X86: Add a square root microop and the SSE sqrt instruction.

--HG--
extra : convert_revision : ddc6e7e95111189d43f75bf84cd3d82433d982b3
src/arch/x86/isa/decoder/two_byte_opcodes.isa
src/arch/x86/isa/insts/sse/__init__.py
src/arch/x86/isa/insts/sse/square_root.py [new file with mode: 0644]
src/arch/x86/isa/microops/regop.isa