alpha: Implement simPalCheck within the ISA description.
authorGabe Black <gabeblack@google.com>
Sun, 28 Apr 2019 04:00:41 +0000 (21:00 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 30 Apr 2019 07:37:51 +0000 (07:37 +0000)
commite9e3fdc02233adbef6ad9831cee05531f4145dac
tree00679273cf25c5bb10511e7128f2f8b733028acf
parent40cc7cdd53540ded69f055262b087dca54f5b715
alpha: Implement simPalCheck within the ISA description.

This doesn't need to be plumbed through generic interfaces. If the
function/instruction got more complex in the future (unlikely since
Alpha doesn't really see development these days), it could be moved to
a helper function defined within Alpha files.

Change-Id: Ib746fad7bb13c5cc9c6ee555c3a46ce686771c12
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18433
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/arch/alpha/isa/decoder.isa
src/arch/alpha/isa/main.isa