Searched refs:sfcmpgt (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 67 DEF_HELPER_3(sfcmpgt, s32, env, f32, f32)
|
H A D | op_helper.c | 948 int32_t HELPER(sfcmpgt)(CPUHexagonState *env, float32 RsV, float32 RtV) in HELPER() argument
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 365 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()
|