Searched refs:OP_OR (Results 1 – 11 of 11) sorted by relevance
/openbsd/sys/arch/mips64/include/ |
H A D | mips_opcode.h | 253 #define OP_OR 045 macro
|
/openbsd/gnu/usr.bin/perl/ |
H A D | opnames.h | 197 OP_OR = 180, enumerator
|
H A D | peep.c | 2640 case OP_OR: in S_check_for_bool_cxt() 2682 #define IS_OR_OP(o) (o->op_type == OP_OR) 3601 case OP_OR: in Perl_rpeep()
|
H A D | perly.y | 684 { $$ = newLOGOP(OP_OR, 0, $condition, $body); } 1248 { $$ = newLOGOP(OP_OR, 0, $lhs, $rhs); }
|
H A D | op.c | 1982 case OP_OR: in Perl_scalar() 2375 case OP_OR: in Perl_scalarvoid() 2381 OpTYPE_set(o, OP_OR); in Perl_scalarvoid() 2535 case OP_OR: in Perl_list() 3423 case OP_OR: in Perl_op_lvalue_flags() 3545 || ( (ptype == OP_AND || ptype == OP_OR) in Perl_op_lvalue_flags() 8800 if (type == OP_AND || type == OP_OR) { in S_new_logop() 8802 type = OP_OR; in S_new_logop() 8860 return newLOGOP(OP_OR, 0, first, falseop); in Perl_newCONDOP() 9119 || cUNOPo->op_first->op_type == OP_OR); in Perl_newLOOPOP() [all …]
|
H A D | class.c | 752 valop = newLOGOP(OP_OR, 0, in Perl_class_seal_stash()
|
H A D | perly.act | 772 { (yyval.opval) = newLOGOP(OP_OR, 0, (ps[0].val.opval), (ps[-2].val.opval)); } 1551 { (yyval.opval) = newLOGOP(OP_OR, 0, (ps[-2].val.opval), (ps[0].val.opval)); }
|
H A D | dump.c | 1371 case OP_OR: in S_do_op_dump_bar()
|
H A D | pp_hot.c | 1433 if (PL_op->op_type == OP_OR) in PP()
|
H A D | toke.c | 8333 pl_yylval.ival = OP_OR; in yyl_word_or_keyword()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | arm_neon.td | 106 def OP_OR : Op<(op "|", $p0, $p1)>; 657 def VORR : LOpInst<"vorr", "...", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl", OP_OR>;
|