Searched hist:270 (Results 1 - 11 of 11) sorted by relevance

/gem5/src/arch/alpha/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/arch/power/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/arch/mips/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/arch/sparc/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/arch/x86/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
9376:270c9a75e91f Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> X86: Move address based decode caching in front of the predecoder.
The predecoder in x86 does a lot of work, most of which can be skipped if the
decoder cache is put in front of it.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Ddecoder.cc9376:270c9a75e91f Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> X86: Move address based decode caching in front of the predecoder.
The predecoder in x86 does a lot of work, most of which can be skipped if the
decoder cache is put in front of it.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Disa.cc9376:270c9a75e91f Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> X86: Move address based decode caching in front of the predecoder.
The predecoder in x86 does a lot of work, most of which can be skipped if the
decoder cache is put in front of it.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Disa.hh9376:270c9a75e91f Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> X86: Move address based decode caching in front of the predecoder.
The predecoder in x86 does a lot of work, most of which can be skipped if the
decoder cache is put in front of it.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/arch/arm/
H A Ddecoder.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
/gem5/src/cpu/
H A Dsimple_thread.cc9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.
9478:ba80f7d4f452 Tue Jan 22 01:10:00 EST 2013 Nilay Vaish <nilay@cs.wisc.edu> x86, cpu: corrects 270c9a75e91f, take over decoder on cpu switch
The changes made by the changeset 270c9a75e91f do not work well with switching
of cpus. The problem is that decoder for the old thread context holds state
that is not taken over by the new decoder.

This patch adds a takeOverFrom() function to Decoder class in each ISA. Except
for x86, functions in other ISAs are blank. For x86, the function copies state
from the old decoder to the new decoder.

Completed in 79 milliseconds