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

Function x

pulley/tests/all/interp.rs:73–75  ·  view source on GitHub ↗
(x: u8)

Source from the content-addressed store, hash-verified

71}
72
73fn x(x: u8) -> XReg {
74 XReg::new(x).unwrap()
75}
76
77fn f(f: u8) -> FReg {
78 FReg::new(f).unwrap()

Callers 15

xconst8Function · 0.70
xconst16Function · 0.70
xconst32Function · 0.70
xconst64Function · 0.70
xadd32Function · 0.70
xadd64Function · 0.70
xeq64Function · 0.70
xneq64Function · 0.70
xslt64Function · 0.70
xslteq64Function · 0.70
xult64Function · 0.70
xulteq64Function · 0.70

Calls 2

newFunction · 0.50
unwrapMethod · 0.45

Tested by

no test coverage detected