Function roundtrip

Source
pub fn roundtrip(inst: &Inst<FuzzRegs>)
Expand description

Take a random assembly instruction and check its encoding and pretty-printing against a known-good disassembler.

ยงPanics

This function panics to express failure as expected by the arbitrary fuzzer infrastructure. It may fail during assembly, disassembly, or when comparing the disassembled strings.