[valgrind] [Bug 369439] S390x: Unhandled insns RISBLG/RISBHG and LDE/LDER

2016-10-17 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369439

Julian Seward  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 369439] S390x: Unhandled insns RISBLG/RISBHG and LDE/LDER

2016-10-07 Thread Christian Borntraeger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369439

--- Comment #5 from Christian Borntraeger  ---
FWIW, I had to remove the static from inner and outer iter in high_word.c as
gcc did not recognize the dependency with some compilers:
high-word.c:8:13: warning: ‘inner_iter’ defined but not used
[-Wunused-function]
 static void inner_iter() { putchar('.'); }
 ^
high-word.c:9:13: warning: ‘outer_iter’ defined but not used
[-Wunused-function]
 static void outer_iter() { putchar('+'); }
 ^

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 369439] S390x: Unhandled insns RISBLG/RISBHG and LDE/LDER

2016-10-07 Thread Christian Borntraeger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369439

--- Comment #4 from Christian Borntraeger  ---
thanks, applied as vex: r3259 valgrind  16027

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 369439] S390x: Unhandled insns RISBLG/RISBHG and LDE/LDER

2016-09-28 Thread Andreas Arnez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369439

Andreas Arnez  changed:

   What|Removed |Added

 Attachment #101320|0   |1
is obsolete||

--- Comment #3 from Andreas Arnez  ---
Created attachment 101330
  --> https://bugs.kde.org/attachment.cgi?id=101330&action=edit
Support LDE/LDER, and RISBHG/RISBLG (v2)

Now includes "high-word.c".

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 369439] S390x: Unhandled insns RISBLG/RISBHG and LDE/LDER

2016-09-28 Thread Christian Borntraeger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369439

Christian Borntraeger  changed:

   What|Removed |Added

 CC||borntrae...@de.ibm.com

--- Comment #2 from Christian Borntraeger  ---
> VEX/priv/guest_s390_toIR.c|  150 ++
> docs/internals/s390-opcodes.csv   |  531 
> +-
> none/tests/s390x/Makefile.am  |1 
> none/tests/s390x/bfp-2.c  |   26 +
> none/tests/s390x/bfp-2.stdout.exp |4 
> none/tests/s390x/mvc.c|9 
> none/tests/s390x/mvc.stdout.exp   |4 
> none/tests/s390x/opcodes.h|2 
> 8 files changed, 713 insertions(+), 14 deletions(-)

[...]
>===
>--- valgrind.orig/none/tests/s390x/Makefile.am
>+++ valgrind/none/tests/s390x/Makefile.am
>@@ -12,6 +12,7 @@ INSN_TESTS = clc clcle cvb cvd icm lpr t
>  rounding-1 rounding-2 rounding-3 rounding-4 rounding-5 bfp-1 \
>  bfp-2 bfp-3 bfp-4 srnm srnmb comp-1 comp-2 exrl tmll tm stmg \
>ex clst mvc test_fork test_sig rounding-6 rxsbg popcnt \
>+   high-word \

added to the makefile, but the high-word.c is missing

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 369439] S390x: Unhandled insns RISBLG/RISBHG and LDE/LDER

2016-09-27 Thread Andreas Arnez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369439

--- Comment #1 from Andreas Arnez  ---
Created attachment 101320
  --> https://bugs.kde.org/attachment.cgi?id=101320&action=edit
Support LDE/LDER, and RISBHG/RISBLG

This patch adds support for the missing instructions.  In addition, it also
handles MVCIN and BRCTH and updates the instruction table.

-- 
You are receiving this mail because:
You are watching all bug changes.