MCPcopy 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_regMethod · 0.80
peek_all_fregsMethod · 0.80
stage_idMethod · 0.80
stage_exMethod · 0.80
executeFunction · 0.80
exec_fp_opFunction · 0.80

Calls

no outgoing calls

Tested by 1