public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Is there something similar to use_reg() that can be used with emit_insn()
@ 2020-04-21  2:38 William Tambe
  0 siblings, 0 replies; only message in thread
From: William Tambe @ 2020-04-21  2:38 UTC (permalink / raw)
  To: gcc-help

Is there something similar to use_reg() that can be used with emit_insn() ? ie:
use_reg (emit_insn(), gen_rtx_REG(REGNO))
The idea being to mark REGNO as being used by the instructions
generated by emit_insn().
So far I have only seen use_reg() being used for function-call rtx;
but is there a similar function that can be used with emit_insn() ?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-21  2:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21  2:38 Is there something similar to use_reg() that can be used with emit_insn() William Tambe

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