| 3967 | } |
| 3968 | |
| 3969 | uint32_t OpDispatchBuilder::GetSrcBitSize(X86Tables::DecodedOp Op) const { |
| 3970 | return GetSrcSize(Op) * 8; |
| 3971 | } |
| 3972 | |
| 3973 | uint32_t OpDispatchBuilder::GetDstBitSize(X86Tables::DecodedOp Op) const { |
| 3974 | return GetDstSize(Op) * 8; |
nothing calls this directly
no outgoing calls
no test coverage detected