Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ opStoreLocalFloat
Function
opStoreLocalFloat
components/compiler/generator.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void opStoreLocalFloat(Compiler::Generator::CodeContainer& code)
48
{
49
code.push_back(Compiler::Generator::segment5(2));
50
}
51
52
void opNegateInt(Compiler::Generator::CodeContainer& code)
53
{
Callers
1
assignToLocal
Function · 0.85
Calls
1
segment5
Function · 0.85
Tested by
no test coverage detected