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

Function GenCodeCmdPushIntStk

NULLC/CodeGen_X86.cpp:1383–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1381}
1382
1383void GenCodeCmdPushIntStk(VMCmd cmd)
1384{
1385 EMIT_COMMENT("PUSH int stack");
1386
1387 EMIT_OP_REG(o_pop, rEDX);
1388 EMIT_OP_RPTR(o_push, sDWORD, rEDX, cmd.argument);
1389 KILL_REG(rEBX);KILL_REG(rECX);KILL_REG(rEDX);
1390}
1391
1392void GenCodeCmdPushFloatStk(VMCmd cmd)
1393{

Callers

nothing calls this directly

Calls 3

EMIT_COMMENTFunction · 0.85
EMIT_OP_REGFunction · 0.85
EMIT_OP_RPTRFunction · 0.85

Tested by

no test coverage detected