Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ to_bits
Method
to_bits
cranelift/codegen/src/isa/x64/inst/args.rs:1124–1126 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1122
}
1123
1124
pub(crate) fn to_bits(&self) -> u8 {
1125
self.to_bytes() * 8
1126
}
1127
}
1128
1129
pub use crate::isa::x64::lower::isle::generated_code::Atomic128RmwSeqOp;
Callers
15
step
Function · 0.45
fcvt_to_uint_ub32
Method · 0.45
fcvt_to_uint_lb32
Method · 0.45
fcvt_to_uint_ub64
Method · 0.45
fcvt_to_uint_lb64
Method · 0.45
fcvt_to_sint_ub32
Method · 0.45
fcvt_to_sint_lb32
Method · 0.45
fcvt_to_sint_ub64
Method · 0.45
fcvt_to_sint_lb64
Method · 0.45
emit
Function · 0.45
gen_imm_f64
Method · 0.45
fcvt_smin_bound
Method · 0.45
Calls
1
to_bytes
Method · 0.45
Tested by
1
test_aarch64_binemit
Function · 0.36