MCPcopy Create free account
hub / github.com/WheretIB/nullc / GenCodeCmdDecL

Function GenCodeCmdDecL

NULLC/CodeGen_X86.cpp:3157–3163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3155}
3156
3157void GenCodeCmdDecL(VMCmd cmd)
3158{
3159 (void)cmd;
3160 EMIT_COMMENT("DEC long");
3161 EMIT_OP_RPTR_NUM(o_sub, sDWORD, rESP, 0, 1);
3162 EMIT_OP_RPTR_NUM(o_sbb, sDWORD, rESP, 4, 0);
3163}
3164
3165void (*closureCreateFunc)() = (void(*)())ClosureCreate;
3166

Callers

nothing calls this directly

Calls 2

EMIT_COMMENTFunction · 0.85
EMIT_OP_RPTR_NUMFunction · 0.85

Tested by

no test coverage detected