Searched refs:BINOP (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dround.c395 #define BINOP(op) \ macro
466 BINOP("fadds");
468 BINOP("fadd");
471 BINOP("fsubs");
473 BINOP("fsub");
476 BINOP("fmuls");
478 BINOP("fmul");
481 BINOP("fdivs");
483 BINOP("fdiv");
491 #undef BINOP macro
573 #define BINOP macro
784 #undef BINOP macro
890 #define BINOP macro
1125 #undef BINOP macro
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c395 #define BINOP(op) \ macro
466 BINOP("fadds");
468 BINOP("fadd");
471 BINOP("fsubs");
473 BINOP("fsub");
476 BINOP("fmuls");
478 BINOP("fmul");
481 BINOP("fdivs");
483 BINOP("fdiv");
491 #undef BINOP macro
573 #define BINOP macro
784 #undef BINOP macro
890 #define BINOP macro
1125 #undef BINOP macro
[all...]
/external/qemu/target-mips/
H A Dtranslate.c6013 enum { BINOP, CMPOP, OTHEROP } optype = OTHEROP; enumerator in enum:__anon9826
6030 optype = BINOP;
6045 optype = BINOP;
6060 optype = BINOP;
6075 optype = BINOP;
6438 optype = BINOP;
6454 optype = BINOP;
6470 optype = BINOP;
6486 optype = BINOP;
7230 case BINOP
[all...]

Completed in 95 milliseconds