Searched refs:DF_small_neg (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | fpstuff.c | 566 : "=r"(res32), "=r"(usr) : "r"(DF_small_neg) in check_float2int_convs() 574 : "=r"(res32), "=r"(usr) : "r"(DF_small_neg) in check_float2int_convs() 582 : "=r"(res64), "=r"(usr) : "r"(DF_small_neg) in check_float2int_convs() 590 : "=r"(res64), "=r"(usr) : "r"(DF_small_neg) in check_float2int_convs()
|
H A D | hex_test.h | 142 const uint64_t DF_small_neg = 0xbd731f7500000000ULL; variable
|
H A D | usr.c | 946 TEST_P_OP_PP(dfmin, DF_any, DF_small_neg, DF_small_neg, USR_CLEAR); in main() 956 TEST_P_OP_PP(dfmax, DF_any, DF_small_neg, DF_any, USR_CLEAR); in main() 975 TEST_CMP_PP(dfcmpuo, DF_small_neg, DF_any, 0x00, USR_CLEAR); in main()
|