Contents:
ReProspect
BasicBlock
BasicBlock.__init__()
BasicBlock.instructions
ControlFlow
ControlFlow.BRANCHING
ControlFlow.SYNCHRONIZATION
ControlFlow.add_control_flow_edges()
ControlFlow.analyze()
ControlFlow.create_blocks()
ControlFlow.find_entry_points()
ControlFlow.get_target()
Graph
Graph.__init__()
Graph.add_block()
Graph.add_blocks()
Graph.add_edge()
Graph.blocks
Graph.edges
Graph.to_mermaid()
ControlCode
ControlCode.__init__()
ControlCode.decode()
ControlCode.read
ControlCode.reuse
ControlCode.stall_count
ControlCode.wait
ControlCode.write
ControlCode.yield_flag
Decoder
Decoder.HEXADECIMAL
Decoder.MATCHER
Decoder.MATCHER_CONTROL
Decoder.OFFSET
Decoder.__init__()
Decoder.code
Decoder.instructions
Decoder.source
Decoder.to_df()
Decoder.to_html()
Decoder.to_table()
Instruction
Instruction.__init__()
Instruction.control
Instruction.hex
Instruction.instruction
Instruction.offset
RegisterType
RegisterType.GPR
RegisterType.PRED
RegisterType.UGPR
RegisterType.UPRED
RegisterType.__str__()
RegisterType.is_predicate
RegisterType.special