MCPcopy 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
476U8 getRegWithConst(U32 value) {
477 return getRegWithConstPtr(value);
478}
479
480void readMem8(U8 dst, U8 base, U64 offset) {
481 if (offset > 0xFF) {

Callers 9

saveValueToCpuOffset8Function · 0.85
saveValueToCpuOffset16Function · 0.85
saveValueToCpuOffset32Function · 0.85
addValue32Function · 0.85
subValue32Function · 0.85
orValue32Function · 0.85
xorValue32Function · 0.85
andValue32Function · 0.85
cmpRegValue32Function · 0.85

Calls 1

getRegWithConstPtrFunction · 0.85

Tested by

no test coverage detected