Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dhelper.h68 DEF_HELPER_3(sfcmpge, s32, env, f32, f32)
H A Dop_helper.c959 int32_t HELPER(sfcmpge)(CPUHexagonState *env, float32 RsV, float32 RtV) in HELPER() argument
/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c366 FUNC_CMP_RR(sfcmpge, "p1 = sfcmp.ge(%2, %3)")
932 TEST_CMP_RR(sfcmpge, SF_one, SF_QNaN, 0x00, USR_CLEAR); in main()
933 TEST_CMP_RR(sfcmpge, SF_one, SF_SNaN, 0x00, USR_FPINVF); in main()