zsim icon indicating copy to clipboard operation
zsim copied to clipboard

FP instructions not modelled?

Open dpetrisko opened this issue 8 years ago • 3 comments

I'm trying to track floating point unit usage in zsim. In decoder.cpp, I see

         /* FP, SSE and other extensions */
         case /*XC(X)87_ALU*/ XC(X87_ALU):
             //emitBasicOp(instr, uops, 1, PORTS_015);
             break;

Are FP instructions not modelled? Or do they fall into a different category in the decoder?

dpetrisko avatar Sep 04 '17 19:09 dpetrisko

I had the same question. Did you get an answer to this?

neeraj196 avatar Mar 06 '19 15:03 neeraj196

Never got an answer...

On Mar 6, 2019, at 7:27 AM, Neeraj Kulkarni [email protected] wrote:

I had the same question. Did you get an answer to this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

dpetrisko avatar Mar 09 '19 06:03 dpetrisko

@dpetrisko @dpetrisko : I have the same question? any luck?

maryam1364 avatar Jun 15 '20 19:06 maryam1364