ctz

Counts the number of 0's before the first 1, starting at the least-significant bit (i.e., 0) and progressing to the most-significant bit (i.e., XLEN-1). Accordingly, if the input is 0, the output is XLEN, and if the least-significant bit of the input is a 1, the output is 0.

Synopsis

ctz xd, xs1

Encoding

Type:

067111214151920310010011xd001xs1011000000001
funct7: 0110000
funct3: 001
opcode: 0010011

RISC-V Instruction Encoder/Decoder

open ctz in rvcodecjs

Availability