MCPcopy Create free account
hub / github.com/eigenform/perfect / DispatchTest

Class DispatchTest

perfect-zen2/src/bin/dispatch.rs:76–76  ·  view source on GitHub ↗

Use PMC events to characterize instruction dispatch. Context ======= According to different revisions of the SOG, there are three ways that an x86 instruction may be represented internally: - "Fastpath single": 1 macro-op - "Fastpath double": 2 macro-ops - "Microcoded": >2 macro-ops Each macro-op [mop] corresponds with up to 2 micro-ops [uop]. Some other relevant facts from the Family 17h

Source from the content-addressed store, hash-verified

74/// consists of up to 6 macro-ops from the window
75///
76pub struct DispatchTest;
77impl DispatchTest {
78
79 const CASES: StaticEmitterCases<usize> = StaticEmitterCases::new(&[

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected