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

Function translateToLockInstruction

source/emulation/cpu/decoder.cpp:6409–6414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6407
6408#ifdef BOXEDWINE_MULTI_THREADED
6409static void translateToLockInstruction(DecodedOp* op) {
6410#define INIT_CPU_LOCK(e, f) case e: op->inst = e##_Lock; break;
6411 switch (op->inst) {
6412#include "common/cpu_init_lock.h"
6413 }
6414}
6415#endif
6416
6417DecodedOp* decodeBlock(DecodeBlockCallback* callback, U32 eip, bool isBig, U32& opCount, U32& decodedLen, U32 maxOpCount) {

Callers 1

decodeBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected