Home
last modified time | relevance | path

Searched refs:int128_neg (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/util/
H A Dint128.c108 a = int128_neg(a); in int128_divs()
112 b = int128_neg(b); in int128_divs()
118 q = int128_neg(q); in int128_divs()
131 a = int128_neg(a); in int128_rems()
135 b = int128_neg(b); in int128_rems()
141 r = int128_neg(r); in int128_rems()
H A Dhost-utils.c415 unsig_hi = int128_neg(unsig_hi); in divs256()
418 unsig_lo = int128_neg(unsig_lo); in divs256()
425 divisor = int128_neg(divisor); in divs256()
432 *phigh = int128_neg(unsig_hi); in divs256()
436 *plow = int128_neg(unsig_lo); in divs256()
444 return int128_neg(rem); in divs256()
/openbmc/qemu/include/qemu/
H A Dint128.h107 static inline Int128 int128_neg(Int128 a) in int128_neg() function
371 static inline Int128 int128_neg(Int128 a) in int128_neg() function
/openbmc/qemu/tests/unit/
H A Dtest-int128.c102 Int128 s = int128_neg(a); in test_neg()
/openbmc/qemu/target/loongarch/
H A Dvec_helper.c1644 } else if (int128_lt(shft_res1, int128_neg(min))) { in do_vssrani_d_q()
1652 } else if (int128_lt(shft_res2, int128_neg(min))) { in do_vssrani_d_q()
2077 } else if (int128_lt(shft_res1, int128_neg(mask2))) { in do_vssrarni_d_q()
2085 } else if (int128_lt(shft_res2, int128_neg(mask2))) { in do_vssrarni_d_q()
2197 } else if (int128_lt(shft_res1, int128_neg(mask2))) { in do_vssrarni_du_q()
2205 } else if (int128_lt(shft_res2, int128_neg(mask2))) { in do_vssrarni_du_q()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3225 r = int128_neg(r); in float128_to_int128_scalbn()
4011 a = int128_neg(a); in int128_to_float128()
/openbmc/qemu/system/
H A Dphysmem.c1091 now.size = int128_and(now.size, int128_neg(page_size)); in flatview_add_to_dispatch()
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c574 r = int128_neg(r); in do_sqrdmlah_d()