MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / createCalculationCF

Method createCalculationCF

source/emulation/cpu/jit/jitCodeGen.cpp:1617–1622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1615}
1616
1617U8* JitCodeGen::createCalculationCF(LazyFlagType flags) {
1618 RegPtr result = getConditionCalculationReg();
1619 getCF(flags, result);
1620 nakedReturn();
1621 return createDynamicExecutableMemory();
1622}
1623
1624RegPtr JitCodeGen::getStringRegEcx() {
1625 return getReg(1, 1);

Callers 1

doJITMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected