public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] x86: add Bk and Br to comment list B's sub-chars
@ 2023-06-14  5:55 Jan Beulich
  2023-06-14  6:31 ` Hongtao Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2023-06-14  5:55 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jan Hubicka, Uros Bizjak, Kirill Yukhin, Hongtao Liu

gcc/

	* config/i386/constraints.md: Mention k and r for B.

--- a/gcc/config/i386/constraints.md
+++ b/gcc/config/i386/constraints.md
@@ -162,7 +162,9 @@
 ;;  g  GOT memory operand.
 ;;  m  Vector memory operand
 ;;  c  Constant memory operand
+;;  k  TLS address that allows insn using non-integer registers
 ;;  n  Memory operand without REX prefix
+;;  r  Broadcast memory operand
 ;;  s  Sibcall memory operand, not valid for TARGET_X32
 ;;  w  Call memory operand, not valid for TARGET_X32
 ;;  z  Constant call address operand.

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

* Re: [PATCH] x86: add Bk and Br to comment list B's sub-chars
  2023-06-14  5:55 [PATCH] x86: add Bk and Br to comment list B's sub-chars Jan Beulich
@ 2023-06-14  6:31 ` Hongtao Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Hongtao Liu @ 2023-06-14  6:31 UTC (permalink / raw)
  To: Jan Beulich
  Cc: gcc-patches, Jan Hubicka, Uros Bizjak, Kirill Yukhin, Hongtao Liu

On Wed, Jun 14, 2023 at 1:56 PM Jan Beulich via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
>
> gcc/
>
>         * config/i386/constraints.md: Mention k and r for B.
Ok.
>
> --- a/gcc/config/i386/constraints.md
> +++ b/gcc/config/i386/constraints.md
> @@ -162,7 +162,9 @@
>  ;;  g  GOT memory operand.
>  ;;  m  Vector memory operand
>  ;;  c  Constant memory operand
> +;;  k  TLS address that allows insn using non-integer registers
>  ;;  n  Memory operand without REX prefix
> +;;  r  Broadcast memory operand
>  ;;  s  Sibcall memory operand, not valid for TARGET_X32
>  ;;  w  Call memory operand, not valid for TARGET_X32
>  ;;  z  Constant call address operand.



-- 
BR,
Hongtao

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

end of thread, other threads:[~2023-06-14  6:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14  5:55 [PATCH] x86: add Bk and Br to comment list B's sub-chars Jan Beulich
2023-06-14  6:31 ` Hongtao Liu

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).