MCPcopy Create free account
hub / github.com/ZDoom/Raze / EmitKonst

Function EmitKonst

source/common/scripting/backend/codegen.cpp:725–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725static ExpEmit EmitKonst(VMFunctionBuilder *build, ExpEmit &emit)
726{
727 if (emit.Konst)
728 {
729 ExpEmit out(build, REGT_FLOAT);
730 build->Emit(OP_LKF, out.RegNum, emit.RegNum);
731 return out;
732 }
733 return emit;
734}
735
736ExpEmit FxVectorValue::Emit(VMFunctionBuilder *build)
737{

Callers 1

EmitMethod · 0.85

Calls 1

EmitMethod · 0.45

Tested by

no test coverage detected