Emit insns in the preparation statements of define_expand

2005-10-27 Thread Eric Fisher
Hey, It's very sorry. I have just found the answer just in the context. It's a so stupid question. DONE Use the DONE macro to end RTL generation for the pattern. The only RTL insns resulting from the pattern on this occasion will be those already emitted by explicit calls to emit_insn within the

Emit insns in the preparation statements of define_expand

2005-10-27 Thread Eric Fisher
Hello, I have a doubt here about define_expand and would be appreciated for your any help. The internals say, Usually these statements prepare temporary registers for use as internal operands in the RTL template, but they can also generate RTL insns directly by calling routines such as emit_insn,