public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] x86: Allow 16-bit register source for LAR and LSL
@ 2022-12-03  4:13 H.J. Lu
  2022-12-05 11:10 ` Jan Beulich
  0 siblings, 1 reply; 12+ messages in thread
From: H.J. Lu @ 2022-12-03  4:13 UTC (permalink / raw)
  To: binutils; +Cc: Jan Beulich

Since LAR and LSL only access 16 bits of the source operand, regardless
of operand size, allow 16-bit register source for LAR and LSL, and always
disassemble LAR and LSL with 16-bit source operand.

gas/

	PR gas/29844
	* testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
	* testsuite/gas/i386/x86_64.s: Likewise.
	* testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
	* testsuite/gas/i386/i386-intel.d: Updated.
	* testsuite/gas/i386/i386.d: Likewise.
	* testsuite/gas/i386/intel-intel.d: Likewise.
	* testsuite/gas/i386/intel.d: Likewise.
	* testsuite/gas/i386/intelbad.l: Likewise.
	* testsuite/gas/i386/x86_64-intel.d: Likewise.
	* testsuite/gas/i386/x86_64.d: Likewise.

opcodes/

	PR gas/29844
	* i386-dis.c (MOD_0F02): Removed.
	(MOD_0F03): Likewise.
	(dis386_twobyte): Restore larS and lslS.
	(mod_table): Remove MOD_0F02 and MOD_0F03.
	* i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
	* i386-tbl.h: Regenerated.
---
 gas/testsuite/gas/i386/i386-intel.d   | 20 +++++++++++++++
 gas/testsuite/gas/i386/i386.d         | 20 +++++++++++++++
 gas/testsuite/gas/i386/i386.s         | 24 ++++++++++++++++++
 gas/testsuite/gas/i386/intel-intel.d  |  4 +--
 gas/testsuite/gas/i386/intel.d        |  4 +--
 gas/testsuite/gas/i386/intelbad.l     |  2 --
 gas/testsuite/gas/i386/intelbad.s     |  4 +--
 gas/testsuite/gas/i386/x86_64-intel.d | 32 ++++++++++++++++++++++++
 gas/testsuite/gas/i386/x86_64.d       | 32 ++++++++++++++++++++++++
 gas/testsuite/gas/i386/x86_64.s       | 36 +++++++++++++++++++++++++++
 opcodes/i386-dis.c                    | 16 ++----------
 opcodes/i386-opc.tbl                  |  4 +--
 opcodes/i386-tbl.h                    |  4 +--
 13 files changed, 176 insertions(+), 26 deletions(-)

diff --git a/gas/testsuite/gas/i386/i386-intel.d b/gas/testsuite/gas/i386/i386-intel.d
index 28025ca237a..42f86692d60 100644
--- a/gas/testsuite/gas/i386/i386-intel.d
+++ b/gas/testsuite/gas/i386/i386-intel.d
@@ -62,4 +62,24 @@ Disassembly of section .text:
 [ 	]*[a-f0-9]+:	0f b6 00             	movzx  eax,BYTE PTR \[eax\]
 [ 	]*[a-f0-9]+:	0f b7 00             	movzx  eax,WORD PTR \[eax\]
 [ 	]*[a-f0-9]+:	0f c3 00             	movnti DWORD PTR \[eax\],eax
+[ 	]*[a-f0-9]+:	66 0f 02 d2          	lar    dx,dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    edx,dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    edx,dx
+[ 	]*[a-f0-9]+:	66 0f 02 12          	lar    dx,WORD PTR \[edx\]
+[ 	]*[a-f0-9]+:	0f 02 12             	lar    edx,WORD PTR \[edx\]
+[ 	]*[a-f0-9]+:	66 0f 03 d2          	lsl    dx,dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    edx,dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    edx,dx
+[ 	]*[a-f0-9]+:	66 0f 03 12          	lsl    dx,WORD PTR \[edx\]
+[ 	]*[a-f0-9]+:	0f 03 12             	lsl    edx,WORD PTR \[edx\]
+[ 	]*[a-f0-9]+:	66 0f 02 d2          	lar    dx,dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    edx,dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    edx,dx
+[ 	]*[a-f0-9]+:	66 0f 02 12          	lar    dx,WORD PTR \[edx\]
+[ 	]*[a-f0-9]+:	0f 02 12             	lar    edx,WORD PTR \[edx\]
+[ 	]*[a-f0-9]+:	66 0f 03 d2          	lsl    dx,dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    edx,dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    edx,dx
+[ 	]*[a-f0-9]+:	66 0f 03 12          	lsl    dx,WORD PTR \[edx\]
+[ 	]*[a-f0-9]+:	0f 03 12             	lsl    edx,WORD PTR \[edx\]
 #pass
diff --git a/gas/testsuite/gas/i386/i386.d b/gas/testsuite/gas/i386/i386.d
index 6863bb51618..b5a5565adf6 100644
--- a/gas/testsuite/gas/i386/i386.d
+++ b/gas/testsuite/gas/i386/i386.d
@@ -61,4 +61,24 @@ Disassembly of section .text:
 [ 	]*[a-f0-9]+:	0f b6 00             	movzbl \(%eax\),%eax
 [ 	]*[a-f0-9]+:	0f b7 00             	movzwl \(%eax\),%eax
 [ 	]*[a-f0-9]+:	0f c3 00             	movnti %eax,\(%eax\)
+[ 	]*[a-f0-9]+:	66 0f 02 d2          	lar    %dx,%dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    %dx,%edx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    %dx,%edx
+[ 	]*[a-f0-9]+:	66 0f 02 12          	lar    \(%edx\),%dx
+[ 	]*[a-f0-9]+:	0f 02 12             	lar    \(%edx\),%edx
+[ 	]*[a-f0-9]+:	66 0f 03 d2          	lsl    %dx,%dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    %dx,%edx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    %dx,%edx
+[ 	]*[a-f0-9]+:	66 0f 03 12          	lsl    \(%edx\),%dx
+[ 	]*[a-f0-9]+:	0f 03 12             	lsl    \(%edx\),%edx
+[ 	]*[a-f0-9]+:	66 0f 02 d2          	lar    %dx,%dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    %dx,%edx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    %dx,%edx
+[ 	]*[a-f0-9]+:	66 0f 02 12          	lar    \(%edx\),%dx
+[ 	]*[a-f0-9]+:	0f 02 12             	lar    \(%edx\),%edx
+[ 	]*[a-f0-9]+:	66 0f 03 d2          	lsl    %dx,%dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    %dx,%edx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    %dx,%edx
+[ 	]*[a-f0-9]+:	66 0f 03 12          	lsl    \(%edx\),%dx
+[ 	]*[a-f0-9]+:	0f 03 12             	lsl    \(%edx\),%edx
 #pass
diff --git a/gas/testsuite/gas/i386/i386.s b/gas/testsuite/gas/i386/i386.s
index 97bb1a4e3b4..a42eafb8958 100644
--- a/gas/testsuite/gas/i386/i386.s
+++ b/gas/testsuite/gas/i386/i386.s
@@ -66,3 +66,27 @@ movzx eax, byte ptr [eax]
 movzx eax, word ptr [eax]
 
 movnti dword ptr [eax], eax
+
+	.att_syntax
+	lar    %dx,%dx
+	lar    %dx,%edx
+	lar    %edx,%edx
+	lar    (%edx),%dx
+	lar    (%edx),%edx
+	lsl    %dx,%dx
+	lsl    %dx,%edx
+	lsl    %edx,%edx
+	lsl    (%edx),%dx
+	lsl    (%edx),%edx
+
+	.intel_syntax noprefix
+	lar    dx,dx
+	lar    edx,dx
+	lar    edx,edx
+	lar    dx,WORD PTR [edx]
+	lar    edx,WORD PTR [edx]
+	lsl    dx,dx
+	lsl    edx,dx
+	lsl    edx,edx
+	lsl    dx,WORD PTR [edx]
+	lsl    edx,WORD PTR [edx]
diff --git a/gas/testsuite/gas/i386/intel-intel.d b/gas/testsuite/gas/i386/intel-intel.d
index 73fbdf89c1c..609781f3f78 100644
--- a/gas/testsuite/gas/i386/intel-intel.d
+++ b/gas/testsuite/gas/i386/intel-intel.d
@@ -699,11 +699,11 @@ Disassembly of section .text:
 [ 	]*[a-f0-9]+:	0f 4b 90 90 90 90 90 	cmovnp edx,DWORD PTR \[eax-0x6f6f6f70\]
 [ 	]*[a-f0-9]+:	66 0f 4a 90 90 90 90 90 	cmovp  dx,WORD PTR \[eax-0x6f6f6f70\]
 [ 	]*[a-f0-9]+:	66 0f 4b 90 90 90 90 90 	cmovnp dx,WORD PTR \[eax-0x6f6f6f70\]
-[ 	]*[a-f0-9]+:	0f 02 c0 +	lar    eax,eax
+[ 	]*[a-f0-9]+:	0f 02 c0 +	lar    eax,ax
 [ 	]*[a-f0-9]+:	66 0f 02 c0 +	lar    ax,ax
 [ 	]*[a-f0-9]+:	0f 02 00 +	lar    eax,WORD PTR \[eax\]
 [ 	]*[a-f0-9]+:	66 0f 02 00 +	lar    ax,WORD PTR \[eax\]
-[ 	]*[a-f0-9]+:	0f 03 c0 +	lsl    eax,eax
+[ 	]*[a-f0-9]+:	0f 03 c0 +	lsl    eax,ax
 [ 	]*[a-f0-9]+:	66 0f 03 c0 +	lsl    ax,ax
 [ 	]*[a-f0-9]+:	0f 03 00 +	lsl    eax,WORD PTR \[eax\]
 [ 	]*[a-f0-9]+:	66 0f 03 00 +	lsl    ax,WORD PTR \[eax\]
diff --git a/gas/testsuite/gas/i386/intel.d b/gas/testsuite/gas/i386/intel.d
index 374f8753396..65e79e6ebde 100644
--- a/gas/testsuite/gas/i386/intel.d
+++ b/gas/testsuite/gas/i386/intel.d
@@ -698,11 +698,11 @@ Disassembly of section .text:
 [ 	]*[a-f0-9]+:	0f 4b 90 90 90 90 90 	cmovnp -0x6f6f6f70\(%eax\),%edx
 [ 	]*[a-f0-9]+:	66 0f 4a 90 90 90 90 90 	cmovp  -0x6f6f6f70\(%eax\),%dx
 [ 	]*[a-f0-9]+:	66 0f 4b 90 90 90 90 90 	cmovnp -0x6f6f6f70\(%eax\),%dx
-[ 	]*[a-f0-9]+:	0f 02 c0             	lar    %eax,%eax
+[ 	]*[a-f0-9]+:	0f 02 c0             	lar    %ax,%eax
 [ 	]*[a-f0-9]+:	66 0f 02 c0          	lar    %ax,%ax
 [ 	]*[a-f0-9]+:	0f 02 00             	lar    \(%eax\),%eax
 [ 	]*[a-f0-9]+:	66 0f 02 00          	lar    \(%eax\),%ax
-[ 	]*[a-f0-9]+:	0f 03 c0             	lsl    %eax,%eax
+[ 	]*[a-f0-9]+:	0f 03 c0             	lsl    %ax,%eax
 [ 	]*[a-f0-9]+:	66 0f 03 c0          	lsl    %ax,%ax
 [ 	]*[a-f0-9]+:	0f 03 00             	lsl    \(%eax\),%eax
 [ 	]*[a-f0-9]+:	66 0f 03 00          	lsl    \(%eax\),%ax
diff --git a/gas/testsuite/gas/i386/intelbad.l b/gas/testsuite/gas/i386/intelbad.l
index 8f6341d150f..4d45dda36f7 100644
--- a/gas/testsuite/gas/i386/intelbad.l
+++ b/gas/testsuite/gas/i386/intelbad.l
@@ -161,11 +161,9 @@
 .*:181: Error: .*
 .*:183: Error: .*
 .*:184: Error: .*
-.*:186: Error: .*
 .*:187: Error: .*
 .*:188: Error: .*
 .*:189: Error: .*
-.*:191: Error: .*
 .*:192: Error: .*
 .*:193: Error: .*
 .*:194: Error: .*
diff --git a/gas/testsuite/gas/i386/intelbad.s b/gas/testsuite/gas/i386/intelbad.s
index 77375579a47..3a9bcde47fa 100644
--- a/gas/testsuite/gas/i386/intelbad.s
+++ b/gas/testsuite/gas/i386/intelbad.s
@@ -183,12 +183,12 @@ start:
 	fild	far ptr [ebx]
 	fist	near ptr [ebx]
 
-	lar	eax, ax
+
 	lar	ax, eax
 	lar	eax, dword ptr [eax]
 	lar	ax, dword ptr [eax]
 
-	lsl	eax, ax
+
 	lsl	ax, eax
 	lsl	eax, dword ptr [eax]
 	lsl	ax, dword ptr [eax]
diff --git a/gas/testsuite/gas/i386/x86_64-intel.d b/gas/testsuite/gas/i386/x86_64-intel.d
index e40a2e56f9e..b919dc0e851 100644
--- a/gas/testsuite/gas/i386/x86_64-intel.d
+++ b/gas/testsuite/gas/i386/x86_64-intel.d
@@ -258,4 +258,36 @@ Disassembly of section .text:
 [ 	]*[a-f0-9]+:	48 0f c3 00          	movnti QWORD PTR \[rax\],rax
 [ 	]*[a-f0-9]+:	8b 04 25 00 00 00 00 	mov    eax,DWORD PTR (ds:)?0x0
 [ 	]*[a-f0-9]+:	48 89 0c 25 00 00 00 00 	mov    QWORD PTR (ds:)?0x0,rcx
+[ 	]*[a-f0-9]+:	66 0f 02 d2          	lar    dx,dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    edx,dx
+[ 	]*[a-f0-9]+:	48 0f 02 d2          	lar    rdx,dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    edx,dx
+[ 	]*[a-f0-9]+:	48 0f 02 d2          	lar    rdx,dx
+[ 	]*[a-f0-9]+:	66 0f 02 12          	lar    dx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	0f 02 12             	lar    edx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	48 0f 02 12          	lar    rdx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	66 0f 03 d2          	lsl    dx,dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    edx,dx
+[ 	]*[a-f0-9]+:	48 0f 03 d2          	lsl    rdx,dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    edx,dx
+[ 	]*[a-f0-9]+:	48 0f 03 d2          	lsl    rdx,dx
+[ 	]*[a-f0-9]+:	66 0f 03 12          	lsl    dx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	0f 03 12             	lsl    edx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	48 0f 03 12          	lsl    rdx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	66 0f 02 d2          	lar    dx,dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    edx,dx
+[ 	]*[a-f0-9]+:	48 0f 02 d2          	lar    rdx,dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    edx,dx
+[ 	]*[a-f0-9]+:	48 0f 02 d2          	lar    rdx,dx
+[ 	]*[a-f0-9]+:	66 0f 02 12          	lar    dx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	0f 02 12             	lar    edx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	48 0f 02 12          	lar    rdx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	66 0f 03 d2          	lsl    dx,dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    edx,dx
+[ 	]*[a-f0-9]+:	48 0f 03 d2          	lsl    rdx,dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    edx,dx
+[ 	]*[a-f0-9]+:	48 0f 03 d2          	lsl    rdx,dx
+[ 	]*[a-f0-9]+:	66 0f 03 12          	lsl    dx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	0f 03 12             	lsl    edx,WORD PTR \[rdx\]
+[ 	]*[a-f0-9]+:	48 0f 03 12          	lsl    rdx,WORD PTR \[rdx\]
 #pass
diff --git a/gas/testsuite/gas/i386/x86_64.d b/gas/testsuite/gas/i386/x86_64.d
index 73c687350b7..398d2aa4b9e 100644
--- a/gas/testsuite/gas/i386/x86_64.d
+++ b/gas/testsuite/gas/i386/x86_64.d
@@ -258,4 +258,36 @@ Disassembly of section .text:
 [ 	]*[a-f0-9]+:	48 0f c3 00          	movnti %rax,\(%rax\)
 [ 	]*[a-f0-9]+:	8b 04 25 00 00 00 00 	mov    0x0,%eax
 [ 	]*[a-f0-9]+:	48 89 0c 25 00 00 00 00 	mov    %rcx,0x0
+[ 	]*[a-f0-9]+:	66 0f 02 d2          	lar    %dx,%dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    %dx,%edx
+[ 	]*[a-f0-9]+:	48 0f 02 d2          	lar    %dx,%rdx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    %dx,%edx
+[ 	]*[a-f0-9]+:	48 0f 02 d2          	lar    %dx,%rdx
+[ 	]*[a-f0-9]+:	66 0f 02 12          	lar    \(%rdx\),%dx
+[ 	]*[a-f0-9]+:	0f 02 12             	lar    \(%rdx\),%edx
+[ 	]*[a-f0-9]+:	48 0f 02 12          	lar    \(%rdx\),%rdx
+[ 	]*[a-f0-9]+:	66 0f 03 d2          	lsl    %dx,%dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    %dx,%edx
+[ 	]*[a-f0-9]+:	48 0f 03 d2          	lsl    %dx,%rdx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    %dx,%edx
+[ 	]*[a-f0-9]+:	48 0f 03 d2          	lsl    %dx,%rdx
+[ 	]*[a-f0-9]+:	66 0f 03 12          	lsl    \(%rdx\),%dx
+[ 	]*[a-f0-9]+:	0f 03 12             	lsl    \(%rdx\),%edx
+[ 	]*[a-f0-9]+:	48 0f 03 12          	lsl    \(%rdx\),%rdx
+[ 	]*[a-f0-9]+:	66 0f 02 d2          	lar    %dx,%dx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    %dx,%edx
+[ 	]*[a-f0-9]+:	48 0f 02 d2          	lar    %dx,%rdx
+[ 	]*[a-f0-9]+:	0f 02 d2             	lar    %dx,%edx
+[ 	]*[a-f0-9]+:	48 0f 02 d2          	lar    %dx,%rdx
+[ 	]*[a-f0-9]+:	66 0f 02 12          	lar    \(%rdx\),%dx
+[ 	]*[a-f0-9]+:	0f 02 12             	lar    \(%rdx\),%edx
+[ 	]*[a-f0-9]+:	48 0f 02 12          	lar    \(%rdx\),%rdx
+[ 	]*[a-f0-9]+:	66 0f 03 d2          	lsl    %dx,%dx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    %dx,%edx
+[ 	]*[a-f0-9]+:	48 0f 03 d2          	lsl    %dx,%rdx
+[ 	]*[a-f0-9]+:	0f 03 d2             	lsl    %dx,%edx
+[ 	]*[a-f0-9]+:	48 0f 03 d2          	lsl    %dx,%rdx
+[ 	]*[a-f0-9]+:	66 0f 03 12          	lsl    \(%rdx\),%dx
+[ 	]*[a-f0-9]+:	0f 03 12             	lsl    \(%rdx\),%edx
+[ 	]*[a-f0-9]+:	48 0f 03 12          	lsl    \(%rdx\),%rdx
 #pass
diff --git a/gas/testsuite/gas/i386/x86_64.s b/gas/testsuite/gas/i386/x86_64.s
index e050b14be36..7f58e161770 100644
--- a/gas/testsuite/gas/i386/x86_64.s
+++ b/gas/testsuite/gas/i386/x86_64.s
@@ -310,3 +310,39 @@ movnti qword ptr [rax], rax
 
 mov eax, tr1
 mov tr0, rcx
+
+	.att_syntax
+	lar    %dx,%dx
+	lar    %dx,%edx
+	lar    %dx,%rdx
+	lar    %edx,%edx
+	lar    %rdx,%rdx
+	lar    (%rdx),%dx
+	lar    (%rdx),%edx
+	lar    (%rdx),%rdx
+	lsl    %dx,%dx
+	lsl    %dx,%edx
+	lsl    %dx,%rdx
+	lsl    %edx,%edx
+	lsl    %rdx,%rdx
+	lsl    (%rdx),%dx
+	lsl    (%rdx),%edx
+	lsl    (%rdx),%rdx
+
+	.intel_syntax noprefix
+	lar    dx,dx
+	lar    edx,dx
+	lar    rdx,dx
+	lar    edx,edx
+	lar    rdx,rdx
+	lar    dx,WORD PTR [rdx]
+	lar    edx,WORD PTR [rdx]
+	lar    rdx,WORD PTR [rdx]
+	lsl    dx,dx
+	lsl    edx,dx
+	lsl    rdx,dx
+	lsl    edx,edx
+	lsl    rdx,rdx
+	lsl    dx,WORD PTR [rdx]
+	lsl    edx,WORD PTR [rdx]
+	lsl    rdx,WORD PTR [rdx]
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index edc2ce96765..e43666af841 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -833,8 +833,6 @@ enum
   MOD_0F01_REG_3,
   MOD_0F01_REG_5,
   MOD_0F01_REG_7,
-  MOD_0F02,
-  MOD_0F03,
   MOD_0F12_PREFIX_0,
   MOD_0F12_PREFIX_2,
   MOD_0F13,
@@ -2117,8 +2115,8 @@ static const struct dis386 dis386_twobyte[] = {
   /* 00 */
   { REG_TABLE (REG_0F00 ) },
   { REG_TABLE (REG_0F01 ) },
-  { MOD_TABLE (MOD_0F02) },
-  { MOD_TABLE (MOD_0F03) },
+  { "larS",		{ Gv, Ew }, 0 },
+  { "lslS",		{ Gv, Ew }, 0 },
   { Bad_Opcode },
   { "syscall",		{ XX }, 0 },
   { "clts",		{ XX }, 0 },
@@ -8199,16 +8197,6 @@ static const struct dis386 mod_table[][2] = {
     { "invlpg",		{ Mb }, 0 },
     { RM_TABLE (RM_0F01_REG_7_MOD_3) },
   },
-  {
-    /* MOD_0F02 */
-    { "larS",		{ Gv, Mw }, 0 },
-    { "larS",		{ Gv, Ev }, 0 },
-  },
-  {
-    /* MOD_0F03 */
-    { "lslS",		{ Gv, Mw }, 0 },
-    { "lslS",		{ Gv, Ev }, 0 },
-  },
   {
     /* MOD_0F12_PREFIX_0 */
     { "movlpX",		{ XM, EXq }, 0 },
diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl
index 3766f32fd5f..8c13f85708b 100644
--- a/opcodes/i386-opc.tbl
+++ b/opcodes/i386-opc.tbl
@@ -572,7 +572,7 @@ nop, 0x90, None, 0, NoSuf|RepPrefixOk, {}
 // Protection control.
 arpl, 0x63, None, Cpu286|CpuNo64, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf, { Reg16, Reg16|Word|Unspecified|BaseIndex }
 lar, 0xf02, None, Cpu286, Modrm|CheckRegSize|No_bSuf|No_sSuf, { Reg16|Reg32|Reg64, Reg16|Reg32|Reg64 }
-lar, 0xf02, None, Cpu286, Modrm|No_bSuf|No_sSuf, { Word|Unspecified|BaseIndex, Reg16|Reg32|Reg64 }
+lar, 0xf02, None, Cpu286, Modrm|No_bSuf|No_sSuf, { Reg16|Word|Unspecified|BaseIndex, Reg16|Reg32|Reg64 }
 lgdt, 0xf01, 2, Cpu286|CpuNo64, Modrm|No_bSuf|No_sSuf|No_qSuf, { Fword|Unspecified|BaseIndex }
 lgdt, 0xf01, 2, Cpu64, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|NoRex64, { Tbyte|Unspecified|BaseIndex }
 lidt, 0xf01, 3, Cpu286|CpuNo64, Modrm|No_bSuf|No_sSuf|No_qSuf, { Fword|Unspecified|BaseIndex }
@@ -580,7 +580,7 @@ lidt, 0xf01, 3, Cpu64, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|NoRex64, { Tbyte|Un
 lldt, 0xf00, 2, Cpu286, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf, { Reg16|Word|Unspecified|BaseIndex }
 lmsw, 0xf01, 6, Cpu286, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf, { Reg16|Word|Unspecified|BaseIndex }
 lsl, 0xf03, None, Cpu286, Modrm|CheckRegSize|No_bSuf|No_sSuf, { Reg16|Reg32|Reg64, Reg16|Reg32|Reg64 }
-lsl, 0xf03, None, Cpu286, Modrm|No_bSuf|No_sSuf, { Word|Unspecified|BaseIndex, Reg16|Reg32|Reg64 }
+lsl, 0xf03, None, Cpu286, Modrm|No_bSuf|No_sSuf, { Reg16|Word|Unspecified|BaseIndex, Reg16|Reg32|Reg64 }
 ltr, 0xf00, 3, Cpu286, Modrm|IgnoreSize|No_bSuf|No_lSuf|No_sSuf|No_qSuf, { Reg16|Word|Unspecified|BaseIndex }
 
 sgdt, 0xf01, 0, Cpu286|CpuNo64, Modrm|No_bSuf|No_sSuf|No_qSuf, { Fword|Unspecified|BaseIndex }
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h
index e77addf5658..82861459eef 100644
--- a/opcodes/i386-tbl.h
+++ b/opcodes/i386-tbl.h
@@ -5344,7 +5344,7 @@ const insn_template i386_optab[] =
         0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
         0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
         0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
-    { { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0,
+    { { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0,
 	  0, 0, 0, 0, 1, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 0, 0 } } } },
@@ -5452,7 +5452,7 @@ const insn_template i386_optab[] =
         0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
         0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
         0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
-    { { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0,
+    { { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0,
 	  0, 0, 0, 0, 1, 0 } },
       { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0,
 	  0, 0, 0, 0, 0, 0 } } } },
-- 
2.38.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-03  4:13 [PATCH] x86: Allow 16-bit register source for LAR and LSL H.J. Lu
@ 2022-12-05 11:10 ` Jan Beulich
  2022-12-05 23:20   ` H.J. Lu
  0 siblings, 1 reply; 12+ messages in thread
From: Jan Beulich @ 2022-12-05 11:10 UTC (permalink / raw)
  To: H.J. Lu; +Cc: binutils

On 03.12.2022 05:13, H.J. Lu wrote:
> Since LAR and LSL only access 16 bits of the source operand, regardless
> of operand size, allow 16-bit register source for LAR and LSL, and always
> disassemble LAR and LSL with 16-bit source operand.
> 
> gas/
> 
> 	PR gas/29844
> 	* testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
> 	* testsuite/gas/i386/x86_64.s: Likewise.
> 	* testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
> 	* testsuite/gas/i386/i386-intel.d: Updated.
> 	* testsuite/gas/i386/i386.d: Likewise.
> 	* testsuite/gas/i386/intel-intel.d: Likewise.
> 	* testsuite/gas/i386/intel.d: Likewise.
> 	* testsuite/gas/i386/intelbad.l: Likewise.
> 	* testsuite/gas/i386/x86_64-intel.d: Likewise.
> 	* testsuite/gas/i386/x86_64.d: Likewise.
> 
> opcodes/
> 
> 	PR gas/29844
> 	* i386-dis.c (MOD_0F02): Removed.
> 	(MOD_0F03): Likewise.
> 	(dis386_twobyte): Restore larS and lslS.
> 	(mod_table): Remove MOD_0F02 and MOD_0F03.
> 	* i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
> 	* i386-tbl.h: Regenerated.

Please can you refrain from immediately committing patches which have
a risk of being controversial.

In the case here, given there are uses of the 16-bit register operand
form in the Linux kernel, I can accept the assembler part of the change.
The lines in i386-opc.tbl, however, need a comment then, as allowing for
16-bit registers despite a wider destination is explicitly not in line
with the SDM. (Interestingly AMD's PM is different in this regard.)

For the disassembler part you're completely undoing what I did, which is
wrong - again with reference to the SDM. If you want to accommodate for
AMD's PM, then you need to vary disassembly according to command line
options specified, with the default being in line with the SDM (I can
dig out a pretty old version of the doc, but I believe it has always
been that way, i.e. even before AMD introduced their clones).

I will revert this change unless you come forward with an adjustment
within the next couple of days.

Jan

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-05 11:10 ` Jan Beulich
@ 2022-12-05 23:20   ` H.J. Lu
  2022-12-06  7:51     ` Jan Beulich
  2022-12-08  7:20     ` Jan Beulich
  0 siblings, 2 replies; 12+ messages in thread
From: H.J. Lu @ 2022-12-05 23:20 UTC (permalink / raw)
  To: Jan Beulich; +Cc: binutils

On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
>
> On 03.12.2022 05:13, H.J. Lu wrote:
> > Since LAR and LSL only access 16 bits of the source operand, regardless
> > of operand size, allow 16-bit register source for LAR and LSL, and always
> > disassemble LAR and LSL with 16-bit source operand.
> >
> > gas/
> >
> >       PR gas/29844
> >       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
> >       * testsuite/gas/i386/x86_64.s: Likewise.
> >       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
> >       * testsuite/gas/i386/i386-intel.d: Updated.
> >       * testsuite/gas/i386/i386.d: Likewise.
> >       * testsuite/gas/i386/intel-intel.d: Likewise.
> >       * testsuite/gas/i386/intel.d: Likewise.
> >       * testsuite/gas/i386/intelbad.l: Likewise.
> >       * testsuite/gas/i386/x86_64-intel.d: Likewise.
> >       * testsuite/gas/i386/x86_64.d: Likewise.
> >
> > opcodes/
> >
> >       PR gas/29844
> >       * i386-dis.c (MOD_0F02): Removed.
> >       (MOD_0F03): Likewise.
> >       (dis386_twobyte): Restore larS and lslS.
> >       (mod_table): Remove MOD_0F02 and MOD_0F03.
> >       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
> >       * i386-tbl.h: Regenerated.
>
> Please can you refrain from immediately committing patches which have
> a risk of being controversial.
>
> In the case here, given there are uses of the 16-bit register operand
> form in the Linux kernel, I can accept the assembler part of the change.
> The lines in i386-opc.tbl, however, need a comment then, as allowing for
> 16-bit registers despite a wider destination is explicitly not in line
> with the SDM. (Interestingly AMD's PM is different in this regard.)
>
> For the disassembler part you're completely undoing what I did, which is
> wrong - again with reference to the SDM. If you want to accommodate for
> AMD's PM, then you need to vary disassembly according to command line
> options specified, with the default being in line with the SDM (I can
> dig out a pretty old version of the doc, but I believe it has always
> been that way, i.e. even before AMD introduced their clones).
>
> I will revert this change unless you come forward with an adjustment
> within the next couple of days.
>

Given that the only lower 16 bits are used, the 16-bit register source
is more appropriate.  I will raise the issue with the Intel SDM author.

-- 
H.J.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-05 23:20   ` H.J. Lu
@ 2022-12-06  7:51     ` Jan Beulich
  2022-12-06 16:11       ` H.J. Lu
  2022-12-08  7:20     ` Jan Beulich
  1 sibling, 1 reply; 12+ messages in thread
From: Jan Beulich @ 2022-12-06  7:51 UTC (permalink / raw)
  To: H.J. Lu; +Cc: binutils

On 06.12.2022 00:20, H.J. Lu wrote:
> On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
>>
>> On 03.12.2022 05:13, H.J. Lu wrote:
>>> Since LAR and LSL only access 16 bits of the source operand, regardless
>>> of operand size, allow 16-bit register source for LAR and LSL, and always
>>> disassemble LAR and LSL with 16-bit source operand.
>>>
>>> gas/
>>>
>>>       PR gas/29844
>>>       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
>>>       * testsuite/gas/i386/x86_64.s: Likewise.
>>>       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
>>>       * testsuite/gas/i386/i386-intel.d: Updated.
>>>       * testsuite/gas/i386/i386.d: Likewise.
>>>       * testsuite/gas/i386/intel-intel.d: Likewise.
>>>       * testsuite/gas/i386/intel.d: Likewise.
>>>       * testsuite/gas/i386/intelbad.l: Likewise.
>>>       * testsuite/gas/i386/x86_64-intel.d: Likewise.
>>>       * testsuite/gas/i386/x86_64.d: Likewise.
>>>
>>> opcodes/
>>>
>>>       PR gas/29844
>>>       * i386-dis.c (MOD_0F02): Removed.
>>>       (MOD_0F03): Likewise.
>>>       (dis386_twobyte): Restore larS and lslS.
>>>       (mod_table): Remove MOD_0F02 and MOD_0F03.
>>>       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
>>>       * i386-tbl.h: Regenerated.
>>
>> Please can you refrain from immediately committing patches which have
>> a risk of being controversial.
>>
>> In the case here, given there are uses of the 16-bit register operand
>> form in the Linux kernel, I can accept the assembler part of the change.
>> The lines in i386-opc.tbl, however, need a comment then, as allowing for
>> 16-bit registers despite a wider destination is explicitly not in line
>> with the SDM. (Interestingly AMD's PM is different in this regard.)
>>
>> For the disassembler part you're completely undoing what I did, which is
>> wrong - again with reference to the SDM. If you want to accommodate for
>> AMD's PM, then you need to vary disassembly according to command line
>> options specified, with the default being in line with the SDM (I can
>> dig out a pretty old version of the doc, but I believe it has always
>> been that way, i.e. even before AMD introduced their clones).
>>
>> I will revert this change unless you come forward with an adjustment
>> within the next couple of days.
>>
> 
> Given that the only lower 16 bits are used, the 16-bit register source
> is more appropriate.  I will raise the issue with the Intel SDM author.

I see no point in changing the documentation when what's there has been
valid for well over 30 years. There are other cases in newer insns where
only the low 16 (or 8) bits are used, yet still the 32-bit register name
is specified ({,v}pinsr{b,w} come to mind immediately). Also what you've
done brought things out of sync with mov-to-sreg (and no, please don't
"restore" consistency by also changing disassembly there).

My request stand: Please undo / adjust the disassembler change you've
done, or I'll have to revert the entire commit as being wrong and having
been committed prematurely.

Jan

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-06  7:51     ` Jan Beulich
@ 2022-12-06 16:11       ` H.J. Lu
  2022-12-06 16:36         ` Jan Beulich
  0 siblings, 1 reply; 12+ messages in thread
