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

Method GetDstBitSize

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

Source from the content-addressed store, hash-verified

3971}
3972
3973uint32_t OpDispatchBuilder::GetDstBitSize(X86Tables::DecodedOp Op) const {
3974 return GetDstSize(Op) * 8;
3975}
3976
3977Ref OpDispatchBuilder::GetSegment(uint32_t Flags, uint32_t DefaultPrefix, bool Override) {
3978 const auto GPRSize = GetGPROpSize();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected