Searched hist:9893 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/isa/insts/x87/data_transfer_and_conversion/
H A Dload_or_store_floating_point.py9893:5924b77fb8fc Mon Sep 30 05:51:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Fix re-entrancy problems in x87 store instructions

X87 store instructions typically loads and pops the top value of the
stack and stores it in memory. The current implementation pops the
stack at the same time as the floating point value is loaded to a
temporary register. This will corrupt the state of the x87 stack if
the store fails. This changeset introduces a pop87 micro-instruction
that pops the stack and uses this instruction in the affected
macro-instructions to pop the stack after storing the value to memory.
/gem5/src/arch/x86/isa/microops/
H A Dfpop.isa9893:5924b77fb8fc Mon Sep 30 05:51:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> x86: Fix re-entrancy problems in x87 store instructions

X87 store instructions typically loads and pops the top value of the
stack and stores it in memory. The current implementation pops the
stack at the same time as the floating point value is loaded to a
temporary register. This will corrupt the state of the x87 stack if
the store fails. This changeset introduces a pop87 micro-instruction
that pops the stack and uses this instruction in the affected
macro-instructions to pop the stack after storing the value to memory.

Completed in 13 milliseconds