Searched refs:conv_df2d (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 55 DEF_HELPER_2(conv_df2d, s64, env, f64)
|
H A D | op_helper.c | 786 int64_t HELPER(conv_df2d)(CPUHexagonState *env, float64 RssV) in HELPER() argument
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 398 FUNC_P_OP_P(conv_df2d, "%0 = convert_df2d(%2)") 1023 TEST_P_OP_P(conv_df2d, DF_QNaN, 0xffffffffffffffffULL, USR_FPINVF); in main() 1024 TEST_P_OP_P(conv_df2d, DF_SNaN, 0xffffffffffffffffULL, USR_FPINVF); in main()
|