MCPcopy 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
1129pub use crate::isa::x64::lower::isle::generated_code::Atomic128RmwSeqOp;

Callers 15

stepFunction · 0.45
fcvt_to_uint_ub32Method · 0.45
fcvt_to_uint_lb32Method · 0.45
fcvt_to_uint_ub64Method · 0.45
fcvt_to_uint_lb64Method · 0.45
fcvt_to_sint_ub32Method · 0.45
fcvt_to_sint_lb32Method · 0.45
fcvt_to_sint_ub64Method · 0.45
fcvt_to_sint_lb64Method · 0.45
emitFunction · 0.45
gen_imm_f64Method · 0.45
fcvt_smin_boundMethod · 0.45

Calls 1

to_bytesMethod · 0.45

Tested by 1

test_aarch64_binemitFunction · 0.36