Searched refs:conv_sf2d (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 51 DEF_HELPER_2(conv_sf2d, s64, env, f32)
|
H A D | op_helper.c | 726 int64_t HELPER(conv_sf2d)(CPUHexagonState *env, float32 RsV) in HELPER() argument
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 387 FUNC_P_OP_R(conv_sf2d, "%0 = convert_sf2d(%2)") 999 TEST_P_OP_R(conv_sf2d, SF_QNaN, 0xffffffffffffffffULL, USR_FPINVF); in main() 1000 TEST_P_OP_R(conv_sf2d, SF_SNaN, 0xffffffffffffffffULL, USR_FPINVF); in main()
|