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

Function rd

crates/virtual-machine/src/cpu/decoder.rs:869–871  ·  view source on GitHub ↗
(word: u32)

Source from the content-addressed store, hash-verified

867 field(word, 24, 20) as usize
868}
869#[inline]
870fn funct3(word: u32) -> u8 {
871 field(word, 14, 12) as u8
872}
873#[inline]
874fn funct7(word: u32) -> u8 {

Callers 6

captureFunction · 0.85
translate_sv39Function · 0.85
capture_traceFunction · 0.85
decodeFunction · 0.85
decode_systemFunction · 0.85
fmacFunction · 0.85

Calls 1

fieldFunction · 0.85

Tested by

no test coverage detected