Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
911
bool CPU::getPF() {
912
return lazyFlags[this->lazyFlagType]->getPF(this) != 0;
913
}
914
915
void CPU::setCF(U32 value) {
916
#ifdef _DEBUG
Callers
15
fillFlags
Method · 0.45
fillFlagsNoCF
Method · 0.45
fillFlagsNoZF
Method · 0.45
common_condition_p
Function · 0.45
common_condition_np
Function · 0.45
common_FCMOV_ST0_STj_PF
Function · 0.45
common_FCMOV_ST0_STj_NPF
Function · 0.45
normal_cmovP_16_reg
Function · 0.45
normal_cmovP_16_mem
Function · 0.45
normal_cmovP_32_reg
Function · 0.45
normal_cmovP_32_mem
Function · 0.45
normal_cmovNP_16_reg
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected