Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dhelper.h67 DEF_HELPER_3(sfcmpgt, s32, env, f32, f32)
H A Dop_helper.c948 int32_t HELPER(sfcmpgt)(CPUHexagonState *env, float32 RsV, float32 RtV) in HELPER() argument
/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c365 FUNC_CMP_RR(sfcmpgt, "p1 = sfcmp.gt(%2, %3)")
930 TEST_CMP_RR(sfcmpgt, SF_one, SF_QNaN, 0x00, USR_CLEAR); in main()
931 TEST_CMP_RR(sfcmpgt, SF_one, SF_SNaN, 0x00, USR_FPINVF); in main()