英语人>词典>汉英 : 条件转移 的英文翻译,例句
条件转移 的英文翻译、例句

条件转移

词组短语
conditional jump · branch on condition · conditional branch · conditional transfer
更多网络例句与条件转移相关的网络例句 [注:此内容来源于网络,仅供参考]

Branch instruction has serious effect on the performance of superscalar microprocessor.

转移指令,特别是条件转移指令是影响超标县处理器性能的关键。

Based on a lot of experiment results, a conclusion is drawn: comparing with other factors, the performance of branch handling strategy is the key limits of processor to exploit the instruction level parallelism existed in nonscientific code, cache miss have severe effect on superscalar processor's performance when it runs scientific code. Second, in order to reduce the branch penalty and improve the performance of superscalar processor, a new branch handling strategy—a classification based hierarchical branch handling strategy, CHBHS is proposed. It first expands the traditional processor architecture to support multiple condition code, conditional execution and Mbranch instruction, as a result, compiler can reduce the number of static conditional branch when the code is generated. Then, CHBHS tries to use the best suitable mechanism to deal with different branch base on their different behavior. CHBHS can predict the target address of unconditional branch, subroutine call and conditional branch by buffering their target address in branch target buffer, a newly proposed high efficient return address stack is used to reduce the penalty of subroutine return instruction, a new Counter Register Stack is also proposed to reduce the penalty of loop-closing branch to zero, and dynamic branch predictor is incorporate with branch target buffer to predict the outcome of conditional branch.

基于上述结论,为了尽量消除转移指令对处理器开发指令级并行性能力的影响,进一步提高处理器性能,在详尽分析目前已存在的转移处理策略的特点与局限性的基础上,首次提出了一种新的转移处理策略即基于分类的层次转移处理策略CHBHS(Classification Based Hierarchical Branch Handling Strategy),它首先通过扩展传统的体系结构,支持多条件码、条件式执行及多分支转移技术,以使编译程序在进行代码生成时可尽量少生成条件转移指令,从而减少静态条件转移指令的数目;其次,基于不同的转移指令的行为不同这一事实,提出了对不同的转移指令采用不同的机制进行处理的思想,即对无条件转移指令和函数调用指令以及条件转移指令的目标地址,采用转移目标缓冲器来预测,对于函数返回指令,采用所提出一种的高效返回地址栈来预测其目标地址,对于大多数循环控制转移指令,采用所提出的Counter Register Stack来将其所可能带来的损失减少为0,对于其他的条件转移指令采用动态预测机制来预测其方向。

A device or programming technique for making a selection, e.g., a toggle, a conditional jump.

一种用来作出选择的设备或编程技术,例如一个触发器,一个条件转移

An unprogrammed conditional jump to a specified address that is automatically activated by hardware, a recording being made of the location from which the jump occurred.

转向某个指定地址的非编程的条件转移,它是由硬件自动激活的,在转出地址上将生成一个记录。

The skipping of various instructions as developed by a predetermined set of programming conditions. If a conditional jump is not used, the next instructions would follow in the normal proper sequence .

根据预定的一组程序设计条件,确定各种指令的跳转,如果不使用条件转移,则将以通常顺序进入下一指令。

The skipping of various instructions as developed by a predetermine d set of programming conditions. If a conditional jump is not used, the next instructions would follow in the normal proper sequence

根据预定的一组程序设计条件,确定各种指令的跳转,如果不使用条件转移,则将以通常顺序进入下一指令。

Conditional jump.

条件转移,有条件传递

Note that the value given in the output is for conditions of shifting equilibrium which is explained later.

请注意,价值给出了输出为条件转移的平衡,这是解释后。

In this paper, we analyzed the performance limitation of Two Level Adaptive Branch Prediction via trace simulatingtwo benchmark program.

并指出,多条件码和条件式执行技术与转移预测相结合,可减少条件转移指令和误预测率,提高处理器的性能。

Unfortunately for us reversers, there are quite a few cases where the conditional codes are used in unintuitive ways.

但是对我们逆向工程人员来说很不幸,只有很少一部分条件转移控制是用这样直观的方法实现的。

更多网络解释与条件转移相关的网络解释 [注:此内容来源于网络,仅供参考]

conditional branch instruction:条件转移指令

跟在这类指令之后的条件转移指令(conditional branch instruction)是否执行转移,取决于这些标志的设置. 使用运算指令操作这些标志,就可检查一个数A与另一个数B之间的大小关系. 当被检查的数为8位的数时,不存在什么问题,因为所有标志都依赖一条指令设置的标志值.

conditional branch instruction:条件转移命令

conditional branch 条件转移 | conditional branch instruction 条件转移命令 | conditional code 条件符号

conditional jump instruction:条件转移指令

conditional jump 条件转移 | conditional jump instruction 条件转移指令 | conditional probability 条件概率

conditional jump instruction:条件转移指令, 条件跳变指令

conditional interlocking | 条件联锁 | conditional jump instruction | 条件转移指令, 条件跳变指令 | conditional jump | 条件转移, 条件跳变

conditional jump:条件转移

不过它的程式功能就颇为不错,支援高级的程式指令如转移 ( Jump )、条件转移 ( Conditional Jump ) 和子程式 ( Subroutine ). 它亦可以像 HP-33S 和旧的 HP-32SII 一样可以透过 x! 功能计算 Gamma Function 的数值,这是在其他计算机中甚少见到的功能.

conditional jump:条件转移, 条件跳变

conditional jump instruction | 条件转移指令, 条件跳变指令 | conditional jump | 条件转移, 条件跳变 | conditional likelihood | 条件似然

conditional stability:条件稳定

conditional jump 条件转移 | conditional stability 条件稳定 | conditional transfer 条件转移

conditional transfer of control:控制的条件转移

conditional transfer 条件转移 | conditional transfer of control 控制的条件转移 | conditional variable 条件变量

conditional transfer of control:条件转移

conditional stability 条件稳定性 | conditional transfer of control 条件转移 | conditionally compact set 条件紧集

JMP:无条件转移

8086 与转移有关的指令有无条件转移(jmp),过程调用(call),循环(loop),条件转移(Jxx)和中断(int). 后三种指令寻址方式有严格规定,比较简单. 前两种指令的寻址方式比较丰富.