Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ and
Function
and
crates/virtual-machine/src/cpu/alu.rs:76–78 ·
view source on GitHub ↗
(a: u64, b: u64)
Source
from the content-addressed store, hash-verified
74
}
75
#[inline]
76
pub fn and(a: u64, b: u64) -> u64 {
77
a & b
78
}
79
#[inline]
80
pub fn or(a: u64, b: u64) -> u64 {
81
a | b
Callers
2
exec_alu_imm
Function · 0.85
exec_alu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected