public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* CGEN: RELAXABLE and RELAX
@ 2000-08-18  9:04 Dave Brolley
  2000-08-22 13:33 ` Doug Evans
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Brolley @ 2000-08-18  9:04 UTC (permalink / raw)
  To: cgen

Hi,

The architecture I'm working with has two load immediate insns
that look syntactically identical except for the range of the
immediate value allowed:

ld Rn,imm8	; 8 bit immediate
ld Rn,imm16	; 16 bit immediate

The 8 bit load assembles to a 16 bit insn and the 16 bit load
assembles to a 32 bit insn. From the reading the CGEN manual, it
looks to me like this is what RELAXABLE and RELAX are supposed to
handle. i.e. specifying RELAXABLE on the 8 bit load will cause it
to be tried first during assembly and specifying RELAX on the 16
bit load will cause it to be tried next. I tried this, but when I
code 'ld r1,0x100', I get an error saying bad instruction. 'ld
r1,0xff' assembles correctly. It looks like the 16 bit load was
never considered. Am I missing something?

Thanks,
Dave

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

end of thread, other threads:[~2000-08-22 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-18  9:04 CGEN: RELAXABLE and RELAX Dave Brolley
2000-08-22 13:33 ` Doug Evans

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