MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / trailing_zeros

Method trailing_zeros

cranelift/interpreter/src/value.rs:812–814  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

810 }
811
812 fn trailing_zeros(self) -> ValueResult<Self> {
813 unary_match!(trailing_zeros(&self); [I8, I16, I32, I64, I128]; [i8, i16, i32, i64, i128])
814 }
815
816 fn reverse_bits(self) -> ValueResult<Self> {
817 unary_match!(reverse_bits(&self); [I8, I16, I32, I64, I128])

Callers 15

minMethod · 0.80
byMethod · 0.80
bt_immMethod · 0.80
i64_shift_for_luiMethod · 0.80
i64_shiftMethod · 0.80
bclr_immMethod · 0.80
binvi_immMethod · 0.80
lowest_set_bitMethod · 0.80
range_to_setFunction · 0.80
xctz32Method · 0.80
xctz64Method · 0.80

Calls

no outgoing calls

Tested by 1