Searched hist:511 (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/x86/isa/insts/x87/control/
H A Dsave_and_restore_x87_environment.pydiff 12368:511bd7aa22d1 Tue Dec 05 20:49:00 EST 2017 Gabe Black <gabeblack@google.com> x86: Split apart x87's FSW and TOP, and add a missing break.

The FSW and TOP values are technically part of the same register, but
they have very different behaviors. One of them can be renamed and
float along without affecting global state, while the other requires
serialization. They just need to *look* like the same register when
read by the user.

Also, there was a missing break in setMiscRegNoEffect.

Change-Id: If58de0f566f65068208240f4001209fb9e1826d6
Reviewed-on: https://gem5-review.googlesource.com/6441
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/gpu-compute/
H A Dgpu_exec_context.ccdiff 11714:511b47e9b9bc Mon Nov 21 15:40:00 EST 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: fix segfault when constructing GPUExecContext

the GPUExecContext context currently stores a reference to its parent WF's
GPUISA object, however there are some special instructions that do not have
an associated WF. when these objects are constructed they set their WF pointer
to null, which causes the GPUExecContext to segfault when trying to
dereference
the WF pointer to get at the WF's GPUISA object. here we change the GPUISA
reference in the GPUExecContext class to a pointer so that it may be set to
null.
H A Dgpu_exec_context.hhdiff 11714:511b47e9b9bc Mon Nov 21 15:40:00 EST 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: fix segfault when constructing GPUExecContext

the GPUExecContext context currently stores a reference to its parent WF's
GPUISA object, however there are some special instructions that do not have
an associated WF. when these objects are constructed they set their WF pointer
to null, which causes the GPUExecContext to segfault when trying to
dereference
the WF pointer to get at the WF's GPUISA object. here we change the GPUISA
reference in the GPUExecContext class to a pointer so that it may be set to
null.
/gem5/src/arch/x86/
H A Disa.ccdiff 12368:511bd7aa22d1 Tue Dec 05 20:49:00 EST 2017 Gabe Black <gabeblack@google.com> x86: Split apart x87's FSW and TOP, and add a missing break.

The FSW and TOP values are technically part of the same register, but
they have very different behaviors. One of them can be renamed and
float along without affecting global state, while the other requires
serialization. They just need to *look* like the same register when
read by the user.

Also, there was a missing break in setMiscRegNoEffect.

Change-Id: If58de0f566f65068208240f4001209fb9e1826d6
Reviewed-on: https://gem5-review.googlesource.com/6441
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/base/
H A Dremote_gdb.ccdiff 5105:511fe87ea24c Tue Oct 02 21:23:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> Remote GDB: Get rid of an unwanted delete in SE.

Completed in 32 milliseconds