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

Function rs2

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

Source from the content-addressed store, hash-verified

875}
876#[inline]
877fn rs2(word: u32) -> usize {
878 field(word, 24, 20) as usize
879}
880#[inline]
881fn funct3(word: u32) -> u8 {
882 field(word, 14, 12) as u8

Callers 2

decodeFunction · 0.85
fmacFunction · 0.85

Calls 1

fieldFunction · 0.85

Tested by

no test coverage detected