Home
last modified time | relevance | path

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

/external/valgrind/none/tests/mips32/
DFPUarithmetic.c86 #define BINOPd(op) \ macro
150 BINOPd("add.d"); in arithmeticOperations()
158 BINOPd("div.d"); in arithmeticOperations()
166 BINOPd("mul.d"); in arithmeticOperations()
190 BINOPd("sub.d"); in arithmeticOperations()
/external/valgrind/none/tests/mips64/
Dfpu_arithmetic.c33 BINOPd("add.d"); in arithmeticOperations()
43 BINOPd("div.d"); in arithmeticOperations()
53 BINOPd("mul.d"); in arithmeticOperations()
81 BINOPd("sub.d"); in arithmeticOperations()
Dmacro_fpu.h189 #define BINOPd(op) \ macro