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

Function GenCodeCmdIncL

NULLC/CodeGen_X86.cpp:3127–3133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3125}
3126
3127void GenCodeCmdIncL(VMCmd cmd)
3128{
3129 (void)cmd;
3130 EMIT_COMMENT("INC long");
3131 EMIT_OP_RPTR_NUM(o_add, sDWORD, rESP, 0, 1);
3132 EMIT_OP_RPTR_NUM(o_adc, sDWORD, rESP, 4, 0);
3133}
3134
3135
3136void GenCodeCmdDecI(VMCmd cmd)

Callers

nothing calls this directly

Calls 2

EMIT_COMMENTFunction · 0.85
EMIT_OP_RPTR_NUMFunction · 0.85

Tested by

no test coverage detected