ah                655 src/dps8/dps8_math128.c static void tand (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl,
ah                658 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                665 src/dps8/dps8_math128.c                (unsigned long long)ah, (unsigned long long)al,  (unsigned long long)bh,
ah                671 src/dps8/dps8_math128.c static void tor (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl,
ah                674 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                681 src/dps8/dps8_math128.c                (unsigned long long)ah, (unsigned long long)al, (unsigned long long)bh,
ah                687 src/dps8/dps8_math128.c static void tcomp (uint64_t ah, uint64_t al,
ah                690 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                696 src/dps8/dps8_math128.c                (unsigned long long)ah, (unsigned long long)al, (unsigned long long)r.h,
ah                702 src/dps8/dps8_math128.c static void tadd (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl,
ah                705 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                712 src/dps8/dps8_math128.c                (unsigned long long)ah, (unsigned long long)al,  (unsigned long long)bh,
ah                718 src/dps8/dps8_math128.c static void tsub (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl,
ah                721 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                728 src/dps8/dps8_math128.c                (unsigned long long)ah, (unsigned long long)al,  (unsigned long long)bh,
ah                734 src/dps8/dps8_math128.c static void tneg (uint64_t ah, uint64_t al,
ah                737 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                743 src/dps8/dps8_math128.c                (unsigned long long)ah, (unsigned long long)al, (unsigned long long)r.h,
ah                749 src/dps8/dps8_math128.c static void tgt (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl,
ah                752 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                759 src/dps8/dps8_math128.c                (unsigned long long)ah, (unsigned long long)al, (unsigned long long)bh,
ah                765 src/dps8/dps8_math128.c static void tls (uint64_t ah, uint64_t al, unsigned int n,
ah                768 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                774 src/dps8/dps8_math128.c                (unsigned long long)ah,  (unsigned long long)al, (unsigned long long)n,
ah                780 src/dps8/dps8_math128.c static void trs (uint64_t ah, uint64_t al, unsigned int n,
ah                783 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                789 src/dps8/dps8_math128.c                (unsigned long long)ah,  (unsigned long long)al, (unsigned long long)n,
ah                795 src/dps8/dps8_math128.c static void tmul (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl,
ah                798 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                805 src/dps8/dps8_math128.c                (unsigned long long)ah, (unsigned long long)al,  (unsigned long long)bh,
ah                811 src/dps8/dps8_math128.c static void tsmul (int64_t ah, uint64_t al, int64_t bh, uint64_t bl,
ah                814 src/dps8/dps8_math128.c     int128 a = construct_s128 (ah, al);
ah                821 src/dps8/dps8_math128.c                (unsigned long long)ah, (unsigned long long)al,  (unsigned long long)bh,
ah                827 src/dps8/dps8_math128.c static void tdiv16 (uint64_t ah, uint64_t al, uint16_t b,
ah                831 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                838 src/dps8/dps8_math128.c                (unsigned long long)ah,    (unsigned long long)al, b,
ah                844 src/dps8/dps8_math128.c static void tdiv32 (uint64_t ah, uint64_t al, uint32_t b,
ah                848 src/dps8/dps8_math128.c     uint128 a = construct_128 (ah, al);
ah                855 src/dps8/dps8_math128.c                (unsigned long long)ah,    (unsigned long long)al, b,