condition register的意思|示意
[医]条件寄存器
condition register的用法详解
condition register(状态寄存器)是电脑系统中一种特殊的寄存器,它的主要作用是提高处理器的执行效率。
Condition register通常用于存储中间结果,跳转指令和循环计数器。它还可以用来检查条件是否满足,即状态寄存器的内容可以用来检测四个标志:大于(GT)、小于(LT)、等于(EQ)和不等于(NE)。
Conditionregister可以用来检测指令的执行结果,有助于提高程序的性能。此外,condition register还可用于控制程序流程。例如,当条件满足时,当前指令可以被跳转到另一条指令,条件不满足时可以继续执行。
总之,condition register有着重要的作用,它可以提高程序的性能,同时也可以控制程序的执行流程。
condition register相关短语
1、 condition register unit 个条件寄存器单元,条件寄存器单元
2、 field length condition register 字段长度状态缓存器
3、 detail condition register 细节条件寄存器
4、 dcr detail condition register 详细条件寄存器
5、 dcr digital condition register 数字条件寄存器
6、 condition code register 条件码暂存器,条件码缓存器,寄存器
7、 Register condition 报考条件
condition register相关例句
The Condition register (CR) is a 32-bit register that reflects the result of certain operations and provides a mechanism for testing (and branching).
条件寄存器(Condition Register, CR)是反映特定操作结果并提供测试(及分支)机制的32位寄存器。
The condition register should be saved in its area of the stack before any of these fields are modified, and then restored before returning.
在对任何域进行修改之前,都应该将条件寄存器保存到堆栈的这个区域中,然后在返回之前恢复。
Save all non-volatile registers that will be used during this function (including the condition register, if any of its non-volatile fields will be used).
保存这个函数中使用的所有非易失性寄存器(包括条件寄存器,如果使用了该寄存器的任何非易失性域的话)。