Searched refs:s128 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 1137 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 D | mem_helper.c | 460 t.s128 = int128_zero(); \
|
H A D | fpu_helper.c | 2827 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 D | cpu.h | 344 Int128 s128; member
|
/openbmc/linux/include/linux/ |
H A D | types.h | 14 typedef __s128 s128; typedef
|