MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / x86_sys

Function x86_sys

src/backend/linux_raw/conv.rs:57–59  ·  view source on GitHub ↗
(sys: u32)

Source from the content-addressed store, hash-verified

55#[cfg(target_arch = "x86")]
56#[inline]
57pub(super) fn x86_sys<'a, Num: ArgNumber>(sys: u32) -> ArgReg<'a, Num> {
58 pass_usize(sys as usize)
59}
60
61/// Pass the "low" half of the endian-specific memory encoding of a `u64`, for
62/// 32-bit architectures.

Callers

nothing calls this directly

Calls 1

pass_usizeFunction · 0.85

Tested by

no test coverage detected