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

/external/valgrind/main/none/tests/mips32/
H A Dround.c61 #define BINOP(op) \ macro
/external/chromium_org/v8/src/compiler/
H A Djs-operator.h79 #define BINOP(name) NOPROPS(name, 2, 1) macro
84 const Operator* Equal() { BINOP(JSEqual); }
85 const Operator* NotEqual() { BINOP(JSNotEqual); }
88 const Operator* LessThan() { BINOP(JSLessThan); }
89 const Operator* GreaterThan() { BINOP(JSGreaterThan); }
90 const Operator* LessThanOrEqual() { BINOP(JSLessThanOrEqual); }
91 const Operator* GreaterThanOrEqual() { BINOP(JSGreaterThanOrEqual); }
92 const Operator* BitwiseOr() { BINOP(JSBitwiseOr); }
93 const Operator* BitwiseXor() { BINOP(JSBitwiseXor); }
94 const Operator* BitwiseAnd() { BINOP(JSBitwiseAn
193 #undef BINOP macro
[all...]
/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:__anon30192
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 7333 milliseconds