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

Function GenCodeCmdIncD

NULLC/CodeGen_X86.cpp:3115–3125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3113}
3114
3115void GenCodeCmdIncD(VMCmd cmd)
3116{
3117 (void)cmd;
3118 EMIT_COMMENT("INC double");
3119 EMIT_OP_RPTR(o_fld, sQWORD, rESP, 0);
3120 EMIT_OP_REG_NUM(o_add, rESP, 8);
3121 EMIT_OP(o_fld1);
3122 EMIT_OP(o_faddp);
3123 EMIT_OP_REG_NUM(o_sub, rESP, 8);
3124 EMIT_OP_RPTR(o_fstp, sQWORD, rESP, 0);
3125}
3126
3127void GenCodeCmdIncL(VMCmd cmd)
3128{

Callers

nothing calls this directly

Calls 4

EMIT_COMMENTFunction · 0.85
EMIT_OP_RPTRFunction · 0.85
EMIT_OP_REG_NUMFunction · 0.85
EMIT_OPFunction · 0.85

Tested by

no test coverage detected