public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* opcode bits beyond base-insn-bitsize
@ 2002-12-23 21:51 Doug Evans
  2002-12-24  9:53 ` DJ Delorie
  0 siblings, 1 reply; 5+ messages in thread
From: Doug Evans @ 2002-12-23 21:51 UTC (permalink / raw)
  To: dj, geoffk; +Cc: cgen

I found this fixme in xstormy16.cpu.

(define-isa
  (name xstormy16)
  (comment "Xstormy16 instruction set")
  (default-insn-word-bitsize 32)
  (default-insn-bitsize 32)
  ; FIXME base-insn-bitsize should be 16 too, but at present CGEN has
  ; no support for instruction sets with opcode bits past
  ; base-insn-bitsize, so we must set it to at least 20.
  (base-insn-bitsize 32)
)

Can anyone remember what the details are?
i.e. what didn't work?  assembler? disassembler? simulator?

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

end of thread, other threads:[~2002-12-24 18:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-23 21:51 opcode bits beyond base-insn-bitsize Doug Evans
2002-12-24  9:53 ` DJ Delorie
2002-12-24 10:08   ` Doug Evans
2002-12-24 10:11     ` DJ Delorie
2002-12-24 10:27       ` 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).