CombinePattern |
A pattern that has both an instruction part and non-instruction part
|
ContextPattern |
Pattern which depends only on the non-instruction stream bits
of the context
|
DisjointPattern |
A pattern with no ORs in it
|
InstructionPattern |
Matches against the actual instruction bit stream
|
OrPattern |
A pattern that can be matched by matching any of a list of subpatterns
|
Pattern |
A pattern which either matches or doesnt match a particular
InstructionContext.
|
PatternBlock |
A mask/value pair viewed as two bitstreams
|