[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
From: |
Richard Henderson |
Subject: |
[PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline |
Date: |
Wed, 11 Dec 2019 12:36:12 -0800 |
Found while working on other parts of cputlb,
this cleanup can be split out independently.
r~
Richard Henderson (2):
target/s390x: Split out helper_per_store_real
target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
target/s390x/helper.h | 5 +----
target/s390x/mem_helper.c | 38 --------------------------------------
target/s390x/misc_helper.c | 10 ++++++++++
target/s390x/translate.c | 21 ++++++++-------------
target/s390x/insn-data.def | 8 ++++----
5 files changed, 23 insertions(+), 59 deletions(-)
--
2.20.1
- [PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline,
Richard Henderson <=