Home
last modified time | relevance | path

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

/external/valgrind/main/none/tests/mips32/
Dround.c61 #define BINOP(op) \ macro
/external/valgrind/main/none/tests/ppc64/
Dround.c392 #define BINOP(op) \ in check_single_arithmetic_op() macro
570 #define BINOP(op) \ in check_single_guarded_arithmetic_op() macro
887 #define BINOP(op) \ in check_double_guarded_arithmetic_op() macro
/external/valgrind/main/none/tests/ppc32/
Dround.c392 #define BINOP(op) \ in check_single_arithmetic_op() macro
570 #define BINOP(op) \ in check_single_guarded_arithmetic_op() macro
887 #define BINOP(op) \ in check_double_guarded_arithmetic_op() macro
/external/chromium_org/v8/src/compiler/
Djs-operator.h79 #define BINOP(name) NOPROPS(name, 2, 1) macro
/external/qemu/target-mips/
Dtranslate.c6020 enum { BINOP, CMPOP, OTHEROP } optype = OTHEROP; in gen_farith() enumerator