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

Method removeZF

source/emulation/cpu/common/cpu.cpp:1007–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005}
1006
1007void CPU::removeZF() {
1008#ifdef _DEBUG
1009 if (this->lazyFlagType !=FLAGS_NONE) {
1010 kpanic("CPU::fillFlags must be called before CPU::removeZF");
1011 }
1012#endif
1013 this->flags&=~ZF;
1014}
1015
1016void CPU::addCF() {
1017#ifdef _DEBUG

Callers 14

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