Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.

what micro-operations (uops) instruction decoded?

zhangxiuxia
Beginner
462 Views
Does someone know what micro-operations instructions are decoded ?

I can't find the manuals about it .
I really need them ,can anyone who konw it tell me ?
0 Kudos
3 Replies
Bernard
Valued Contributor I
462 Views
Probably Intel most guarded secret.
0 Kudos
levicki
Valued Contributor I
462 Views
Knowing exact uops would not be beneficial, what you can find is how many uops per instruction in Optimization Manual.
0 Kudos
Bernard
Valued Contributor I
462 Views

Answering an old question:)

For example such a complex instruction like fsin could be decoded into a few uops.Like load/store of argument/result from/to memory , internal accumulation of the result to register file and uops to work with floating point adder and multiplier unit.It could be also pipelined at adder/multiplier stage.

0 Kudos
Reply