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

Function GenCodeCmdCopyDorL

NULLC/CodeGen_X86.cpp:1785–1794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1783}
1784
1785void GenCodeCmdCopyDorL(VMCmd cmd)
1786{
1787 (void)cmd;
1788 EMIT_COMMENT("COPY qword");
1789
1790 EMIT_OP_REG_RPTR(o_mov, rEDX, sDWORD, rESP, 0);
1791 EMIT_OP_REG_RPTR(o_mov, rEAX, sDWORD, rESP, 4);
1792 EMIT_OP_REG(o_push, rEAX);
1793 EMIT_OP_REG(o_push, rEDX);
1794}
1795
1796void GenCodeCmdCopyI(VMCmd cmd)
1797{

Callers

nothing calls this directly

Calls 3

EMIT_COMMENTFunction · 0.85
EMIT_OP_REG_RPTRFunction · 0.85
EMIT_OP_REGFunction · 0.85

Tested by

no test coverage detected