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