Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
877
fn rs2(word: u32) -> usize {
878
field(word, 24, 20) as usize
879
}
880
#[inline]
881
fn funct3(word: u32) -> u8 {
882
field(word, 14, 12) as u8
Callers
2
decode
Function · 0.85
fmac
Function · 0.85
Calls
1
field
Function · 0.85
Tested by
no test coverage detected