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.c1137 t->s128 = int128_divs(a->s128, b->s128); in helper_VDIVSQ()
1139 t->s128 = a->s128; /* Undefined behavior */ in helper_VDIVSQ()
1146 t->s128 = int128_divu(a->s128, b->s128); in helper_VDIVUQ()
1148 t->s128 = a->s128; /* Undefined behavior */ in helper_VDIVUQ()
1195 t->s128 = a->s128; /* Undefined behavior */ in helper_VDIVESQ()
1222 t->s128 = int128_rems(a->s128, b->s128); in helper_VMODSQ()
1231 t->s128 = int128_remu(a->s128, b->s128); in helper_VMODUQ()
2118 r->s128 = int128_add(a->s128, b->s128);
2123 r->s128 = int128_add(int128_add(a->s128, b->s128), in helper_VADDEUQM()
2149 r->s128 = int128_sub(a->s128, b->s128); in helper_VSUBUQM()
[all …]
H A Dmem_helper.c452 t.s128 = int128_zero(); \
H A Dcpu.h345 Int128 s128; member
H A Dfpu_helper.c2924 t.s128 = float128_to_##tp##_round_to_zero(xb->f128, &env->fp_status); \
3078 xt->f128 = tp##_to_float128(xb->s128, &env->fp_status); \
/openbmc/linux/include/linux/
H A Dtypes.h14 typedef __s128 s128; typedef