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

Function GenCodeCmdLogOr

NULLC/CodeGen_X86.cpp:2548–2552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2546}
2547
2548void GenCodeCmdLogOr(VMCmd cmd)
2549{
2550 (void)cmd;
2551 assert(!"Unknown command cmdLogOr");
2552}
2553
2554void GenCodeCmdLogXor(VMCmd cmd)
2555{

Callers

nothing calls this directly

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected