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

Function GenCodeCmdModD

NULLC/CodeGen_X86.cpp:2898–2906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2896}
2897
2898void GenCodeCmdModD(VMCmd cmd)
2899{
2900 (void)cmd;
2901 EMIT_COMMENT("MOD double");
2902 EMIT_OP_REG_NUM(o_mov, rECX, (int)(intptr_t)doubleMod);
2903 EMIT_OP_REG(o_call, rECX);
2904 EMIT_OP_REG_NUM(o_add, rESP, 8);
2905 EMIT_OP_RPTR(o_fstp, sQWORD, rESP, 0);
2906}
2907
2908void GenCodeCmdLessD(VMCmd cmd)
2909{

Callers

nothing calls this directly

Calls 4

EMIT_COMMENTFunction · 0.85
EMIT_OP_REG_NUMFunction · 0.85
EMIT_OP_REGFunction · 0.85
EMIT_OP_RPTRFunction · 0.85

Tested by

no test coverage detected