MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / CLFLUSHOPT

Method CLFLUSHOPT

FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:4743–4746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4741}
4742
4743void OpDispatchBuilder::CLFLUSHOPT(OpcodeArgs) {
4744 Ref DestMem = MakeSegmentAddress(Op, Op->Dest);
4745 _CacheLineClear(DestMem, false);
4746}
4747
4748void OpDispatchBuilder::LoadFenceOrXRSTOR(OpcodeArgs) {
4749 // 0xE8 signifies LFENCE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected