• 这些单元基准时间寄存器相同并且线程PURR总和等于基准时间寄存器

    The units are the same as the time base register and the sum of the PURR values for both threads is equal to time base register.

    youdao

  • 我们示例显示了GCC如何分配寄存器以及如何更新输出变量

    Our example shows how GCC allocates registers, and how it updates the value of output variables.

    youdao

  • 由于已经正确设置(模拟)寄存器IS r正常进行处理,就仿佛一个真正的中断

    Since you have already set the (simulated) register values appropriately, the ISR will process normally as if it was a real interrupt.

    youdao

  • 一个软件线性反馈偏移寄存器生成伪随机参见参考资料

    I did this by using a software linear feedback shift register to generate pseudorandom values; see Resources.

    youdao

  • 现有JMM 表明易失性的直接存打交道的,这样避免了把存储寄存器或者绕过处理器特定的缓存

    The existing JMM says that volatile reads and writes are to go directly to main memory, prohibiting caching values in registers and bypassing processor-specific caches.

    youdao

  • 类似地函数可以假设非易失性寄存器调用其他函数不会修改(至少重新恢复)。

    Likewise, a function may also assume that the values it assigns to non-volatile registers will not be modified (or at least will be restored) when it makes calls to other functions.

    youdao

  • 意味着函数进行函数调用时,所有可变寄存器中的可能会被重写。

    However, that means that when a function makes a function call, it should expect that all of the values in volatile registers will be overwritten.

    youdao

  • 这些情况下使用寄存器首选槽中的那个

    In these cases, the value that is used is the one in the register's preferred slot.

    youdao

  • ADDRESS -OF专用寄存器中的集合特定程序方法调用期间存在

    Values set in ADDRESS-OF special registers persist only for the span of the particular program or method invocation.

    youdao

  • 例如通过调用一个可以为SESSION_USER特殊寄存器提供函数设置变量,使用它取回当前用户部门编号

    For example, a variable could be set by invoking a function that supplies the value of the SESSION_USER special register to fetch the department number for the current user.

    youdao

  • 由于基线条件并不调用任何其他函数所以无需堆栈框架加载链接寄存器——在原处

    However, since the base case doesn't call any other functions, you don't need to load the link register from the stack frame — the value is still there.

    youdao

  • 同理浮点通过浮点寄存器113传递的。

    Likewise, floating-point values are passed through the floating-point registers 1 through 13.

    youdao

  • 本地变量空间用作函数通用存储空间寄存器保存用于保存函数所使用非可变寄存器

    The local variable space is used as a general storage area for the function, and the register save area is used to save the values of non-volatile registers that the function USES.

    youdao

  • 例中假设函数传递就处于寄存器首选槽内

    In this case, you are to assume that the value passed in the function is in the register's preferred slot.

    youdao

  • 几个SPU指令只能处理这些寄存器中的一个

    It turns out that several SPU instructions deal with only one of the register's values.

    youdao

  • 注意有些Linux发行版提供了一个名为get _ tb函数会返回tb寄存器

    Note that some Linux distributions provide a library function called get_tb , which returns the value of the TB register.

    youdao

  • 这个函数完成时,返回通过寄存器3返回,函数本身使用blr指令退出

    When the function is completed, the value is returned through register 3, and the function exits using the BLR instruction.

    youdao

  • 需要返回加载寄存器3执行函数尾声(epilogue)恢复堆栈框架并返回。

    You load register 3 with the return value and perform the function epilogue to restore the stack frame and return.

    youdao

  • specific intrinsic 的所有操作数都会映射称为qword特殊类型实际上opaque寄存器类型。

    All operands to specific intrinsics are cast to a special type called qword, which is essentially an opaque register value type.

    youdao

  • 很快有了汇编语言将10抽象基本机器指令例如y加载寄存器x

    Quickly came assembly language, which abstracted away the ones and zeros to provide rudimentary machine instructions such as load register X with value y.

    youdao

  • 对于静态语句CURRENTOPTIMIZATIONPROFILE专用寄存器根据以下顺序确定

    For dynamic statements, the value of the CURRENT OPTIMIZATION PROFILE special register is determined by the following order.

    youdao

  • [requestcommand]长度也是个字节,基于正被寻址寄存器类型设置

    [Request command] is also 1 byte long, and its value is set based on the type of registers being addressed. For reading register values.

    youdao

  • 对于动态sql语句,SQL路径CURRENTPATH特殊寄存器

    For dynamic SQL statements, the SQL path is the value of the CURRENT path special register.

    youdao

  • 如果这样做,counter必须复制寄存器递减然后内存更新

    If you do, the value of the counter must first be copied on to a register, decremented, and then updated to its memory.

    youdao

  • TB寄存器读入 64变量tbr 中

    Read the value of the TB register into the 64-bit variable tbr.

    youdao

  • 用户可以使用SETCURRENTschema语句修改特殊寄存器CURRENT SCHEMA

    The value of the CURRENT SCHEMA special register can be modified by the user with the SET CURRENT SCHEMA statement.

    youdao

  • 现在可以看到为什么简化abi之前规则要求使用寄存器3寄存器12其他寄存器是非易失性的,需要堆栈空间保存这些寄存器

    Now you can see why our earlier rules for the simplified ABI required that only registers 3 through 12 should be used: the others are non-volatile and require stack space to save them!

    youdao

  • 如果 MAGIC_NUMBER,就传递结构获取数据/中断寄存器按照这个结构的产生中断。

    If it is MAGIC_NUMBER, get the data/interrupt register values from the structure passed and generate the interrupt as per the structure values.

    youdao

  • spu视图一个空的邮箱中读取信息时停止执行直到写入自己内存映射寄存器中为止。

    When an SPU tries to read from an empty mailbox, it will stop execution until some value is written to its memory-mapped register.

    youdao

  • 原因如果加载单一,那么您就会希望位于寄存器首选

    The reason for this is that if you are loading a single value, you probably want it in the preferred slot of the register.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定