| 3971 | } |
| 3972 | |
| 3973 | uint32_t OpDispatchBuilder::GetDstBitSize(X86Tables::DecodedOp Op) const { |
| 3974 | return GetDstSize(Op) * 8; |
| 3975 | } |
| 3976 | |
| 3977 | Ref OpDispatchBuilder::GetSegment(uint32_t Flags, uint32_t DefaultPrefix, bool Override) { |
| 3978 | const auto GPRSize = GetGPROpSize(); |
nothing calls this directly
no outgoing calls
no test coverage detected