Searched refs:extract_hf16 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 3381 static float64 extract_hf16(float16 in, float_status *fp_status) in extract_hf16() function 3552 vsxger16(env, a, b, at, mask, false, false, false, extract_hf16); in helper_XVF16GER2() 3559 vsxger16(env, a, b, at, mask, true, false, false, extract_hf16); in helper_XVF16GER2PP() 3566 vsxger16(env, a, b, at, mask, true, false, true, extract_hf16); in helper_XVF16GER2PN() 3573 vsxger16(env, a, b, at, mask, true, true, false, extract_hf16); in helper_XVF16GER2NP() 3580 vsxger16(env, a, b, at, mask, true, true, true, extract_hf16); in helper_XVF16GER2NN()
|