gem5/src/arch/x86/isa/microops
Gabe Black c4497dbf03 X86: Make the cvti2f microop sign extend its integer source correctly.
The code was using the wrong bit as the sign bit. Other similar bits of code
seem to be correct.
2010-05-12 00:51:35 -07:00
..
base.isa X86: Take limitted advantage of the compilers type checking for microop operands. 2009-07-16 09:29:29 -07:00
debug.isa X86: Autogenerate macroop generateDisassemble function. 2009-01-06 22:55:27 -08:00
fpop.isa X86: Take limitted advantage of the compilers type checking for microop operands. 2009-07-16 09:29:29 -07:00
ldstop.isa X86: Make x86 use PREFETCH instead of PF_EXCLUSIVE. 2009-11-08 22:49:57 -08:00
limmop.isa X86: Implement the lfpimm microop. 2009-08-17 18:17:26 -07:00
mediaop.isa X86: Make the cvti2f microop sign extend its integer source correctly. 2010-05-12 00:51:35 -07:00
microops.isa X86: Set up a media microop framework and create mov2int and mov2fp microops. 2009-08-17 18:15:18 -07:00
regop.isa X86: Actual change that fixes div. How did that happen? 2010-05-12 00:49:12 -07:00
seqop.isa X86: Autogenerate macroop generateDisassemble function. 2009-01-06 22:55:27 -08:00
specop.isa X86: Fix the halt microop. 2009-04-19 02:51:09 -07:00