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

/external/valgrind/main/none/tests/mips32/
H A Dround.c61 #define BINOP(op) \ macro
/external/valgrind/main/none/tests/ppc32/
H A Dround.c392 #define BINOP(op) \ macro
463 BINOP("fadds");
465 BINOP("fadd");
468 BINOP("fsubs");
470 BINOP("fsub");
473 BINOP("fmuls");
475 BINOP("fmul");
478 BINOP("fdivs");
480 BINOP("fdiv");
488 #undef BINOP macro
570 #define BINOP macro
781 #undef BINOP macro
887 #define BINOP macro
1122 #undef BINOP macro
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c392 #define BINOP(op) \ macro
463 BINOP("fadds");
465 BINOP("fadd");
468 BINOP("fsubs");
470 BINOP("fsub");
473 BINOP("fmuls");
475 BINOP("fmul");
478 BINOP("fdivs");
480 BINOP("fdiv");
488 #undef BINOP macro
570 #define BINOP macro
781 #undef BINOP macro
887 #define BINOP macro
1122 #undef BINOP macro
[all...]
/external/qemu/target-mips/
H A Dtranslate.c6020 enum { BINOP, CMPOP, OTHEROP } optype = OTHEROP; enumerator in enum:__anon29311
6037 optype = BINOP;
6052 optype = BINOP;
6067 optype = BINOP;
6082 optype = BINOP;
6445 optype = BINOP;
6461 optype = BINOP;
6477 optype = BINOP;
6493 optype = BINOP;
7237 case BINOP
[all...]

Completed in 156 milliseconds