Searched refs:dfcmpeq (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 81 DEF_HELPER_3(dfcmpeq, s32, env, f64, f64)
|
H A D | op_helper.c | 1091 int32_t HELPER(dfcmpeq)(CPUHexagonState *env, float64 RssV, float64 RttV) in HELPER() argument
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 378 FUNC_CMP_PP(dfcmpeq, "p1 = dfcmp.eq(%2, %3)") 984 TEST_CMP_PP(dfcmpeq, DF_any, DF_QNaN, 0x00, USR_CLEAR); in main() 985 TEST_CMP_PP(dfcmpeq, DF_any, DF_SNaN, 0x00, USR_FPINVF); in main()
|