Re: problem on modifying gcc backend for riscv

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jul 13, 2019 at 09:53:44AM +0530, Faisal Riyaz wrote:

You'll have to do something like
> (define_insn "modfloatmul<mode>"

and then expand with

  if (<MODE>mode == SFmode)
    gen_modfloatmulsf (operands[0], operands[1], operands[2]);
  else if (<MODE>mode == DFmode)
    gen_modfloatmuldf (operands[0], operands[1], operands[2]);
  else
    gcc_unreachable ();


Segher



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux