pub fn roundtrip_xed(inst: &Inst<FuzzRegs>)Expand description
Like roundtrip, but uses Intel XED as the disassembler oracle instead of
Capstone.
XED understands newer encodings (e.g. APX) that the bundled Capstone does
not, so this is a useful second oracle. It is only available with the
fuzz-xed feature (which requires building XED from source).
ยงPanics
See roundtrip.