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

Function GenCodeCmdPushImmt

NULLC/CodeGen_X86.cpp:1444–1449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442
1443
1444void GenCodeCmdPushImmt(VMCmd cmd)
1445{
1446 EMIT_COMMENT("PUSHIMMT");
1447
1448 EMIT_OP_NUM(o_push, cmd.argument);
1449}
1450
1451
1452void GenCodeCmdMovChar(VMCmd cmd)

Callers

nothing calls this directly

Calls 2

EMIT_COMMENTFunction · 0.85
EMIT_OP_NUMFunction · 0.85

Tested by

no test coverage detected