Function clmulr

#[target_feature(enable = "zbc")]
pub fn clmulr(rs1: usize, rs2: usize) -> usize

Carry-less multiply (reversed)

clmulr produces bits 2·XLEN−2:XLEN-1 of the 2·XLEN carry-less product.

Source: RISC-V Bit-Manipulation ISA-extensions

Version: v1.0.0

Section: 2.13