arch-arm: Be more verbose on load/store construction
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Wed, 4 Dec 2019 14:38:01 +0000 (14:38 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 17 Feb 2020 23:31:17 +0000 (23:31 +0000)
commit5bf0d60df5b3b9cbfa2d8d5a9fe5cabfcb1f4ea4
tree731799ab3d2b34f50f39c29caeb244d2584fb5c7
parent92132b2984184791936f91f0bec0e69247dc34ee
arch-arm: Be more verbose on load/store construction

This is achieved by using keyword arguments to improve readibility.
Some of the building helpers are using native types and can be annoying
for a reader to understand what those sequences of number and boolean
mean. It is also easier in this way to commit mistakes.

Change-Id: I63081d09a1f621550c5b6522b8107f349939b21d
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24044
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/isa/insts/ldr64.isa
src/arch/arm/isa/insts/str64.isa