Searched refs:conv_uw2sf (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 40 DEF_HELPER_2(conv_uw2sf, f32, env, s32)
|
H A D | op_helper.c | 609 float32 HELPER(conv_uw2sf)(CPUHexagonState *env, int32_t RsV) in HELPER() argument
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 405 FUNC_R_OP_R(conv_uw2sf, "%0 = convert_uw2sf(%2)") 1043 TEST_R_OP_R(conv_uw2sf, 0x00000001, SF_one, USR_CLEAR); in main() 1044 TEST_R_OP_R(conv_uw2sf, 0x010020a5, 0x4b801052, USR_FPINPF); in main()
|