Home
last modified time | relevance | path

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

/external/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/elfutils/src/libdwfl/
Dframe_unwind.c337 #define UNOP(atom, expr) \ in expr_eval() macro
345 UNOP (DW_OP_abs, abs ((int64_t) val1)) in expr_eval()
346 UNOP (DW_OP_neg, -(int64_t) val1) in expr_eval()
347 UNOP (DW_OP_not, ~val1) in expr_eval()
348 #undef UNOP in expr_eval()
/external/valgrind/none/tests/ppc64/
Dround.c409 #define UNOP(op) \ in check_single_arithmetic_op() macro
500 #undef UNOP in check_single_arithmetic_op()
588 #define UNOP(op) \ in check_single_guarded_arithmetic_op() macro
793 #undef UNOP in check_single_guarded_arithmetic_op()
919 #define UNOP(op) \ in check_double_guarded_arithmetic_op() macro
1140 UNOP("fsqrt"); in check_double_guarded_arithmetic_op()
1148 #undef UNOP in check_double_guarded_arithmetic_op()
/external/valgrind/none/tests/ppc32/
Dround.c409 #define UNOP(op) \ in check_single_arithmetic_op() macro
500 #undef UNOP in check_single_arithmetic_op()
588 #define UNOP(op) \ in check_single_guarded_arithmetic_op() macro
793 #undef UNOP in check_single_guarded_arithmetic_op()
919 #define UNOP(op) \ in check_double_guarded_arithmetic_op() macro
1140 UNOP("fsqrt"); in check_double_guarded_arithmetic_op()
1148 #undef UNOP in check_double_guarded_arithmetic_op()