projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c6372
)
target-s390: Implement PREFETCH
author
Richard Henderson
<rth@twiddle.net>
Fri, 31 Aug 2012 21:10:05 +0000
(14:10 -0700)
committer
Richard Henderson
<rth@twiddle.net>
Sat, 5 Jan 2013 20:18:44 +0000
(12:18 -0800)
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/insn-data.def
patch
|
blob
|
history
diff --git
a/target-s390x/insn-data.def
b/target-s390x/insn-data.def
index 9582f0c8477a1375442bb194fc3088cf8544520c..eb88c550d6134ebbbe10899fc034db100faa8ddb 100644
(file)
--- a/
target-s390x/insn-data.def
+++ b/
target-s390x/insn-data.def
@@
-500,6
+500,11
@@
C(0x9600, OI, SI, Z, m1_8u, i2_8u, new, m1_8, or, nz64)
C(0xeb56, OIY, SIY, LD, m1_8u, i2_8u, new, m1_8, or, nz64)
+/* PREFETCH */
+ /* Implemented as nops of course. */
+ C(0xe336, PFD, RXY_b, GIE, 0, 0, 0, 0, 0, 0)
+ C(0xc602, PFDRL, RIL_c, GIE, 0, 0, 0, 0, 0, 0)
+
/* ROTATE LEFT SINGLE LOGICAL */
C(0xeb1d, RLL, RSY_a, Z, r3_o, sh32, new, r1_32, rll32, 0)
C(0xeb1c, RLLG, RSY_a, Z, r3_o, sh64, r1, 0, rll64, 0)