The most common analysis is data dependence analysis, which is to determine the instructions that use the variable (register or memory location) modified by another instruction.
最通常的分析是数据依存性分析,它用来确定指令使用的变量(寄存器或内存位置)是否被另一条指令修改。
The CPU reads the data, shifts the bits in the register containing the data by the necessary amount of bit positions, and writes the data back to memory.
CPU读取数据、移动包含数据的寄存器的位到必要的位置,然后将这些数据写回内存。
An instruction where each parameter is independent of the others, for example, when moving data from memory to a floating-point register.
一条指令,其中每一个参数与其它参数无关,例如,把数据从存储器。
An instruction where each parameter is independent of the others, for example, when moving data from memory to a floating-point register.
一条指令,其中每一个参数与其它参数无关,例如,把数据从存储器。
应用推荐