zsim
zsim copied to clipboard
FP instructions not modelled?
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?
I had the same question. Did you get an answer to this?
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 @dpetrisko : I have the same question? any luck?