Searched refs:OP_OR (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | simplify.c | 586 case OP_OR: in eval_insn() 744 case OP_OR: in simplify_mask_shift() 858 case OP_OR: in simplify_shift() 894 case OP_OR: in simplify_shift() 1050 case OP_OR: in simplify_constant_mask() 1081 case OP_OR: in simplify_constant_rightside() 1138 case OP_ADD: case OP_OR: case OP_XOR: in simplify_constant_leftside() 1185 case OP_OR: in simplify_binop_same_args() 1488 case OP_OR: in simplify_cast() 1723 case OP_AND: case OP_OR: case OP_XOR: in simplify_instruction()
|
H A D | cse.c | 55 case OP_AND: case OP_OR: in cse_collect() 174 case OP_AND: case OP_OR: in insn_compare()
|
H A D | linearize.c | 208 [OP_OR] = "or", 1018 val = add_binary_op(ep, btype, OP_OR, ori, val); in linearize_bitfield_insert() 1469 [SPECIAL_OR_ASSIGN - SPECIAL_BASE] = OP_OR, in linearize_assignment() 1559 int op = (expr->op == SPECIAL_LOGICAL_OR) ? OP_OR : OP_AND; in linearize_binop_bool() 1576 ['|'] = OP_OR, ['^'] = OP_XOR, in linearize_binop()
|
H A D | example.c | 44 [OP_OR] = "or", 1402 case OP_AND: case OP_OR: case OP_XOR: in generate_one_insn()
|
H A D | sparse-llvm.c | 602 case OP_OR: in output_op_binary()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 160 OP_OR, enumerator 676 case OP_OR: in want_packet() 1459 emitop(OP_OR); in comparison() 1743 emitop(OP_OR); in zone_match() 2381 emitop(OP_OR); in primary() 2624 "|", OP_OR,
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | IR.rst | 122 .. op:: OP_OR
|