MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / encode

Method encode

crates/asm-to-binary/src/real.rs:396–398  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

394
395impl RealInstruction {
396 pub fn encode(&self) -> u32 {
397 delegate!(self, encode)
398 }
399 pub fn to_asm(&self) -> String {
400 delegate!(self, to_asm)
401 }

Callers 10

encode_wordsMethod · 0.45
decode_luiFunction · 0.45
decode_addiFunction · 0.45
decode_addFunction · 0.45
decode_subFunction · 0.45
decode_mulFunction · 0.45
decode_lwFunction · 0.45
decode_swFunction · 0.45
decode_beqFunction · 0.45
decode_ecallFunction · 0.45

Calls

no outgoing calls

Tested by 9

decode_luiFunction · 0.36
decode_addiFunction · 0.36
decode_addFunction · 0.36
decode_subFunction · 0.36
decode_mulFunction · 0.36
decode_lwFunction · 0.36
decode_swFunction · 0.36
decode_beqFunction · 0.36
decode_ecallFunction · 0.36