Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dhelper.h66 DEF_HELPER_3(sfcmpeq, s32, env, f32, f32)
H A Dop_helper.c939 int32_t HELPER(sfcmpeq)(CPUHexagonState *env, float32 RsV, float32 RtV) in HELPER() argument
/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c364 FUNC_CMP_RR(sfcmpeq, "p1 = sfcmp.eq(%2, %3)")
928 TEST_CMP_RR(sfcmpeq, SF_one, SF_QNaN, 0x00, USR_CLEAR); in main()
929 TEST_CMP_RR(sfcmpeq, SF_one, SF_SNaN, 0x00, USR_FPINVF); in main()