Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dvfp_helper.c784 static int do_recip_sqrt_estimate(int a) in do_recip_sqrt_estimate() function
826 estimate = do_recip_sqrt_estimate(scaled); in recip_sqrt_estimate()
986 estimate = do_recip_sqrt_estimate(extract32(a, 23, 9)); in HELPER()