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

Function GenCodeCmdSubD

NULLC/CodeGen_X86.cpp:2852–2861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2850}
2851
2852void GenCodeCmdSubD(VMCmd cmd)
2853{
2854 (void)cmd;
2855 EMIT_COMMENT("SUB double");
2856 EMIT_OP_RPTR(o_fld, sQWORD, rESP, 8);
2857 EMIT_OP_RPTR(o_fsub, sQWORD, rESP, 0);
2858 EMIT_OP_REG_NUM(o_add, rESP, 16);
2859 EMIT_OP_REG_NUM(o_sub, rESP, 8);
2860 EMIT_OP_RPTR(o_fstp, sQWORD, rESP, 0);
2861}
2862
2863void GenCodeCmdMulD(VMCmd cmd)
2864{

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