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

Function GenCodeCmdNegL

NULLC/CodeGen_X86.cpp:3046–3053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3044
3045
3046void GenCodeCmdNegL(VMCmd cmd)
3047{
3048 (void)cmd;
3049 EMIT_COMMENT("NEG long");
3050 EMIT_OP_RPTR(o_neg, sDWORD, rESP, 0);
3051 EMIT_OP_RPTR_NUM(o_adc, sDWORD, rESP, 4, 0);
3052 EMIT_OP_RPTR(o_neg, sDWORD, rESP, 4);
3053}
3054
3055void GenCodeCmdBitNotL(VMCmd cmd)
3056{

Callers

nothing calls this directly

Calls 3

EMIT_COMMENTFunction · 0.85
EMIT_OP_RPTRFunction · 0.85
EMIT_OP_RPTR_NUMFunction · 0.85

Tested by

no test coverage detected