Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c812 int fg_flag = 0; in helper_FTDIV() local
818 fg_flag = 1; in helper_FTDIV()
838 fg_flag = 1; in helper_FTDIV()
842 return 0x8 | (fg_flag ? 4 : 0) | (fe_flag ? 2 : 0); in helper_FTDIV()
848 int fg_flag = 0; in helper_FTSQRT() local
852 fg_flag = 1; in helper_FTSQRT()
869 fg_flag = 1; in helper_FTSQRT()
873 return 0x8 | (fg_flag ? 4 : 0) | (fe_flag ? 2 : 0); in helper_FTSQRT()
1931 int fg_flag = 0; \
1938 fg_flag = 1; \
[all …]