xor_128          3207 src/dps8/dps8_ins.c             trAQ = xor_128 (trAQ, tmp72);
xor_128           629 src/dps8/dps8_math.c       m3 = xor_128 (m3, SIGN72); // C(AQ)0 is inverted to restore the sign
xor_128           637 src/dps8/dps8_math.c     m3 = xor_128 (m3, SIGN72); // C(AQ)0 is inverted to restore the sign
xor_128           758 src/dps8/dps8_math.c       m = xor_128 (m, s); // if the was 0, leave it 1; if it was 1, make it 0
xor_128           763 src/dps8/dps8_math.c   m = xor_128 (m, s); // if the was 0, leave it 1; if it was 1, make it 0
xor_128          2164 src/dps8/dps8_math.c       m3 = xor_128 (m3, SIGN72); // C(AQ)0 is inverted to restore the sign
xor_128          2178 src/dps8/dps8_math.c     m3 = xor_128 (m3, SIGN72); // C(AQ)0 is inverted to restore the sign
xor_128            41 src/dps8/dps8_math128.h uint128 xor_128 (uint128 a, uint128 b);