Home
last modified time | relevance | path

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

/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 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.h343 Int128 s128; member