Searched refs:OPF_UNOP (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.h | 27 #define OPF_UNOP (1 << 3) macro
|
D | opcode.def | 72 OPCODE(NOT, BADOP, BADOP, BADOP, BADOP, 1, OPF_TARGET|OPF_UNOP) 73 OPCODE(NEG, BADOP, BADOP, BADOP, FNEG, 1, OPF_TARGET|OPF_UNOP)
|
D | simplify.c | 2751 if (flags & OPF_UNOP) { in simplify_instruction()
|