Function encoding_addresses_equal
pub fn encoding_addresses_equal<A: Arch, C: Clone + Debug>(
mapping: &PartIndexMapping,
options: &AddressComparisonOptions,
a: &Encoding<A, C>,
b: &Encoding<A, C>,
) -> boolExpand description
Compares the MemoryAcesses of the two encodings, and returns whether they are equal.