We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I want to know which instruction is Mops?which is uops?
How to understand it?
Hi DANNYWW,
I think that as per Zenon (Zhilong) Xiu 's answer, instructions (insts) have not been decoded yet, and MOPs are what you obtain after decoding the instructions. Logically speaking they are very close and the distinction is more a matter of representation inside the processor.
The µops are different; quoting the Arm Cortex-A78 Core Software Optimization Guide:
"A MOP can be split into two Micro-OPerations (μOPs) further down the pipeline after the decode stage."
For example:
"Stores μOPs are split into address and data μOPs."
thanks very much