Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c154 static Int128 int128_sub_borrow(Int128 a, Int128 b, int borrow) in int128_sub_borrow() function
273 ret.mant = int128_sub_borrow(a.mant, b.mant, (borrow != 0)); in accum_sub()