Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/hexagon/
H A Dfpstuff.c30 static void check_fpstatus_bit(uint32_t usr, uint32_t expect, uint32_t flag, in check_fpstatus_bit() function
43 check_fpstatus_bit(usr, expect, USR_FPINVF_BIT, "Invalid"); in check_fpstatus()
44 check_fpstatus_bit(usr, expect, USR_FPDBZF_BIT, "Div by zero"); in check_fpstatus()
45 check_fpstatus_bit(usr, expect, USR_FPOVFF_BIT, "Overflow"); in check_fpstatus()
46 check_fpstatus_bit(usr, expect, USR_FPUNFF_BIT, "Underflow"); in check_fpstatus()
47 check_fpstatus_bit(usr, expect, USR_FPINPF_BIT, "Inexact"); in check_fpstatus()