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

Method addZF

source/emulation/cpu/common/cpu.cpp:998–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996}
997
998void CPU::addZF() {
999#ifdef _DEBUG
1000 if (this->lazyFlagType !=FLAGS_NONE) {
1001 kpanic("CPU::fillFlags must be called before CPU::addZF");
1002 }
1003#endif
1004 this->flags|=ZF;
1005}
1006
1007void CPU::removeZF() {
1008#ifdef _DEBUG

Callers 13

lslMethod · 0.95
verrMethod · 0.95
verwMethod · 0.95
common_cmpxchg8bFunction · 0.80
common_bsfr16r16Function · 0.80
common_bsfr16e16Function · 0.80
common_bsfr32r32Function · 0.80
common_bsfr32e32Function · 0.80
common_bsrr16r16Function · 0.80
common_bsrr16e16Function · 0.80
common_bsrr32r32Function · 0.80
common_bsrr32e32Function · 0.80

Calls 1

kpanicFunction · 0.85

Tested by

no test coverage detected