Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ read_f_bits
Method
read_f_bits
crates/virtual-machine/src/cpu/registers.rs:50–52 ·
view source on GitHub ↗
(&self, reg: usize)
Source
from the content-addressed store, hash-verified
48
}
49
50
pub fn read_f_bits(&self, reg: usize) -> u64 {
51
self.f[reg]
52
}
53
54
pub fn write_f_bits(&mut self, reg: usize, val: u64) {
55
self.f[reg] = val;
Callers
7
peek_fp_reg
Method · 0.80
peek_all_fregs
Method · 0.80
stage_id
Method · 0.80
stage_ex
Method · 0.80
execute
Function · 0.80
exec_fp_op
Function · 0.80
fp_nan_box_write_read_f32
Function · 0.80
Calls
no outgoing calls
Tested by
1
fp_nan_box_write_read_f32
Function · 0.64