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.
Compound of 論理 (logic) + けた (digit/bit) + 送り (shift). A calque from English 'logical shift'.