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

Method count_ones

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

Source from the content-addressed store, hash-verified

798 }
799
800 fn count_ones(self) -> ValueResult<Self> {
801 unary_match!(count_ones(&self); [I8, I16, I32, I64, I128]; [i8, i16, i32, i64, i128])
802 }
803
804 fn leading_ones(self) -> ValueResult<Self> {
805 unary_match!(leading_ones(&self); [I8, I16, I32, I64, I128]; [i8, i16, i32, i64, i128])

Callers 9

stepFunction · 0.80
lenMethod · 0.80
bt_immMethod · 0.80
bclr_immMethod · 0.80
binvi_immMethod · 0.80
xpopcnt32Method · 0.80
xpopcnt64Method · 0.80
vpopcnt8x16Method · 0.80

Calls

no outgoing calls

Tested by 1