Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Djs-operator.h80 #define UNOP(name) NOPROPS(name, 1, 1) macro
104 const Operator* UnaryNot() { UNOP(JSUnaryNot); } in UnaryNot()
105 const Operator* ToBoolean() { UNOP(JSToBoolean); } in ToBoolean()
106 const Operator* ToNumber() { UNOP(JSToNumber); } in ToNumber()
107 const Operator* ToString() { UNOP(JSToString); } in ToString()
108 const Operator* ToName() { UNOP(JSToName); } in ToName()
109 const Operator* ToObject() { UNOP(JSToObject); } in ToObject()
110 const Operator* Yield() { UNOP(JSYield); } in Yield()
194 #undef UNOP
/external/valgrind/main/none/tests/ppc64/
Dround.c396 #define UNOP(op) \ in check_single_arithmetic_op() macro
487 #undef UNOP in check_single_arithmetic_op()
575 #define UNOP(op) \ in check_single_guarded_arithmetic_op() macro
780 #undef UNOP in check_single_guarded_arithmetic_op()
892 #define UNOP(op) \ in check_double_guarded_arithmetic_op() macro
1113 UNOP("fsqrt"); in check_double_guarded_arithmetic_op()
1121 #undef UNOP in check_double_guarded_arithmetic_op()
/external/valgrind/main/none/tests/ppc32/
Dround.c396 #define UNOP(op) \ in check_single_arithmetic_op() macro
487 #undef UNOP in check_single_arithmetic_op()
575 #define UNOP(op) \ in check_single_guarded_arithmetic_op() macro
780 #undef UNOP in check_single_guarded_arithmetic_op()
892 #define UNOP(op) \ in check_double_guarded_arithmetic_op() macro
1113 UNOP("fsqrt"); in check_double_guarded_arithmetic_op()
1121 #undef UNOP in check_double_guarded_arithmetic_op()