Files
gem5/arch/alpha
Steve Reinhardt 4c55d26e66 Replace explicit xc->misspeculating() tests in execute() methods
with an IsNonSpeculative flag.
No effect on results of non-full-system or SimpleCPU.
Very small impact on full-system FullCPU runs since old wrong-path
call_pal insts used to change the PC, where now they're treated
as no-ops.

arch/alpha/isa_desc:
    Get rid of xc->misspeculating() checks, use IsNonSpeculative flag instead.
cpu/static_inst.hh:
    Add IsNonSpeculative flag and isNonSpeculative() method to test it.

--HG--
extra : convert_revision : 7ec536bfc28b905c429c09eb920ed73ef2beeeba
2004-05-18 16:09:02 -07:00
..
2003-10-16 12:41:35 -07:00
2003-10-13 16:14:28 -04:00
2004-05-13 08:03:36 -04:00
2004-05-13 08:03:36 -04:00
2004-05-13 08:03:36 -04:00
2004-02-13 15:36:21 -05:00
2004-02-13 15:36:21 -05:00