Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dhelper.h48 DEF_HELPER_2(conv_sf2uw, i32, env, f32)
H A Dop_helper.c682 uint32_t HELPER(conv_sf2uw)(CPUHexagonState *env, float32 RsV) in HELPER() argument
/qemu/tests/tcg/hexagon/
H A Dusr.c384 FUNC_R_OP_R(conv_sf2uw, "%0 = convert_sf2uw(%2)")
993 TEST_R_OP_R(conv_sf2uw, SF_QNaN, 0xffffffff, USR_FPINVF); in main()
994 TEST_R_OP_R(conv_sf2uw, SF_SNaN, 0xffffffff, USR_FPINVF); in main()