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