Searched hist:8565 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/sparc/isa/formats/
H A Dunimp.isadiff 8565:d9b69f03e7af Mon Sep 19 09:17:00 EDT 2011 Gabe Black <gblack@eecs.umich.edu> SPARC: Remove #if FULL_SYSTEMs from the ISA description.
/gem5/src/arch/sparc/isa/
H A Dbase.isadiff 8565:d9b69f03e7af Mon Sep 19 09:17:00 EDT 2011 Gabe Black <gblack@eecs.umich.edu> SPARC: Remove #if FULL_SYSTEMs from the ISA description.
/gem5/src/arch/x86/isa/microops/
H A Dmediaop.isadiff 11711:8565c34ec32e Mon Nov 21 15:35:00 EST 2016 Tony Gutierrez <anthony.gutierrez@amd.com> x86: fix issue with casting in Cvtf2i

UBSAN flags this operation because it detects that arg is being cast directly
to an unsigned type, argBits. this patch fixes this by first casting the
value to a signed int type, then reintrepreting the raw bits of the signed
int into argBits.

Completed in 26 milliseconds