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

Method GetSrcBitSize

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

Source from the content-addressed store, hash-verified

3967}
3968
3969uint32_t OpDispatchBuilder::GetSrcBitSize(X86Tables::DecodedOp Op) const {
3970 return GetSrcSize(Op) * 8;
3971}
3972
3973uint32_t OpDispatchBuilder::GetDstBitSize(X86Tables::DecodedOp Op) const {
3974 return GetDstSize(Op) * 8;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected