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

Function GenCodeCmdBitNotL

NULLC/CodeGen_X86.cpp:3055–3061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3053}
3054
3055void GenCodeCmdBitNotL(VMCmd cmd)
3056{
3057 (void)cmd;
3058 EMIT_COMMENT("BNOT long");
3059 EMIT_OP_RPTR(o_not, sDWORD, rESP, 0);
3060 EMIT_OP_RPTR(o_not, sDWORD, rESP, 4);
3061}
3062
3063void GenCodeCmdLogNotL(VMCmd cmd)
3064{

Callers

nothing calls this directly

Calls 2

EMIT_COMMENTFunction · 0.85
EMIT_OP_RPTRFunction · 0.85

Tested by

no test coverage detected