Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3478 static float64 extract_hf16(float16 in, float_status *fp_status) in extract_hf16() function
3649 vsxger16(env, a, b, at, mask, false, false, false, extract_hf16); in helper_XVF16GER2()
3656 vsxger16(env, a, b, at, mask, true, false, false, extract_hf16); in helper_XVF16GER2PP()
3663 vsxger16(env, a, b, at, mask, true, false, true, extract_hf16); in helper_XVF16GER2PN()
3670 vsxger16(env, a, b, at, mask, true, true, false, extract_hf16); in helper_XVF16GER2NP()
3677 vsxger16(env, a, b, at, mask, true, true, true, extract_hf16); in helper_XVF16GER2NN()