al 653 src/dps8/dps8_math128.c static void tand (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl, al 656 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 663 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)bh, al 669 src/dps8/dps8_math128.c static void tor (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl, al 672 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 679 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)bh, al 685 src/dps8/dps8_math128.c static void tcomp (uint64_t ah, uint64_t al, al 688 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 694 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)r.h, al 700 src/dps8/dps8_math128.c static void tadd (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl, al 703 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 710 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)bh, al 716 src/dps8/dps8_math128.c static void tsub (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl, al 719 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 726 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)bh, al 732 src/dps8/dps8_math128.c static void tneg (uint64_t ah, uint64_t al, al 735 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 741 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)r.h, al 747 src/dps8/dps8_math128.c static void tgt (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl, al 750 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 757 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)bh, al 763 src/dps8/dps8_math128.c static void tls (uint64_t ah, uint64_t al, unsigned int n, al 766 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 772 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)n, al 778 src/dps8/dps8_math128.c static void trs (uint64_t ah, uint64_t al, unsigned int n, al 781 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 787 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)n, al 793 src/dps8/dps8_math128.c static void tmul (uint64_t ah, uint64_t al, uint64_t bh, uint64_t bl, al 796 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 803 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)bh, al 809 src/dps8/dps8_math128.c static void tsmul (int64_t ah, uint64_t al, int64_t bh, uint64_t bl, al 812 src/dps8/dps8_math128.c int128 a = construct_s128 (ah, al); al 819 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, (unsigned long long)bh, al 825 src/dps8/dps8_math128.c static void tdiv16 (uint64_t ah, uint64_t al, uint16_t b, al 829 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 836 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, b, al 842 src/dps8/dps8_math128.c static void tdiv32 (uint64_t ah, uint64_t al, uint32_t b, al 846 src/dps8/dps8_math128.c uint128 a = construct_128 (ah, al); al 853 src/dps8/dps8_math128.c (unsigned long long)ah, (unsigned long long)al, b,