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

Function GenCodeCmdJmp

NULLC/CodeGen_X86.cpp:1876–1880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1874
1875
1876void GenCodeCmdJmp(VMCmd cmd)
1877{
1878 EMIT_COMMENT("JMP");
1879 EMIT_OP_LABEL(o_jmp, LABEL_GLOBAL | JUMP_NEAR | cmd.argument, true, true);
1880}
1881
1882
1883void GenCodeCmdJmpZ(VMCmd cmd)

Callers

nothing calls this directly

Calls 2

EMIT_COMMENTFunction · 0.85
EMIT_OP_LABELFunction · 0.85

Tested by

no test coverage detected