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.c589 static void make_quotient(CPUM68KState *env, int sign, uint32_t quotient) in make_quotient()
597 uint64_t quotient; in HELPER() local
619 uint32_t quotient; in HELPER() local
/qemu/target/tricore/
H A Dop_helper.c2100 uint32_t quotient; in helper_dvadj() local
2169 int32_t quotient, remainder; in helper_divide() local
2198 uint32_t quotient, remainder; in helper_divide_u() local
/qemu/fpu/
H A Dsoftfloat.c2652 uint64_t *quotient, float_status *status) in floatx80_modrem()
2668 uint64_t quotient; in floatx80_rem() local
2674 uint64_t quotient; in floatx80_mod() local
/qemu/target/i386/tcg/
H A Dfpu_helper.c1861 uint64_t quotient; in helper_fprem_common() local