Files
gem5/src/arch/arm
Fernando Endo 6c72c35519 cpu, arm: Distinguish Float* and SimdFloat*, create FloatMem* opClass
Modify the opClass assigned to AArch64 FP instructions from SimdFloat* to
Float*. Also create the FloatMemRead and FloatMemWrite opClasses, which
distinguishes writes to the INT and FP register banks.
Change the latency of (Simd)FloatMultAcc to 5, based on the Cortex-A72,
where the "latency" of FMADD is 3 if the next instruction is a FMADD and
has only the augend to destination dependency, otherwise it's 7 cycles.

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
2016-10-15 14:58:45 -05:00
..
2016-08-02 10:38:01 +01:00
2016-08-02 10:38:01 +01:00
2015-07-28 01:58:04 -05:00
2016-02-06 17:21:18 -08:00
2009-04-05 18:53:15 -07:00
2016-08-02 10:38:01 +01:00