Home
last modified time | relevance | path

Searched refs:opcodePlaceAtMeExplicit (Results 1 – 3 of 3) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/components/compiler/
H A Dopcodes.hpp514 const int opcodePlaceAtMeExplicit = 0x200019e; variable
H A Dextensions0.cpp558 … extensions.registerInstruction("placeatme","clflX",opcodePlaceAtMe,opcodePlaceAtMeExplicit); in registerExtensions()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwscript/
H A Dtransformationextensions.cpp815 …interpreter.installSegment5(Compiler::Transformation::opcodePlaceAtMeExplicit,new OpPlaceAt<Explic… in installOpcodes()