Function clz
pub fn clz<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
Implements the CLZ instruction - count leading zeros.
pub fn clz<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Implements the CLZ instruction - count leading zeros.