Shift Arithmetic Right的意思|示意
移位算术权
Shift Arithmetic Right的网络常见释义
右移指令 SAR算术右移指令 算术右移指令(Shift ⑷ SAR算术右移指令(Shift Arithmetic Right) 指令格式: 指令格式:SAR 目的,计数值 指令功能:各位右移。
算术右移指令 SAR算术右移指令 算术右移指令(Shift ⑷ SAR算术右移指令(Shift Arithmetic Right) 指令格式: 指令格式:SAR 目的,计数值 指令功能:各位右移。
Shift Arithmetic Right相关短语
1、 Arithmetic Shift Right 算术右移
2、 shift right arithmetic 算术右移 ; 算术右移英语
Shift Arithmetic Right相关例句
In this paper, we realized Barrel Shifter of 32 bits by using transpost gates, its functions including arithmetic shift right, logic shift left, logic shift right and rotate right.
利用传输门实现了32位桶式移位寄存器,其具体功能包括算术右移,逻辑左移,逻辑右移和循环右移。
In an arithmetic left shift, the bits shifted beyond the range of the result data type are discarded, and the bit positions vacated on the right are set to zero.
在算术左移位中,位元移动的范围若超过结果资料型别会予以舍弃,而且右方空出的位元位置会设定成零。
In an arithmetic right shift, the bits shifted beyond the rightmost bit position are discarded, and the leftmost bit is propagated into the bit positions vacated at the left.
在算术右移位运算中,将丢弃移出最右侧数位位置的数位,并将最左侧的数位传播到左端空出的数位位置。
Performs an arithmetic right shift on a bit pattern.
对位模式执行数学右移位。