Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dhelper.h39 DEF_HELPER_2(conv_df2sf, f32, env, f64)
H A Dop_helper.c600 float32 HELPER(conv_df2sf)(CPUHexagonState *env, float64 RssV) in HELPER() argument
/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c394 FUNC_R_OP_P(conv_df2sf, "%0 = convert_df2sf(%2)")
1015 TEST_R_OP_P(conv_df2sf, DF_QNaN, SF_HEX_NaN, USR_CLEAR); in main()
1016 TEST_R_OP_P(conv_df2sf, DF_SNaN, SF_HEX_NaN, USR_FPINVF); in main()