noun
logical shift; logic shift
A bitwise shift operation that moves all bits and fills the vacant positions with zeros. Used in low-level programming and computer architecture.
論理けた送りは、符号ビットを考慮しないシフト演算です。
A logical shift is a shift operation that does not consider the sign bit.
このCPUは論理けた送り命令をサポートしている。
This CPU supports logical shift instructions.