]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update opcode table: add new insns for zEC12
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 5 Dec 2012 04:21:41 +0000 (04:21 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 5 Dec 2012 04:21:41 +0000 (04:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13151

docs/internals/s390-opcodes.csv

index 5bc96c6a3c5028733b0c655dc0a2fdb1993a655c..a3d0363ee4d9ec03a8e23825d33477835d635b72 100644 (file)
@@ -960,3 +960,26 @@ mxtra,"multiply extended dfp with rounding mode","not implemented","new to z196"
 sdtra,"subtract long dfp with rounding mode","not implemented","new to z196"
 sxtra,"subtract extended dfp with rounding mode","not implemented","new to z196"
 srnmb,"set 3 bit bfp rounding mode",implemented,
+etnd,"extract transaction nesting depth","not implemented",zEC12,
+ntstg,"nontransactional store","not implemented",zEC12,
+tabort,"transaction abort","not implemented",zEC12,
+tbegin,"transaction begin","not implemented",zEC12,
+tbeginc,"constrained transaction begin","not implemented",zEC12,
+tend,"transaction end","not implemented",zEC12,
+bpp,"branch prediction preload","not implemented",zEC12,
+bprp,"branch prediction relative preload","not implemented",zEC12,
+ppa,"perform processor assist","not implemented",zEC12,
+niai,"next instruction access intent","not implemented",zEC12,
+crdte,"compare and replace DAT table entry",N/A,"privileged instruction"
+lat,"load and trap 32 bit","not implemented",zEC12,
+lgat,"load and trap 64 bit","not implemented",zEC12,
+lfhat,"load high and trap","not implemented",zEC12,
+llgfat,"load logical and trap 32>64","not implemented",zEC12,
+llgtat,"load logical thirty one bits and trap 31>64","not implemented",zEC12,
+clt,"compare logical and trap 32 bit reg-mem","not implemented",zEC12,
+clgt,"compare logical and trap 64 bit reg-mem","not implemented",zEC12,
+risbgn,"rotate then insert selected bits nocc","not implemented",zEC12,
+cdzt,"convert from zoned long","not implemented",zEC12,
+cxzt,"convert from zoned extended","not implemented",zEC12,
+czdt,"convert to zoned long","not implemented",zEC12,
+czxt,"convert to zoned extended","not implemented",zEC12,