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

Enum FReg

pulley/src/regs.rs:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112#[expect(non_camel_case_types, reason = "matching in-asm register names")]
113#[rustfmt::skip]
114pub enum FReg {
115 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9,
116 f10, f11, f12, f13, f14, f15, f16, f17, f18, f19,
117 f20, f21, f22, f23, f24, f25, f26, f27, f28, f29,
118 f30, f31,
119}
120
121/// A `v` register: vectors.
122#[repr(u8)]

Callers 2

call_endMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected