Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c811 int fe_flag = 0; in helper_FTDIV() local
817 fe_flag = 1; in helper_FTDIV()
825 fe_flag = 1; in helper_FTDIV()
827 fe_flag = 1; in helper_FTDIV()
832 fe_flag = 1; in helper_FTDIV()
842 return 0x8 | (fg_flag ? 4 : 0) | (fe_flag ? 2 : 0); in helper_FTDIV()
847 int fe_flag = 0; in helper_FTSQRT() local
851 fe_flag = 1; in helper_FTSQRT()
857 fe_flag = 1; in helper_FTSQRT()
859 fe_flag = 1; in helper_FTSQRT()
[all …]