Home
last modified time | relevance | path

Searched refs:s128 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dint_helper.c1135 if (likely(int128_nz(b->s128) && in helper_VDIVSQ()
1136 (int128_ne(a->s128, int128_min) || int128_ne(b->s128, neg1)))) { in helper_VDIVSQ()
1137 t->s128 = int128_divs(a->s128, b->s128); in helper_VDIVSQ()
1139 t->s128 = a->s128; /* Undefined behavior */ in helper_VDIVSQ()
1145 if (int128_nz(b->s128)) { in helper_VDIVUQ()
1146 t->s128 = int128_divu(a->s128, b->s128); in helper_VDIVUQ()
1148 t->s128 = a->s128; /* Undefined behavior */ in helper_VDIVUQ()
1191 high = a->s128; in helper_VDIVESQ()
1193 if (unlikely(!int128_nz(b->s128) || in helper_VDIVESQ()
1194 (int128_eq(b->s128, neg1) && int128_eq(high, int128_min)))) { in helper_VDIVESQ()
[all …]
H A Dmem_helper.c460 t.s128 = int128_zero(); \
H A Dfpu_helper.c2827 t.s128 = float128_to_##tp##_round_to_zero(xb->f128, &env->fp_status); \
2981 xt->f128 = tp##_to_float128(xb->s128, &env->fp_status); \
H A Dcpu.h346 Int128 s128; member
/openbmc/linux/include/linux/
H A Dtypes.h14 typedef __s128 s128; typedef