https://sourceware.org/bugzilla/show_bug.cgi?id=22871
Bug ID: 22871
Summary: Encode instructions of 64-bit registers without the
REX_W bit
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
https://sourceware.org/bugzilla/show_bug.cgi?id=22871
H.J. Lu changed:
What|Removed |Added
Version|unspecified |2.31 (HEAD)
--
You are receiving this mail
https://sourceware.org/bugzilla/show_bug.cgi?id=22871
Jan Beulich changed:
What|Removed |Added
CC||jbeulich at novell dot com
--- Comment
https://sourceware.org/bugzilla/show_bug.cgi?id=22871
--- Comment #2 from H.J. Lu ---
(In reply to Jan Beulich from comment #1)
> subq %r64, %r64 and testq $imm31, %r64 could similarly benefit. Whether
I added subq and testq to users/hjl/optimize branch at
https://github.com/hjl-tools/binutils-
https://sourceware.org/bugzilla/show_bug.cgi?id=15891
--- Comment #5 from Jason Duerstock ---
This appears to work as of binutils 2.30, but I was wondering if the patch
included in https://sourceware.org/bugzilla/show_bug.cgi?id=15904 could have
possibly fixed it as well. I will try adding it to
https://sourceware.org/bugzilla/show_bug.cgi?id=22871
--- Comment #3 from H.J. Lu ---
I updated users/hjl/optimize branch for
andqimm31, mem
testq imm31, mem
We need to keep
andqimm31, mem
and optimize testq to
testl imm31, mem
--
You are receivi
https://sourceware.org/bugzilla/show_bug.cgi?id=22871
H.J. Lu changed:
What|Removed |Added
Summary|Encode instructions of |Encode instructions of
|6
https://sourceware.org/bugzilla/show_bug.cgi?id=22838
Petar Jovanovic changed:
What|Removed |Added
CC||mips32r2 at gmail dot com
--
You a
https://sourceware.org/bugzilla/show_bug.cgi?id=22871
Linus Torvalds changed:
What|Removed |Added
CC||torvalds@linux-foundation.o
https://sourceware.org/bugzilla/show_bug.cgi?id=22871
--- Comment #5 from H.J. Lu ---
(In reply to Linus Torvalds from comment #4)
> (In reply to H.J. Lu from comment #3)
> >
> > We need to keep
> >
> > andqimm31, mem
>
> Yes.
>
> > and optimize testq to
> >
> > testl imm31, me
https://sourceware.org/bugzilla/show_bug.cgi?id=22014
A. Wilcox changed:
What|Removed |Added
Version|2.29|2.30
--- Comment #2 from A. Wilcox ---
T
https://sourceware.org/bugzilla/show_bug.cgi?id=22858
--- Comment #3 from Peng Chen ---
I really found them crash in 2.29 in my PC.
Have you limit the memory? use "ulimit -Sv 50".
They won't trigger crash with unlimited memory.
But, you know, they must be available in limited memory.
test o
https://sourceware.org/bugzilla/show_bug.cgi?id=22858
Alan Modra changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #4 from Alan Modra --
13 matches
Mail list logo