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

Enum VReg

pulley/src/regs.rs:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126#[expect(non_camel_case_types, reason = "matching in-asm register names")]
127#[rustfmt::skip]
128pub enum VReg {
129 v0, v1, v2, v3, v4, v5, v6, v7, v8, v9,
130 v10, v11, v12, v13, v14, v15, v16, v17, v18, v19,
131 v20, v21, v22, v23, v24, v25, v26, v27, v28, v29,
132 v30, v31,
133}
134
135impl_reg!(XReg, X, 0..32);
136impl_reg!(FReg, F, 0..32);

Callers 2

call_endMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected