Home
last modified time | relevance | path

Searched defs:int128_remu (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dint128.c95 Int128 int128_remu(Int128 a, Int128 b) in int128_remu() function
159 Int128 int128_remu(Int128 a_s, Int128 b_s) in int128_remu() function
/openbmc/qemu/include/qemu/
H A Dint128.h210 static inline Int128 int128_remu(Int128 a, Int128 b) in int128_remu() function