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

Function funct3

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

Source from the content-addressed store, hash-verified

879}
880#[inline]
881fn funct3(word: u32) -> u8 {
882 field(word, 14, 12) as u8
883}
884#[inline]
885fn funct7(word: u32) -> u8 {
886 field(word, 31, 25) as u8

Callers 4

decodeFunction · 0.85
decode_fenceFunction · 0.85
decode_systemFunction · 0.85
fmacFunction · 0.85

Calls 1

fieldFunction · 0.85

Tested by

no test coverage detected