Searched refs:conv_df2uw (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 52 DEF_HELPER_2(conv_df2uw, i32, env, f64)
|
H A D | op_helper.c | 741 uint32_t HELPER(conv_df2uw)(CPUHexagonState *env, float64 RssV) in HELPER() argument
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 395 FUNC_R_OP_P(conv_df2uw, "%0 = convert_df2uw(%2)") 1017 TEST_R_OP_P(conv_df2uw, DF_QNaN, 0xffffffff, USR_FPINVF); in main() 1018 TEST_R_OP_P(conv_df2uw, DF_SNaN, 0xffffffff, USR_FPINVF); in main() 1028 TEST_R_OP_P(conv_df2uw, DF_zero_neg, 0, USR_CLEAR); in main()
|