Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dvfp_helper.c816 static int do_recip_sqrt_estimate(int a) in do_recip_sqrt_estimate() function
858 estimate = do_recip_sqrt_estimate(scaled); in recip_sqrt_estimate()
1018 estimate = do_recip_sqrt_estimate(extract32(a, 23, 9)); in HELPER()