它使用堆栈体系结构,这意味着在使用指令操作数之前要先将它们装入内部堆栈。
It USES a stack architecture, meaning instruction operands are loaded to an internal stack before they're used.
这两条指令对自己的两个操作数逐元素进行比较。
These instructions perform element-by-element comparisons of their two operands.
问题在于乘法指令的结果可能会有其操作数的两倍之长。
The problem is that the result of a multiply instruction can be twice as long as its operands.
输出操作数是将对其执行汇编指令输出的C表达式。
The output operands are the C expressions on which the output of the assembly instructions will be performed.
有些指令包含立即操作数值,它们被直接编码到指令中。
Some of the instructions include immediate operand values that are directly encoded into the instruction.
大多数指令都遵循类似的格式,结果存储在第一个操作数内指定的寄存器中。
Most instructions follow a similar format, with the register that holds the result specified in the first operand.
如果操作数的大小未在指令中指定,这就意味着操作数的大小并不十分重要(例如逻辑指令)或者它的大小为32位。
If the size of the operand is not specified in the instruction, that means either that the size doesn't matter (as in logical instructions, for instance) or that it is using a 32-bit value size.
输入操作数是充当指令输入操作数使用的C表达式。
The input operands are the C expressions that serve as input operands to the instructions.
在所有指令中,先是源操作数,然后才是目的操作数。
In any instruction, source comes first and destination follows.
我们需要的第二件事情是,我们需要一种,能给予计算机指令,以操作数据的方式。
And the second thing we're going to need, is we're going to need a way to give instructions to the computer to manipulate that data.
处理器的工作就是从内存中提取指令和操作数并去执行每个操作。
Processor's job is to retrieve instructions and operands from memory and to perform each operation.
大多数指令有一个或多个操作数,赋予具体源值以备执行操作以及目标存储单元显示结果参考。
Most instructions have one or more operands, specifying the source values to references in performing an operation and the destination location into which to place result.
该处理器的工作就是检索指令和操作数从记忆并执行每个操作。
The processor's job is to retrieve instructions and operands from memory and to perform. each operation.
依赖性暂停(Dependencystall)——这种暂停之所以会发生是因为下一条指令的一个操作数需要上一条尚未完成的指令产生的值。
Dependency stall — This is a stall that occurs because one of the operands of the next instruction requires a value from a previous instruction that has not yet completed.
对于athrow指令,可以使用FindBugs的Op codeStack帮助器类来了解athrow操作数的类型。
For the athrow instruction, you use FindBugs' OpcodeStack helper class to learn the type of the operand of athrow.
根据操作数是字节 (byte)、字 (word)还是长型 (long),指令的后缀可以是b、w或l。
The instructions are suffixed by b, w, or l, depending on whether the operand is a byte, word, or long.
执行过程中的一个阶段所需的时间,在此期间,计算机从主存储器中取出指令或操作数,并将其存入控制器或运算器的寄存器中。
The part of execution in which an operand or instruction is read from main storage and written into a control unit or arithmetic unit register.
计算机指令中的操作符或操作数。
硬件瞬时故障可以通过修改指令操作码和操作数的方式引发控制流错误,破坏程序的正常执行。
Hardware transient faults can cause control flow errors and corrupt the normal execution process by altering the operand and opcode of instructions.
咨询指令集参考当你在怀疑它的操作数可以使用。
Consult the instruction set reference when you're in doubt over which operands you can use.
你可以使用不精确的指令和操作数并符合32位寄存器RA和RB。
You can use imprecise commands and operands and matching 32-bit registers ra and RB.
在单指令流单数据流结构中,有单一的指令周期,在执行前,单个处理机按序取操作数。
In an SISD architecture there is a single instruction cycle; operands are fetched serially into a single processing unit before execution.
LOAD指令的操作数也是前面所未知的。
The load instruction's operand was previously unknown as well.
操作数寻址方式是计算机指令系统中的一个重要内容。
It is one of the important contents in the ordering system of computer to search address through operating number.
整个设计通过了海量数据输入测试,并对各种指令的操作数、边界情况和各种随机数据组合进行了充分模拟,代码覆盖率为100%。
The whole design has succeeded in the test of large data input, operation in each instruction, border condition and every random data vector. The code coverage has reached the percentage of 100%.
这些指令的特点是我们必须定义alu操作数和ALE(地址锁存允许)运算,除了两个例外:乘法和除法。
Main characteristic of these instructions is that we have to define both ALU operands and ALE operation. Exceptions among these instructions are mul (multiply) instruction div (divide) instruction.
一个指令是由一系列规定被执行功效的操作和代表要处理的数据的操作数组成的。
An instruction is made up of operations that specify the function to be performed and operands that represent the data to be operated on.
指令格式中跟随其后的是操作数。
An instruction address in which the address part of the instruction is the operand.
如果源操作数和目标操作数相对应的位都是0,那么OR指令结果的每一个位都设置为0;
Each bit of the result of the OR instruction is set to 0 if both corresponding bits of the first and second operands are 0; otherwise, each bit is set to 1.
如果源操作数和目标操作数相对应的位都是0,那么OR指令结果的每一个位都设置为0;
Each bit of the result of the OR instruction is set to 0 if both corresponding bits of the first and second operands are 0; otherwise, each bit is set to 1.
应用推荐