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

Method from

cranelift/assembler-x64/meta/src/dsl/encoding.rs:371–373  ·  view source on GitHub ↗
(rex: Rex)

Source from the content-addressed store, hash-verified

369
370impl From<Rex> for Encoding {
371 fn from(rex: Rex) -> Encoding {
372 Encoding::Rex(rex)
373 }
374}
375
376impl fmt::Display for Rex {

Callers

nothing calls this directly

Calls 4

RexClass · 0.85
VexClass · 0.85
EvexClass · 0.85
parseFunction · 0.50

Tested by

no test coverage detected