This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [MIPS] [Loongson] Specific integer instructions added ( H ow to test ’prefetchx‘?)


I've seen the Loongson 2F manual carefully. The (d)div(u) is
internally splited into one (d)div(u).g and one (d)mod(u).g. So I said
before was wrong. The truth is that, (d)div(u).g and (d)mod(u).g are
always faster than (d)div(u), at least the time spend on mflo/mfhi is
saved.

James Ruan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]