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

Function setFlags

source/emulation/cpu/common/fpu.cpp:562–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562static void setFlags(CPU* cpu, int newFlags) {
563 cpu->lazyFlagType = FLAGS_NONE;
564 cpu->flags &= ~FMASK_TEST;
565 cpu->flags |= (newFlags & FMASK_TEST);
566}
567
568void FPU::FCOMI(CPU* cpu, int st, int other) {
569 U32 stTag = GetTag(cpu, st);

Callers 7

popf16Function · 0.85
popf32Function · 0.85
sahfFunction · 0.85
dynamic_sahfMethod · 0.85
dynamic_popf16Method · 0.85
dynamic_popf32Method · 0.85
FCOMIMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected