Home
last modified time | relevance | path

Searched defs:quotient_remainder (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_divu1.c9 struct quotient_remainder { uint32_t quotient, remainder; }; argument
H A Dtest_r5900_div1.c9 struct quotient_remainder { int32_t quotient, remainder; }; struct