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

Function rs1

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

Source from the content-addressed store, hash-verified

871}
872#[inline]
873fn rs1(word: u32) -> usize {
874 field(word, 19, 15) as usize
875}
876#[inline]
877fn rs2(word: u32) -> usize {
878 field(word, 24, 20) as usize

Callers 3

decodeFunction · 0.85
decode_systemFunction · 0.85
fmacFunction · 0.85

Calls 1

fieldFunction · 0.85

Tested by

no test coverage detected