Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dframe_unwind.c352 #define UNOP(atom, expr) \ in expr_eval() macro
360 UNOP (DW_OP_abs, llabs ((int64_t) val1)) in expr_eval()
361 UNOP (DW_OP_neg, -(int64_t) val1) in expr_eval()
362 UNOP (DW_OP_not, ~val1) in expr_eval()
363 #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()
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td855 "#UNOP "#NAME#"8m PSEUDO!",
858 "#UNOP "#NAME#"16m PSEUDO!",
861 "#UNOP "#NAME#"32m PSEUDO!",
864 "#UNOP "#NAME#"64m PSEUDO!",