Searched defs:DIVS (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_mips_defs.h89 SUBS, SUBD, DIVS enumerator in enum:__anon31596
/external/valgrind/main/none/tests/mips32/
H A DFPUarithmetic.c7 DIVS, DIVD, enumerator in enum:__anon33121
153 case DIVS:
/external/valgrind/main/none/tests/mips64/
H A Dmacro_fpu.h5 DIVS, DIVD, MULS, MULD, enumerator in enum:__anon33132
/external/valgrind/main/coregrind/
H A Dm_main.c3421 (unsigned long long for DIVU and long long for DIVS. They are
3427 and DIVS instructions (e.g., by using the GNU "asm" facility). */
3436 static Int DIVS ( Long u, Int v ) function
3484 one execution of DIVS) are common. If this is not the case, the test for
3486 Note that the test for when DIVS can be used is not entirely
3487 accurate. For example, DIVS is not used if v = 0xFFFFFFFF8000000,
3509 q = DIVS(u, v); // overflow, use DIVS.

Completed in 904 milliseconds