On 06/23/10 12:29, Alex Turjan wrote:
insns which branch are not allowed to have output
reloads.  You must
support any kind of register as well as memory operands in
your insn for
the loop counter.
Thanks for answer but what do you suggest to do, as my architecture done not 
support HW loops with memory operands?
Emulate it using normal instructions. You can find examples in various other ports. These situations are rare, but for proper operation, you need to support them.

Jeff

Reply via email to