Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ rd
Function
rd
crates/virtual-machine/src/cpu/decoder.rs:869–871 ·
view source on GitHub ↗
(word: u32)
Source
from the content-addressed store, hash-verified
867
868
#[inline]
869
fn rd(word: u32) -> usize {
870
field(word, 11, 7) as usize
871
}
872
#[inline]
873
fn rs1(word: u32) -> usize {
874
field(word, 19, 15) as usize
Callers
6
capture
Function · 0.85
translate_sv39
Function · 0.85
capture_trace
Function · 0.85
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