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
868#[inline]
869fn rd(word: u32) -> usize {
870 field(word, 11, 7) as usize
871}
872#[inline]
873fn rs1(word: u32) -> usize {
874 field(word, 19, 15) as usize

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