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

Function GenCodeCmdLtoD

NULLC/CodeGen_X86.cpp:1705–1714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703}
1704
1705void GenCodeCmdLtoD(VMCmd cmd)
1706{
1707 (void)cmd;
1708 EMIT_COMMENT("LTOD");
1709
1710 EMIT_OP_RPTR(o_fild, sQWORD, rESP, 0);
1711 EMIT_OP_REG_NUM(o_add, rESP, 8);
1712 EMIT_OP_REG_NUM(o_sub, rESP, 8);
1713 EMIT_OP_RPTR(o_fstp, sQWORD, rESP, 0);
1714}
1715
1716void GenCodeCmdItoL(VMCmd cmd)
1717{

Callers

nothing calls this directly

Calls 3

EMIT_COMMENTFunction · 0.85
EMIT_OP_RPTRFunction · 0.85
EMIT_OP_REG_NUMFunction · 0.85

Tested by

no test coverage detected