You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s390x/s390xasm: fix plan9 disassembly regressions on s390x
Regressions were seen in plan9 disassembled syntax on s390x machines.
Raising a CL to fix all of them.
Below are the plan9 syntax regressions noticed:
1) LARL was printed instead of MOVD.
2) Operands for LGDR and LCDBR were printed in a reverse order.
3) MADBR was printed instead of FMADD.
4) VFM was printed instead of WFMDB. Also the mask fields were unnecessarily getting printed.
5) VFS was printed instead of WFSDB. Also the mask fields were unnecessarily getting printed.
6) JMP was printed instead of BR.
7) JMP R14 was printed instead of RET.
8) BRC was printed instead of BVS.
Change-Id: I9166f8ab51ad827bfeeed24a219ceb9b8c41c470
Reviewed-on: https://go-review.googlesource.com/c/arch/+/663756
Reviewed-by: Cherry Mui <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Keith Randall <[email protected]>
Auto-Submit: Keith Randall <[email protected]>
0 commit comments