Searched refs:SF_small_neg (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | fpstuff.c | 534 : "=r"(res32), "=r"(usr) : "r"(SF_small_neg) in check_float2int_convs() 542 : "=r"(res32), "=r"(usr) : "r"(SF_small_neg) in check_float2int_convs() 550 : "=r"(res64), "=r"(usr) : "r"(SF_small_neg) in check_float2int_convs() 558 : "=r"(res64), "=r"(usr) : "r"(SF_small_neg) in check_float2int_convs()
|
H A D | hex_test.h | 126 const uint32_t SF_small_neg = 0xab98fba8; variable
|
H A D | usr.c | 872 TEST_R_OP_RR(sfmin, SF_one, SF_small_neg, SF_small_neg, USR_CLEAR); in main() 882 TEST_R_OP_RR(sfmax, SF_one, SF_small_neg, SF_one, USR_CLEAR); in main() 1097 TEST_Rp_OP_R(sfinvsqrta, SF_small_neg, SF_HEX_NaN, 0x00, USR_FPINVF); in main()
|