爱词霸英语   汉语   手机版   软件版下载 | English
每日一句:正在加载...
1.The boundary scan adopts the address ,data, control register together with instruction register to access relevant space , utilizes original circuit of core of DSP, decreases the cost of hardware ;
在边界扫描链设计中,采用了自定义的控制、数据、地址寄存器与指令寄存器相结合的访问ROM和RAM等相应空间方法,与原有的地址译码电路相结合,减少了硬件的开销;收藏指正
2.A typical instruction in a machine language might read 10010 1100 1011 and mean add the contents of storage register A to the contents of storage register B.
机器语言中的一条典型的指令可能是1001011001011,意思是将存储寄存器A的内容加存储寄存器B的内容中。收藏指正
3.This paper discusses the strategies to exploit ILP in Java processors,proposes the microarchitecture of the virtual register Java processor (VRJP), and suggests a way to determine the instruction dependencies and manage the virtual register. In a VRJP, instruction dependencies are dynamically detected and veriables are assigned to virtual registers. Allocation of physical location for a virtual register is taken only if the life range of a value is not ended when the related instruction completes.
本文讨论了开发Java处理器的指令级并行性的策略,提出了采用虚拟寄存器技术的Java处理器(VRJP)结构,并给出了判断相关性和管理虚拟寄存器的方法.分析和实验表明,VRJP能够有效地开发Java程序的指令级并行性,提高Java程序的执行效率.在VRJP中,大多数虚拟寄存器都不需要对应的物理寄存器,大大降低了物理寄存器的访问频率.收藏指正
4.An instruction where each parameter is independent of the others, for example, when moving data from memory to a floating-point register.
一条指令,其中一个参数与其它参数无关,例如,把数据从存储器传送浮点寄存器的指令。收藏指正
5.SPARC architecture and register-window concepts are discussed in chapter 3 as well as the instruction sets used in TSC695.Chapter4 give a particular explaination on the porting of uC/OS-II to SPARC architecture,there implements several basic functions such as Highready,OSCtxSw and OSIntSw.
第3章阐述了SPARC结构的特点并对寄存器窗口的概念作了介绍。 在第4章中给出了uC/OS-Ⅱ在SPARC结构移植中几个主要函数的代码以及TSC695的初始化代码。收藏指正