From: H.J. Lu @ 2022-12-06 16:11 UTC (permalink / raw)
  To: Jan Beulich; +Cc: binutils

On Mon, Dec 5, 2022 at 11:51 PM Jan Beulich <jbeulich@suse.com> wrote:
>
> On 06.12.2022 00:20, H.J. Lu wrote:
> > On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
> >>
> >> On 03.12.2022 05:13, H.J. Lu wrote:
> >>> Since LAR and LSL only access 16 bits of the source operand, regardless
> >>> of operand size, allow 16-bit register source for LAR and LSL, and always
> >>> disassemble LAR and LSL with 16-bit source operand.
> >>>
> >>> gas/
> >>>
> >>>       PR gas/29844
> >>>       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
> >>>       * testsuite/gas/i386/x86_64.s: Likewise.
> >>>       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
> >>>       * testsuite/gas/i386/i386-intel.d: Updated.
> >>>       * testsuite/gas/i386/i386.d: Likewise.
> >>>       * testsuite/gas/i386/intel-intel.d: Likewise.
> >>>       * testsuite/gas/i386/intel.d: Likewise.
> >>>       * testsuite/gas/i386/intelbad.l: Likewise.
> >>>       * testsuite/gas/i386/x86_64-intel.d: Likewise.
> >>>       * testsuite/gas/i386/x86_64.d: Likewise.
> >>>
> >>> opcodes/
> >>>
> >>>       PR gas/29844
> >>>       * i386-dis.c (MOD_0F02): Removed.
> >>>       (MOD_0F03): Likewise.
> >>>       (dis386_twobyte): Restore larS and lslS.
> >>>       (mod_table): Remove MOD_0F02 and MOD_0F03.
> >>>       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
> >>>       * i386-tbl.h: Regenerated.
> >>
> >> Please can you refrain from immediately committing patches which have
> >> a risk of being controversial.
> >>
> >> In the case here, given there are uses of the 16-bit register operand
> >> form in the Linux kernel, I can accept the assembler part of the change.
> >> The lines in i386-opc.tbl, however, need a comment then, as allowing for
> >> 16-bit registers despite a wider destination is explicitly not in line
> >> with the SDM. (Interestingly AMD's PM is different in this regard.)
> >>
> >> For the disassembler part you're completely undoing what I did, which is
> >> wrong - again with reference to the SDM. If you want to accommodate for
> >> AMD's PM, then you need to vary disassembly according to command line
> >> options specified, with the default being in line with the SDM (I can
> >> dig out a pretty old version of the doc, but I believe it has always
> >> been that way, i.e. even before AMD introduced their clones).
> >>
> >> I will revert this change unless you come forward with an adjustment
> >> within the next couple of days.
> >>
> >
> > Given that the only lower 16 bits are used, the 16-bit register source
> > is more appropriate.  I will raise the issue with the Intel SDM author.
>
> I see no point in changing the documentation when what's there has been
> valid for well over 30 years. There are other cases in newer insns where
> only the low 16 (or 8) bits are used, yet still the 32-bit register name
> is specified ({,v}pinsr{b,w} come to mind immediately). Also what you've
> done brought things out of sync with mov-to-sreg (and no, please don't
> "restore" consistency by also changing disassembly there).

The 16-bit register has been used in both assembler and disassembler
for well over 30 years.  I consider this a flaw in the spec.

> My request stand: Please undo / adjust the disassembler change you've
> done, or I'll have to revert the entire commit as being wrong and having
> been committed prematurely.
>
> Jan



-- 
H.J.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-06 16:11       ` H.J. Lu
@ 2022-12-06 16:36         ` Jan Beulich
  2022-12-06 22:32           ` H.J. Lu
  0 siblings, 1 reply; 12+ messages in thread
From: Jan Beulich @ 2022-12-06 16:36 UTC (permalink / raw)
  To: H.J. Lu; +Cc: binutils

On 06.12.2022 17:11, H.J. Lu wrote:
> On Mon, Dec 5, 2022 at 11:51 PM Jan Beulich <jbeulich@suse.com> wrote:
>>
>> On 06.12.2022 00:20, H.J. Lu wrote:
>>> On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
>>>>
>>>> On 03.12.2022 05:13, H.J. Lu wrote:
>>>>> Since LAR and LSL only access 16 bits of the source operand, regardless
>>>>> of operand size, allow 16-bit register source for LAR and LSL, and always
>>>>> disassemble LAR and LSL with 16-bit source operand.
>>>>>
>>>>> gas/
>>>>>
>>>>>       PR gas/29844
>>>>>       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
>>>>>       * testsuite/gas/i386/x86_64.s: Likewise.
>>>>>       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
>>>>>       * testsuite/gas/i386/i386-intel.d: Updated.
>>>>>       * testsuite/gas/i386/i386.d: Likewise.
>>>>>       * testsuite/gas/i386/intel-intel.d: Likewise.
>>>>>       * testsuite/gas/i386/intel.d: Likewise.
>>>>>       * testsuite/gas/i386/intelbad.l: Likewise.
>>>>>       * testsuite/gas/i386/x86_64-intel.d: Likewise.
>>>>>       * testsuite/gas/i386/x86_64.d: Likewise.
>>>>>
>>>>> opcodes/
>>>>>
>>>>>       PR gas/29844
>>>>>       * i386-dis.c (MOD_0F02): Removed.
>>>>>       (MOD_0F03): Likewise.
>>>>>       (dis386_twobyte): Restore larS and lslS.
>>>>>       (mod_table): Remove MOD_0F02 and MOD_0F03.
>>>>>       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
>>>>>       * i386-tbl.h: Regenerated.
>>>>
>>>> Please can you refrain from immediately committing patches which have
>>>> a risk of being controversial.
>>>>
>>>> In the case here, given there are uses of the 16-bit register operand
>>>> form in the Linux kernel, I can accept the assembler part of the change.
>>>> The lines in i386-opc.tbl, however, need a comment then, as allowing for
>>>> 16-bit registers despite a wider destination is explicitly not in line
>>>> with the SDM. (Interestingly AMD's PM is different in this regard.)
>>>>
>>>> For the disassembler part you're completely undoing what I did, which is
>>>> wrong - again with reference to the SDM. If you want to accommodate for
>>>> AMD's PM, then you need to vary disassembly according to command line
>>>> options specified, with the default being in line with the SDM (I can
>>>> dig out a pretty old version of the doc, but I believe it has always
>>>> been that way, i.e. even before AMD introduced their clones).
>>>>
>>>> I will revert this change unless you come forward with an adjustment
>>>> within the next couple of days.
>>>>
>>>
>>> Given that the only lower 16 bits are used, the 16-bit register source
>>> is more appropriate.  I will raise the issue with the Intel SDM author.
>>
>> I see no point in changing the documentation when what's there has been
>> valid for well over 30 years. There are other cases in newer insns where
>> only the low 16 (or 8) bits are used, yet still the 32-bit register name
>> is specified ({,v}pinsr{b,w} come to mind immediately). Also what you've
>> done brought things out of sync with mov-to-sreg (and no, please don't
>> "restore" consistency by also changing disassembly there).
> 
> The 16-bit register has been used in both assembler and disassembler
> for well over 30 years.  I consider this a flaw in the spec.

And a flaw in disassembly of move-to-sreg (and maybe other insns)?
Is the spec then also wrong with {,v}pinsr{b,w}? Also note that
while the assembler wants to provide backwards compatibility, the
same is rarely necessary for the disassembler. Hence what it may
or may not have done for over 30 years doesn't really matter.

Please can we avoid introducing further inconsistencies, and rather
work towards more consistency (and not by then also corrupting
move-to-sreg and possible other insns)?

Jan

>> My request stand: Please undo / adjust the disassembler change you've
>> done, or I'll have to revert the entire commit as being wrong and having
>> been committed prematurely.
>>
>> Jan
> 
> 
> 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-06 16:36         ` Jan Beulich
@ 2022-12-06 22:32           ` H.J. Lu
  2022-12-07 10:47             ` Jan Beulich
  0 siblings, 1 reply; 12+ messages in thread
From: H.J. Lu @ 2022-12-06 22:32 UTC (permalink / raw)
  To: Jan Beulich; +Cc: binutils

On Tue, Dec 6, 2022 at 8:36 AM Jan Beulich <jbeulich@suse.com> wrote:
>
> On 06.12.2022 17:11, H.J. Lu wrote:
> > On Mon, Dec 5, 2022 at 11:51 PM Jan Beulich <jbeulich@suse.com> wrote:
> >>
> >> On 06.12.2022 00:20, H.J. Lu wrote:
> >>> On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
> >>>>
> >>>> On 03.12.2022 05:13, H.J. Lu wrote:
> >>>>> Since LAR and LSL only access 16 bits of the source operand, regardless
> >>>>> of operand size, allow 16-bit register source for LAR and LSL, and always
> >>>>> disassemble LAR and LSL with 16-bit source operand.
> >>>>>
> >>>>> gas/
> >>>>>
> >>>>>       PR gas/29844
> >>>>>       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
> >>>>>       * testsuite/gas/i386/x86_64.s: Likewise.
> >>>>>       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
> >>>>>       * testsuite/gas/i386/i386-intel.d: Updated.
> >>>>>       * testsuite/gas/i386/i386.d: Likewise.
> >>>>>       * testsuite/gas/i386/intel-intel.d: Likewise.
> >>>>>       * testsuite/gas/i386/intel.d: Likewise.
> >>>>>       * testsuite/gas/i386/intelbad.l: Likewise.
> >>>>>       * testsuite/gas/i386/x86_64-intel.d: Likewise.
> >>>>>       * testsuite/gas/i386/x86_64.d: Likewise.
> >>>>>
> >>>>> opcodes/
> >>>>>
> >>>>>       PR gas/29844
> >>>>>       * i386-dis.c (MOD_0F02): Removed.
> >>>>>       (MOD_0F03): Likewise.
> >>>>>       (dis386_twobyte): Restore larS and lslS.
> >>>>>       (mod_table): Remove MOD_0F02 and MOD_0F03.
> >>>>>       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
> >>>>>       * i386-tbl.h: Regenerated.
> >>>>
> >>>> Please can you refrain from immediately committing patches which have
> >>>> a risk of being controversial.
> >>>>
> >>>> In the case here, given there are uses of the 16-bit register operand
> >>>> form in the Linux kernel, I can accept the assembler part of the change.
> >>>> The lines in i386-opc.tbl, however, need a comment then, as allowing for
> >>>> 16-bit registers despite a wider destination is explicitly not in line
> >>>> with the SDM. (Interestingly AMD's PM is different in this regard.)
> >>>>
> >>>> For the disassembler part you're completely undoing what I did, which is
> >>>> wrong - again with reference to the SDM. If you want to accommodate for
> >>>> AMD's PM, then you need to vary disassembly according to command line
> >>>> options specified, with the default being in line with the SDM (I can
> >>>> dig out a pretty old version of the doc, but I believe it has always
> >>>> been that way, i.e. even before AMD introduced their clones).
> >>>>
> >>>> I will revert this change unless you come forward with an adjustment
> >>>> within the next couple of days.
> >>>>
> >>>
> >>> Given that the only lower 16 bits are used, the 16-bit register source
> >>> is more appropriate.  I will raise the issue with the Intel SDM author.
> >>
> >> I see no point in changing the documentation when what's there has been
> >> valid for well over 30 years. There are other cases in newer insns where
> >> only the low 16 (or 8) bits are used, yet still the 32-bit register name
> >> is specified ({,v}pinsr{b,w} come to mind immediately). Also what you've
> >> done brought things out of sync with mov-to-sreg (and no, please don't
> >> "restore" consistency by also changing disassembly there).
> >
> > The 16-bit register has been used in both assembler and disassembler
> > for well over 30 years.  I consider this a flaw in the spec.
>
> And a flaw in disassembly of move-to-sreg (and maybe other insns)?
> Is the spec then also wrong with {,v}pinsr{b,w}? Also note that
> while the assembler wants to provide backwards compatibility, the
> same is rarely necessary for the disassembler. Hence what it may
> or may not have done for over 30 years doesn't really matter.
>
> Please can we avoid introducing further inconsistencies, and rather
> work towards more consistency (and not by then also corrupting
> move-to-sreg and possible other insns)?
>

I have a different view on "inconsistencies".  For LAR/LSL, they
are different:

1.  All operands are integer registers.
2. The operand size prefix doesn't apply to the source.
3. Only the 16 bits of the source are used.
4. 16 bit source has been in use for more than 30 years.

What counts are how the processor behaves and what has
been used.  The SDM isn't casted in stone.  It is being updated
constantly.


H.J.

-- 
H.J.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-06 22:32           ` H.J. Lu
@ 2022-12-07 10:47             ` Jan Beulich
  2022-12-07 23:57               ` H.J. Lu
  0 siblings, 1 reply; 12+ messages in thread
From: Jan Beulich @ 2022-12-07 10:47 UTC (permalink / raw)
  To: H.J. Lu; +Cc: binutils

On 06.12.2022 23:32, H.J. Lu wrote:
> On Tue, Dec 6, 2022 at 8:36 AM Jan Beulich <jbeulich@suse.com> wrote:
>>
>> On 06.12.2022 17:11, H.J. Lu wrote:
>>> On Mon, Dec 5, 2022 at 11:51 PM Jan Beulich <jbeulich@suse.com> wrote:
>>>>
>>>> On 06.12.2022 00:20, H.J. Lu wrote:
>>>>> On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
>>>>>>
>>>>>> On 03.12.2022 05:13, H.J. Lu wrote:
>>>>>>> Since LAR and LSL only access 16 bits of the source operand, regardless
>>>>>>> of operand size, allow 16-bit register source for LAR and LSL, and always
>>>>>>> disassemble LAR and LSL with 16-bit source operand.
>>>>>>>
>>>>>>> gas/
>>>>>>>
>>>>>>>       PR gas/29844
>>>>>>>       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
>>>>>>>       * testsuite/gas/i386/x86_64.s: Likewise.
>>>>>>>       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
>>>>>>>       * testsuite/gas/i386/i386-intel.d: Updated.
>>>>>>>       * testsuite/gas/i386/i386.d: Likewise.
>>>>>>>       * testsuite/gas/i386/intel-intel.d: Likewise.
>>>>>>>       * testsuite/gas/i386/intel.d: Likewise.
>>>>>>>       * testsuite/gas/i386/intelbad.l: Likewise.
>>>>>>>       * testsuite/gas/i386/x86_64-intel.d: Likewise.
>>>>>>>       * testsuite/gas/i386/x86_64.d: Likewise.
>>>>>>>
>>>>>>> opcodes/
>>>>>>>
>>>>>>>       PR gas/29844
>>>>>>>       * i386-dis.c (MOD_0F02): Removed.
>>>>>>>       (MOD_0F03): Likewise.
>>>>>>>       (dis386_twobyte): Restore larS and lslS.
>>>>>>>       (mod_table): Remove MOD_0F02 and MOD_0F03.
>>>>>>>       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
>>>>>>>       * i386-tbl.h: Regenerated.
>>>>>>
>>>>>> Please can you refrain from immediately committing patches which have
>>>>>> a risk of being controversial.
>>>>>>
>>>>>> In the case here, given there are uses of the 16-bit register operand
>>>>>> form in the Linux kernel, I can accept the assembler part of the change.
>>>>>> The lines in i386-opc.tbl, however, need a comment then, as allowing for
>>>>>> 16-bit registers despite a wider destination is explicitly not in line
>>>>>> with the SDM. (Interestingly AMD's PM is different in this regard.)
>>>>>>
>>>>>> For the disassembler part you're completely undoing what I did, which is
>>>>>> wrong - again with reference to the SDM. If you want to accommodate for
>>>>>> AMD's PM, then you need to vary disassembly according to command line
>>>>>> options specified, with the default being in line with the SDM (I can
>>>>>> dig out a pretty old version of the doc, but I believe it has always
>>>>>> been that way, i.e. even before AMD introduced their clones).
>>>>>>
>>>>>> I will revert this change unless you come forward with an adjustment
>>>>>> within the next couple of days.
>>>>>>
>>>>>
>>>>> Given that the only lower 16 bits are used, the 16-bit register source
>>>>> is more appropriate.  I will raise the issue with the Intel SDM author.
>>>>
>>>> I see no point in changing the documentation when what's there has been
>>>> valid for well over 30 years. There are other cases in newer insns where
>>>> only the low 16 (or 8) bits are used, yet still the 32-bit register name
>>>> is specified ({,v}pinsr{b,w} come to mind immediately). Also what you've
>>>> done brought things out of sync with mov-to-sreg (and no, please don't
>>>> "restore" consistency by also changing disassembly there).
>>>
>>> The 16-bit register has been used in both assembler and disassembler
>>> for well over 30 years.  I consider this a flaw in the spec.
>>
>> And a flaw in disassembly of move-to-sreg (and maybe other insns)?
>> Is the spec then also wrong with {,v}pinsr{b,w}? Also note that
>> while the assembler wants to provide backwards compatibility, the
>> same is rarely necessary for the disassembler. Hence what it may
>> or may not have done for over 30 years doesn't really matter.
>>
>> Please can we avoid introducing further inconsistencies, and rather
>> work towards more consistency (and not by then also corrupting
>> move-to-sreg and possible other insns)?
>>
> 
> I have a different view on "inconsistencies".  For LAR/LSL, they
> are different:
> 
> 1.  All operands are integer registers.
> 2. The operand size prefix doesn't apply to the source.
> 3. Only the 16 bits of the source are used.

2 and 3 are true for move-to-sreg and {,v}pinsr{b,w} as well.

> 4. 16 bit source has been in use for more than 30 years.
> 
> What counts are how the processor behaves

Which means we have further things to fix: For example LTR and LLDT,
like move-to-sreg, also accept 32- or 64-bit register operands,
silently ignoring the upper bits. The assembler wants to accept such
for consistency (even if the SDM doesn't name these variants), and
the disassembler wants to express operand size by picking the correct
register name (didn't check if it maybe already does).

This "picking the correct register name" applies to both operands of
LAR and LSL just as much.

In case it was lost by now: I agree with the assembler side adjustment
you did, both for reasons of compatibility and for fulfilling what
AMD's PM states. But the disassembler side wants undoing, and I will
(one way or another) if you don't. There simply was no basis for you
to commit that change without waiting at the very least a day for
feedback (for anything which may end up controversial, giving it more
time would be appreciated).

Jan

> and what has
> been used.  The SDM isn't casted in stone.  It is being updated
> constantly.
> 
> 
> H.J.
> 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-07 10:47             ` Jan Beulich
@ 2022-12-07 23:57               ` H.J. Lu
  2022-12-08  7:38                 ` Jan Beulich
  0 siblings, 1 reply; 12+ messages in thread
From: H.J. Lu @ 2022-12-07 23:57 UTC (permalink / raw)
  To: Jan Beulich; +Cc: binutils

On Wed, Dec 7, 2022 at 2:47 AM Jan Beulich <jbeulich@suse.com> wrote:
>
> On 06.12.2022 23:32, H.J. Lu wrote:
> > On Tue, Dec 6, 2022 at 8:36 AM Jan Beulich <jbeulich@suse.com> wrote:
> >>
> >> On 06.12.2022 17:11, H.J. Lu wrote:
> >>> On Mon, Dec 5, 2022 at 11:51 PM Jan Beulich <jbeulich@suse.com> wrote:
> >>>>
> >>>> On 06.12.2022 00:20, H.J. Lu wrote:
> >>>>> On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
> >>>>>>
> >>>>>> On 03.12.2022 05:13, H.J. Lu wrote:
> >>>>>>> Since LAR and LSL only access 16 bits of the source operand, regardless
> >>>>>>> of operand size, allow 16-bit register source for LAR and LSL, and always
> >>>>>>> disassemble LAR and LSL with 16-bit source operand.
> >>>>>>>
> >>>>>>> gas/
> >>>>>>>
> >>>>>>>       PR gas/29844
> >>>>>>>       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
> >>>>>>>       * testsuite/gas/i386/x86_64.s: Likewise.
> >>>>>>>       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
> >>>>>>>       * testsuite/gas/i386/i386-intel.d: Updated.
> >>>>>>>       * testsuite/gas/i386/i386.d: Likewise.
> >>>>>>>       * testsuite/gas/i386/intel-intel.d: Likewise.
> >>>>>>>       * testsuite/gas/i386/intel.d: Likewise.
> >>>>>>>       * testsuite/gas/i386/intelbad.l: Likewise.
> >>>>>>>       * testsuite/gas/i386/x86_64-intel.d: Likewise.
> >>>>>>>       * testsuite/gas/i386/x86_64.d: Likewise.
> >>>>>>>
> >>>>>>> opcodes/
> >>>>>>>
> >>>>>>>       PR gas/29844
> >>>>>>>       * i386-dis.c (MOD_0F02): Removed.
> >>>>>>>       (MOD_0F03): Likewise.
> >>>>>>>       (dis386_twobyte): Restore larS and lslS.
> >>>>>>>       (mod_table): Remove MOD_0F02 and MOD_0F03.
> >>>>>>>       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
> >>>>>>>       * i386-tbl.h: Regenerated.
> >>>>>>
> >>>>>> Please can you refrain from immediately committing patches which have
> >>>>>> a risk of being controversial.
> >>>>>>
> >>>>>> In the case here, given there are uses of the 16-bit register operand
> >>>>>> form in the Linux kernel, I can accept the assembler part of the change.
> >>>>>> The lines in i386-opc.tbl, however, need a comment then, as allowing for
> >>>>>> 16-bit registers despite a wider destination is explicitly not in line
> >>>>>> with the SDM. (Interestingly AMD's PM is different in this regard.)
> >>>>>>
> >>>>>> For the disassembler part you're completely undoing what I did, which is
> >>>>>> wrong - again with reference to the SDM. If you want to accommodate for
> >>>>>> AMD's PM, then you need to vary disassembly according to command line
> >>>>>> options specified, with the default being in line with the SDM (I can
> >>>>>> dig out a pretty old version of the doc, but I believe it has always
> >>>>>> been that way, i.e. even before AMD introduced their clones).
> >>>>>>
> >>>>>> I will revert this change unless you come forward with an adjustment
> >>>>>> within the next couple of days.
> >>>>>>
> >>>>>
> >>>>> Given that the only lower 16 bits are used, the 16-bit register source
> >>>>> is more appropriate.  I will raise the issue with the Intel SDM author.
> >>>>
> >>>> I see no point in changing the documentation when what's there has been
> >>>> valid for well over 30 years. There are other cases in newer insns where
> >>>> only the low 16 (or 8) bits are used, yet still the 32-bit register name
> >>>> is specified ({,v}pinsr{b,w} come to mind immediately). Also what you've
> >>>> done brought things out of sync with mov-to-sreg (and no, please don't
> >>>> "restore" consistency by also changing disassembly there).
> >>>
> >>> The 16-bit register has been used in both assembler and disassembler
> >>> for well over 30 years.  I consider this a flaw in the spec.
> >>
> >> And a flaw in disassembly of move-to-sreg (and maybe other insns)?
> >> Is the spec then also wrong with {,v}pinsr{b,w}? Also note that
> >> while the assembler wants to provide backwards compatibility, the
> >> same is rarely necessary for the disassembler. Hence what it may
> >> or may not have done for over 30 years doesn't really matter.
> >>
> >> Please can we avoid introducing further inconsistencies, and rather
> >> work towards more consistency (and not by then also corrupting
> >> move-to-sreg and possible other insns)?
> >>
> >
> > I have a different view on "inconsistencies".  For LAR/LSL, they
> > are different:
> >
> > 1.  All operands are integer registers.
> > 2. The operand size prefix doesn't apply to the source.
> > 3. Only the 16 bits of the source are used.
>
> 2 and 3 are true for move-to-sreg and {,v}pinsr{b,w} as well.
>
> > 4. 16 bit source has been in use for more than 30 years.
> >
> > What counts are how the processor behaves
>
> Which means we have further things to fix: For example LTR and LLDT,
> like move-to-sreg, also accept 32- or 64-bit register operands,
> silently ignoring the upper bits. The assembler wants to accept such
> for consistency (even if the SDM doesn't name these variants), and
> the disassembler wants to express operand size by picking the correct
> register name (didn't check if it maybe already does).
>
> This "picking the correct register name" applies to both operands of
> LAR and LSL just as much.

We have different opinions on what "the correct register name"
should be.   When there are more than one integer registers
and the operand size prefix is ignored on one, the register
name with the proper size is the correct register name.

> In case it was lost by now: I agree with the assembler side adjustment
> you did, both for reasons of compatibility and for fulfilling what
> AMD's PM states. But the disassembler side wants undoing, and I will
> (one way or another) if you don't. There simply was no basis for you
> to commit that change without waiting at the very least a day for
> feedback (for anything which may end up controversial, giving it more
> time would be appreciated).
>
> Jan
>
> > and what has
> > been used.  The SDM isn't casted in stone.  It is being updated
> > constantly.
> >
> >
> > H.J.
> >
>


-- 
H.J.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-05 23:20   ` H.J. Lu
  2022-12-06  7:51     ` Jan Beulich
@ 2022-12-08  7:20     ` Jan Beulich
  1 sibling, 0 replies; 12+ messages in thread
From: Jan Beulich @ 2022-12-08  7:20 UTC (permalink / raw)
  To: H.J. Lu; +Cc: binutils

On 06.12.2022 00:20, H.J. Lu wrote:
> On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
>>
>> On 03.12.2022 05:13, H.J. Lu wrote:
>>> Since LAR and LSL only access 16 bits of the source operand, regardless
>>> of operand size, allow 16-bit register source for LAR and LSL, and always
>>> disassemble LAR and LSL with 16-bit source operand.
>>>
>>> gas/
>>>
>>>       PR gas/29844
>>>       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
>>>       * testsuite/gas/i386/x86_64.s: Likewise.
>>>       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
>>>       * testsuite/gas/i386/i386-intel.d: Updated.
>>>       * testsuite/gas/i386/i386.d: Likewise.
>>>       * testsuite/gas/i386/intel-intel.d: Likewise.
>>>       * testsuite/gas/i386/intel.d: Likewise.
>>>       * testsuite/gas/i386/intelbad.l: Likewise.
>>>       * testsuite/gas/i386/x86_64-intel.d: Likewise.
>>>       * testsuite/gas/i386/x86_64.d: Likewise.
>>>
>>> opcodes/
>>>
>>>       PR gas/29844
>>>       * i386-dis.c (MOD_0F02): Removed.
>>>       (MOD_0F03): Likewise.
>>>       (dis386_twobyte): Restore larS and lslS.
>>>       (mod_table): Remove MOD_0F02 and MOD_0F03.
>>>       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
>>>       * i386-tbl.h: Regenerated.
>>
>> Please can you refrain from immediately committing patches which have
>> a risk of being controversial.
>>
>> In the case here, given there are uses of the 16-bit register operand
>> form in the Linux kernel, I can accept the assembler part of the change.
>> The lines in i386-opc.tbl, however, need a comment then, as allowing for
>> 16-bit registers despite a wider destination is explicitly not in line
>> with the SDM. (Interestingly AMD's PM is different in this regard.)
>>
>> For the disassembler part you're completely undoing what I did, which is
>> wrong - again with reference to the SDM. If you want to accommodate for
>> AMD's PM, then you need to vary disassembly according to command line
>> options specified, with the default being in line with the SDM (I can
>> dig out a pretty old version of the doc, but I believe it has always
>> been that way, i.e. even before AMD introduced their clones).
>>
>> I will revert this change unless you come forward with an adjustment
>> within the next couple of days.
>>
> 
> Given that the only lower 16 bits are used, the 16-bit register source
> is more appropriate.  I will raise the issue with the Intel SDM author.

Which, if they follow your line of thinking, will only introduce more
anomalies in the documentation, when there ought to be as little
anomalies as possible. Thinking it further your way, are you then
also going to request to change documentation for ARPL, which uses
only the low two bits of its input and which only updates the low two
bits of its output?

Jan

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-07 23:57               ` H.J. Lu
@ 2022-12-08  7:38                 ` Jan Beulich
  2022-12-09  2:11                   ` H.J. Lu
  0 siblings, 1 reply; 12+ messages in thread
From: Jan Beulich @ 2022-12-08  7:38 UTC (permalink / raw)
  To: H.J. Lu; +Cc: binutils

On 08.12.2022 00:57, H.J. Lu wrote:
> On Wed, Dec 7, 2022 at 2:47 AM Jan Beulich <jbeulich@suse.com> wrote:
>>
>> On 06.12.2022 23:32, H.J. Lu wrote:
>>> On Tue, Dec 6, 2022 at 8:36 AM Jan Beulich <jbeulich@suse.com> wrote:
>>>>
>>>> On 06.12.2022 17:11, H.J. Lu wrote:
>>>>> On Mon, Dec 5, 2022 at 11:51 PM Jan Beulich <jbeulich@suse.com> wrote:
>>>>>>
>>>>>> On 06.12.2022 00:20, H.J. Lu wrote:
>>>>>>> On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
>>>>>>>>
>>>>>>>> On 03.12.2022 05:13, H.J. Lu wrote:
>>>>>>>>> Since LAR and LSL only access 16 bits of the source operand, regardless
>>>>>>>>> of operand size, allow 16-bit register source for LAR and LSL, and always
>>>>>>>>> disassemble LAR and LSL with 16-bit source operand.
>>>>>>>>>
>>>>>>>>> gas/
>>>>>>>>>
>>>>>>>>>       PR gas/29844
>>>>>>>>>       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
>>>>>>>>>       * testsuite/gas/i386/x86_64.s: Likewise.
>>>>>>>>>       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
>>>>>>>>>       * testsuite/gas/i386/i386-intel.d: Updated.
>>>>>>>>>       * testsuite/gas/i386/i386.d: Likewise.
>>>>>>>>>       * testsuite/gas/i386/intel-intel.d: Likewise.
>>>>>>>>>       * testsuite/gas/i386/intel.d: Likewise.
>>>>>>>>>       * testsuite/gas/i386/intelbad.l: Likewise.
>>>>>>>>>       * testsuite/gas/i386/x86_64-intel.d: Likewise.
>>>>>>>>>       * testsuite/gas/i386/x86_64.d: Likewise.
>>>>>>>>>
>>>>>>>>> opcodes/
>>>>>>>>>
>>>>>>>>>       PR gas/29844
>>>>>>>>>       * i386-dis.c (MOD_0F02): Removed.
>>>>>>>>>       (MOD_0F03): Likewise.
>>>>>>>>>       (dis386_twobyte): Restore larS and lslS.
>>>>>>>>>       (mod_table): Remove MOD_0F02 and MOD_0F03.
>>>>>>>>>       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
>>>>>>>>>       * i386-tbl.h: Regenerated.
>>>>>>>>
>>>>>>>> Please can you refrain from immediately committing patches which have
>>>>>>>> a risk of being controversial.
>>>>>>>>
>>>>>>>> In the case here, given there are uses of the 16-bit register operand
>>>>>>>> form in the Linux kernel, I can accept the assembler part of the change.
>>>>>>>> The lines in i386-opc.tbl, however, need a comment then, as allowing for
>>>>>>>> 16-bit registers despite a wider destination is explicitly not in line
>>>>>>>> with the SDM. (Interestingly AMD's PM is different in this regard.)
>>>>>>>>
>>>>>>>> For the disassembler part you're completely undoing what I did, which is
>>>>>>>> wrong - again with reference to the SDM. If you want to accommodate for
>>>>>>>> AMD's PM, then you need to vary disassembly according to command line
>>>>>>>> options specified, with the default being in line with the SDM (I can
>>>>>>>> dig out a pretty old version of the doc, but I believe it has always
>>>>>>>> been that way, i.e. even before AMD introduced their clones).
>>>>>>>>
>>>>>>>> I will revert this change unless you come forward with an adjustment
>>>>>>>> within the next couple of days.
>>>>>>>>
>>>>>>>
>>>>>>> Given that the only lower 16 bits are used, the 16-bit register source
>>>>>>> is more appropriate.  I will raise the issue with the Intel SDM author.
>>>>>>
>>>>>> I see no point in changing the documentation when what's there has been
>>>>>> valid for well over 30 years. There are other cases in newer insns where
>>>>>> only the low 16 (or 8) bits are used, yet still the 32-bit register name
>>>>>> is specified ({,v}pinsr{b,w} come to mind immediately). Also what you've
>>>>>> done brought things out of sync with mov-to-sreg (and no, please don't
>>>>>> "restore" consistency by also changing disassembly there).
>>>>>
>>>>> The 16-bit register has been used in both assembler and disassembler
>>>>> for well over 30 years.  I consider this a flaw in the spec.
>>>>
>>>> And a flaw in disassembly of move-to-sreg (and maybe other insns)?
>>>> Is the spec then also wrong with {,v}pinsr{b,w}? Also note that
>>>> while the assembler wants to provide backwards compatibility, the
>>>> same is rarely necessary for the disassembler. Hence what it may
>>>> or may not have done for over 30 years doesn't really matter.
>>>>
>>>> Please can we avoid introducing further inconsistencies, and rather
>>>> work towards more consistency (and not by then also corrupting
>>>> move-to-sreg and possible other insns)?
>>>>
>>>
>>> I have a different view on "inconsistencies".  For LAR/LSL, they
>>> are different:
>>>
>>> 1.  All operands are integer registers.
>>> 2. The operand size prefix doesn't apply to the source.
>>> 3. Only the 16 bits of the source are used.
>>
>> 2 and 3 are true for move-to-sreg and {,v}pinsr{b,w} as well.
>>
>>> 4. 16 bit source has been in use for more than 30 years.
>>>
>>> What counts are how the processor behaves
>>
>> Which means we have further things to fix: For example LTR and LLDT,
>> like move-to-sreg, also accept 32- or 64-bit register operands,
>> silently ignoring the upper bits. The assembler wants to accept such
>> for consistency (even if the SDM doesn't name these variants), and
>> the disassembler wants to express operand size by picking the correct
>> register name (didn't check if it maybe already does).
>>
>> This "picking the correct register name" applies to both operands of
>> LAR and LSL just as much.
> 
> We have different opinions on what "the correct register name"
> should be.

Indeed - hence why the patch should never have been committed. Recall
you did approve of the earlier patch, which now you've partially
reverted without even saying so in your commit? Which is made even
worse by the fact that to address PR gas/29844 there was no need at
all to also touch the disassembler, i.e. you've mixed in a single
commit two entirely separate changes (one controversial, the other
not).

>   When there are more than one integer registers
> and the operand size prefix is ignored on one, the register
> name with the proper size is the correct register name.

Quite differently: Except where necessary (MOVSX, MOVZX, CRC32),
register sizes ought to match so there are as few anomalies as possible
throughout the entire ISA. With non-matching register sizes it'll be
easily ambiguous what an insn's operand size actually is.

Jan

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] x86: Allow 16-bit register source for LAR and LSL
  2022-12-08  7:38                 ` Jan Beulich
@ 2022-12-09  2:11                   ` H.J. Lu
  0 siblings, 0 replies; 12+ messages in thread
From: H.J. Lu @ 2022-12-09  2:11 UTC (permalink / raw)
  To: Jan Beulich; +Cc: binutils

On Wed, Dec 7, 2022 at 11:38 PM Jan Beulich <jbeulich@suse.com> wrote:
>
> On 08.12.2022 00:57, H.J. Lu wrote:
> > On Wed, Dec 7, 2022 at 2:47 AM Jan Beulich <jbeulich@suse.com> wrote:
> >>
> >> On 06.12.2022 23:32, H.J. Lu wrote:
> >>> On Tue, Dec 6, 2022 at 8:36 AM Jan Beulich <jbeulich@suse.com> wrote:
> >>>>
> >>>> On 06.12.2022 17:11, H.J. Lu wrote:
> >>>>> On Mon, Dec 5, 2022 at 11:51 PM Jan Beulich <jbeulich@suse.com> wrote:
> >>>>>>
> >>>>>> On 06.12.2022 00:20, H.J. Lu wrote:
> >>>>>>> On Mon, Dec 5, 2022 at 3:11 AM Jan Beulich <jbeulich@suse.com> wrote:
> >>>>>>>>
> >>>>>>>> On 03.12.2022 05:13, H.J. Lu wrote:
> >>>>>>>>> Since LAR and LSL only access 16 bits of the source operand, regardless
> >>>>>>>>> of operand size, allow 16-bit register source for LAR and LSL, and always
> >>>>>>>>> disassemble LAR and LSL with 16-bit source operand.
> >>>>>>>>>
> >>>>>>>>> gas/
> >>>>>>>>>
> >>>>>>>>>       PR gas/29844
> >>>>>>>>>       * testsuite/gas/i386/i386.s: Add tests for LAR and LSL.
> >>>>>>>>>       * testsuite/gas/i386/x86_64.s: Likewise.
> >>>>>>>>>       * testsuite/gas/i386/intelbad.s: Remove "lar/lsl eax, ax".
> >>>>>>>>>       * testsuite/gas/i386/i386-intel.d: Updated.
> >>>>>>>>>       * testsuite/gas/i386/i386.d: Likewise.
> >>>>>>>>>       * testsuite/gas/i386/intel-intel.d: Likewise.
> >>>>>>>>>       * testsuite/gas/i386/intel.d: Likewise.
> >>>>>>>>>       * testsuite/gas/i386/intelbad.l: Likewise.
> >>>>>>>>>       * testsuite/gas/i386/x86_64-intel.d: Likewise.
> >>>>>>>>>       * testsuite/gas/i386/x86_64.d: Likewise.
> >>>>>>>>>
> >>>>>>>>> opcodes/
> >>>>>>>>>
> >>>>>>>>>       PR gas/29844
> >>>>>>>>>       * i386-dis.c (MOD_0F02): Removed.
> >>>>>>>>>       (MOD_0F03): Likewise.
> >>>>>>>>>       (dis386_twobyte): Restore larS and lslS.
> >>>>>>>>>       (mod_table): Remove MOD_0F02 and MOD_0F03.
> >>>>>>>>>       * i386-opc.tbl: Allow 16-bit register source for LAR and LSL.
> >>>>>>>>>       * i386-tbl.h: Regenerated.
> >>>>>>>>
> >>>>>>>> Please can you refrain from immediately committing patches which have
> >>>>>>>> a risk of being controversial.
> >>>>>>>>
> >>>>>>>> In the case here, given there are uses of the 16-bit register operand
> >>>>>>>> form in the Linux kernel, I can accept the assembler part of the change.
> >>>>>>>> The lines in i386-opc.tbl, however, need a comment then, as allowing for
> >>>>>>>> 16-bit registers despite a wider destination is explicitly not in line
> >>>>>>>> with the SDM. (Interestingly AMD's PM is different in this regard.)
> >>>>>>>>
> >>>>>>>> For the disassembler part you're completely undoing what I did, which is
> >>>>>>>> wrong - again with reference to the SDM. If you want to accommodate for
> >>>>>>>> AMD's PM, then you need to vary disassembly according to command line
> >>>>>>>> options specified, with the default being in line with the SDM (I can
> >>>>>>>> dig out a pretty old version of the doc, but I believe it has always
> >>>>>>>> been that way, i.e. even before AMD introduced their clones).
> >>>>>>>>
> >>>>>>>> I will revert this change unless you come forward with an adjustment
> >>>>>>>> within the next couple of days.
> >>>>>>>>
> >>>>>>>
> >>>>>>> Given that the only lower 16 bits are used, the 16-bit register source
> >>>>>>> is more appropriate.  I will raise the issue with the Intel SDM author.
> >>>>>>
> >>>>>> I see no point in changing the documentation when what's there has been
> >>>>>> valid for well over 30 years. There are other cases in newer insns where
> >>>>>> only the low 16 (or 8) bits are used, yet still the 32-bit register name
> >>>>>> is specified ({,v}pinsr{b,w} come to mind immediately). Also what you've
> >>>>>> done brought things out of sync with mov-to-sreg (and no, please don't
> >>>>>> "restore" consistency by also changing disassembly there).
> >>>>>
> >>>>> The 16-bit register has been used in both assembler and disassembler
> >>>>> for well over 30 years.  I consider this a flaw in the spec.
> >>>>
> >>>> And a flaw in disassembly of move-to-sreg (and maybe other insns)?
> >>>> Is the spec then also wrong with {,v}pinsr{b,w}? Also note that
> >>>> while the assembler wants to provide backwards compatibility, the
> >>>> same is rarely necessary for the disassembler. Hence what it may
> >>>> or may not have done for over 30 years doesn't really matter.
> >>>>
> >>>> Please can we avoid introducing further inconsistencies, and rather
> >>>> work towards more consistency (and not by then also corrupting
> >>>> move-to-sreg and possible other insns)?
> >>>>
> >>>
> >>> I have a different view on "inconsistencies".  For LAR/LSL, they
> >>> are different:
> >>>
> >>> 1.  All operands are integer registers.
> >>> 2. The operand size prefix doesn't apply to the source.
> >>> 3. Only the 16 bits of the source are used.
> >>
> >> 2 and 3 are true for move-to-sreg and {,v}pinsr{b,w} as well.
> >>
> >>> 4. 16 bit source has been in use for more than 30 years.
> >>>
> >>> What counts are how the processor behaves
> >>
> >> Which means we have further things to fix: For example LTR and LLDT,
> >> like move-to-sreg, also accept 32- or 64-bit register operands,
> >> silently ignoring the upper bits. The assembler wants to accept such
> >> for consistency (even if the SDM doesn't name these variants), and
> >> the disassembler wants to express operand size by picking the correct
> >> register name (didn't check if it maybe already does).
> >>
> >> This "picking the correct register name" applies to both operands of
> >> LAR and LSL just as much.
> >
> > We have different opinions on what "the correct register name"
> > should be.
>
> Indeed - hence why the patch should never have been committed. Recall
> you did approve of the earlier patch, which now you've partially
> reverted without even saying so in your commit? Which is made even
> worse by the fact that to address PR gas/29844 there was no need at
> all to also touch the disassembler, i.e. you've mixed in a single
> commit two entirely separate changes (one controversial, the other
> not).
>
> >   When there are more than one integer registers
> > and the operand size prefix is ignored on one, the register
> > name with the proper size is the correct register name.
>
> Quite differently: Except where necessary (MOVSX, MOVZX, CRC32),
> register sizes ought to match so there are as few anomalies as possible
> throughout the entire ISA. With non-matching register sizes it'll be
> easily ambiguous what an insn's operand size actually is.
>

I don't think we should change disassembler for them after
more than 30 years.

-- 
H.J.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-12-09  2:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-03  4:13 [PATCH] x86: Allow 16-bit register source for LAR and LSL H.J. Lu
2022-12-05 11:10 ` Jan Beulich
2022-12-05 23:20   ` H.J. Lu
2022-12-06  7:51     ` Jan Beulich
2022-12-06 16:11       ` H.J. Lu
2022-12-06 16:36         ` Jan Beulich
2022-12-06 22:32           ` H.J. Lu
2022-12-07 10:47             ` Jan Beulich
2022-12-07 23:57               ` H.J. Lu
2022-12-08  7:38                 ` Jan Beulich
2022-12-09  2:11                   ` H.J. Lu
2022-12-08  7:20     ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).