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

Function GenCodeCmdItoL

NULLC/CodeGen_X86.cpp:1716–1725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1714}
1715
1716void GenCodeCmdItoL(VMCmd cmd)
1717{
1718 (void)cmd;
1719 EMIT_COMMENT("ITOL");
1720
1721 EMIT_OP_REG(o_pop, rEAX);
1722 EMIT_OP(o_cdq);
1723 EMIT_OP_REG(o_push, rEDX);
1724 EMIT_OP_REG(o_push, rEAX);
1725}
1726
1727void GenCodeCmdLtoI(VMCmd cmd)
1728{

Callers

nothing calls this directly

Calls 3

EMIT_COMMENTFunction · 0.85
EMIT_OP_REGFunction · 0.85
EMIT_OPFunction · 0.85

Tested by

no test coverage detected