Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
881
fn funct3(word: u32) -> u8 {
882
field(word, 14, 12) as u8
883
}
884
#[inline]
885
fn funct7(word: u32) -> u8 {
886
field(word, 31, 25) as u8
Callers
4
decode
Function · 0.85
decode_fence
Function · 0.85
decode_system
Function · 0.85
fmac
Function · 0.85
Calls
1
field
Function · 0.85
Tested by
no test coverage detected