Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ getRegWithConst
Function
getRegWithConst
source/emulation/cpu/armv8/armv8CPU.cpp:476–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
U8 getRegWithConst(U32 value) {
477
return getRegWithConstPtr(value);
478
}
479
480
void readMem8(U8 dst, U8 base, U64 offset) {
481
if (offset > 0xFF) {
Callers
9
saveValueToCpuOffset8
Function · 0.85
saveValueToCpuOffset16
Function · 0.85
saveValueToCpuOffset32
Function · 0.85
addValue32
Function · 0.85
subValue32
Function · 0.85
orValue32
Function · 0.85
xorValue32
Function · 0.85
andValue32
Function · 0.85
cmpRegValue32
Function · 0.85
Calls
1
getRegWithConstPtr
Function · 0.85
Tested by
no test coverage detected