construct_s128   9572 src/dps8/dps8_eis.c     if (islt_s128 (e->x, construct_s128 (0, 0)))
construct_s128    350 src/dps8/dps8_hw_consts.h         return construct_s128 ((int64_t) MASK64, w | 0xFFFFFFF000000000);
construct_s128    352 src/dps8/dps8_hw_consts.h     return construct_s128 (0, w);
construct_s128   1919 src/dps8/dps8_math.c   if (islt_s128 (sm1, construct_s128 (0, 0)))
construct_s128   1922 src/dps8/dps8_math.c   if (islt_s128 (sm2, construct_s128 (0, 0)))
construct_s128    510 src/dps8/dps8_math128.c     return construct_s128 (
construct_s128    814 src/dps8/dps8_math128.c     int128 a = construct_s128 (ah, al);
construct_s128    815 src/dps8/dps8_math128.c     int128 b = construct_s128 (bh, bl);
construct_s128     27 src/dps8/dps8_math128.h # define cast_s128(x) construct_s128 ((int64_t) (x).h, (x).l)