arm,x86,sim: Use the new return value suppression in GuestABI.
authorGabe Black <gabeblack@google.com>
Wed, 29 Apr 2020 09:39:45 +0000 (02:39 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 12 May 2020 16:32:09 +0000 (16:32 +0000)
commit1e4a6b32b462a4d1d302724421b4b2b78f9c9bd8
tree83d82ddb08fe2b04373303c99f8677eae9d34312
parent6554a9f181de477aab10ef4c52503c1f60a96b26
arm,x86,sim: Use the new return value suppression in GuestABI.

This gets rid of some dummy Return structure definitions. Also augment
the PseudoInst::pseudoInst dispatch function so it can store or not
store results, depending on what's needed at each call sight.

Change-Id: If4a53bc0a27e5214a26ef1a100c99948ca95418d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28289
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/semihosting.cc
src/arch/x86/tlb.cc
src/sim/pseudo_inst.hh