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

Method getPF

source/emulation/cpu/common/cpu.cpp:911–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911bool CPU::getPF() {
912 return lazyFlags[this->lazyFlagType]->getPF(this) != 0;
913}
914
915void CPU::setCF(U32 value) {
916#ifdef _DEBUG

Callers 15

fillFlagsMethod · 0.45
fillFlagsNoCFMethod · 0.45
fillFlagsNoZFMethod · 0.45
common_condition_pFunction · 0.45
common_condition_npFunction · 0.45
common_FCMOV_ST0_STj_PFFunction · 0.45
common_FCMOV_ST0_STj_NPFFunction · 0.45
normal_cmovP_16_regFunction · 0.45
normal_cmovP_16_memFunction · 0.45
normal_cmovP_32_regFunction · 0.45
normal_cmovP_32_memFunction · 0.45
normal_cmovNP_16_regFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected