Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ callFunctionReg32
Function
callFunctionReg32
source/emulation/cpu/armv7/armv7CPU.cpp:954–960 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
952
}
953
954
void callFunctionReg32(U8 reg) {
955
// blx reg
956
outb(0x30 | reg);
957
outb(0xff);
958
outb(0x2f);
959
outb(0xe1);
960
}
961
962
void byteSwapReg32(DynReg reg) {
963
// rev reg, reg
Callers
1
callHostFunction
Function · 0.70
Calls
1
outb
Function · 0.70
Tested by
no test coverage detected