Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
873
fn rs1(word: u32) -> usize {
874
field(word, 19, 15) as usize
875
}
876
#[inline]
877
fn rs2(word: u32) -> usize {
878
field(word, 24, 20) as usize
Callers
3
decode
Function · 0.85
decode_system
Function · 0.85
fmac
Function · 0.85
Calls
1
field
Function · 0.85
Tested by
no test coverage detected