gem5/src/arch/x86/isa/microops
Nilay Vaish ee06fed656 x86: change divide-by-zero fault to divide-error
Same exception is raised whether division with zero is performed or the
quotient is greater than the maximum value that the provided space can hold.
Divide-by-Zero is the AMD terminology, while Divide-Error is Intel's.
2015-04-29 22:35:22 -05:00
..
base.isa GCC: Get everything working with gcc 4.6.1. 2011-10-31 01:09:44 -07:00
debug.isa arch: Use shared_ptr for all Faults 2014-10-16 05:49:51 -04:00
fpop.isa x86: set op class of two fp instructions 2014-09-01 16:55:49 -05:00
ldstop.isa mem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW 2015-03-23 16:14:20 -07:00
limmop.isa arch: teach ISA parser how to split code across files 2014-05-09 18:58:47 -04:00
mediaop.isa arch: teach ISA parser how to split code across files 2014-05-09 18:58:47 -04:00
microops.isa copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
regop.isa x86: change divide-by-zero fault to divide-error 2015-04-29 22:35:22 -05:00
seqop.isa arch: teach ISA parser how to split code across files 2014-05-09 18:58:47 -04:00
specop.isa x86: Flag instructions that call suspend as IsQuiesce 2014-09-03 07:42:46 -04:00