Home
last modified time | relevance | path

Searched defs:quotient (Results 1 – 7 of 7) sorted by relevance

/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_divu1.c9 struct quotient_remainder { uint32_t quotient, remainder; }; member
H A Dtest_r5900_div1.c9 struct quotient_remainder { int32_t quotient, remainder; }; member
/qemu/tests/tcg/alpha/system/
H A Dboot.S227 #define quotient $27 macro
/qemu/target/m68k/
H A Dfpu_helper.c590 static void make_quotient(CPUM68KState *env, int sign, uint32_t quotient) in make_quotient()
598 uint64_t quotient; in HELPER() local
619 uint32_t quotient; in HELPER() local
/qemu/target/tricore/
H A Dop_helper.c2101 uint32_t quotient; in helper_dvadj() local
2170 int32_t quotient, remainder; in helper_divide() local
2199 uint32_t quotient, remainder; in helper_divide_u() local
/qemu/fpu/
H A Dsoftfloat.c2631 uint64_t *quotient, float_status *status) in floatx80_modrem()
2647 uint64_t quotient; in floatx80_rem() local
2653 uint64_t quotient; in floatx80_mod() local
/qemu/target/i386/tcg/
H A Dfpu_helper.c1796 uint64_t quotient; in helper_fprem_common() local