Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dhelper.h38 DEF_HELPER_2(conv_sf2df, f64, env, f32)
H A Dop_helper.c591 float64 HELPER(conv_sf2df)(CPUHexagonState *env, float32 RsV) in HELPER() argument
/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c383 FUNC_P_OP_R(conv_sf2df, "%0 = convert_sf2df(%2)")
991 TEST_P_OP_R(conv_sf2df, SF_QNaN, DF_HEX_NaN, USR_CLEAR); in main()
992 TEST_P_OP_R(conv_sf2df, SF_SNaN, DF_HEX_NaN, USR_FPINVF); in main()