Searched refs:OP_OR (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/mips64/include/
H A Dmips_opcode.h253 #define OP_OR 045 macro
/openbsd-current/gnu/usr.bin/perl/
H A Dopnames.h197 OP_OR = 180, enumerator in enum:opcode
H A Dpeep.c2640 case OP_OR:
2682 #define IS_OR_OP(o) (o->op_type == OP_OR)
3601 case OP_OR:
H A Dperly.y684 { $$ = newLOGOP(OP_OR, 0, $condition, $body); }
1248 { $$ = newLOGOP(OP_OR, 0, $lhs, $rhs); }
H A Dclass.c752 valop = newLOGOP(OP_OR, 0,
H A Dop.c1982 case OP_OR:
2375 case OP_OR:
2381 OpTYPE_set(o, OP_OR);
2535 case OP_OR:
3423 case OP_OR:
3545 || ( (ptype == OP_AND || ptype == OP_OR)
8704 (type == OP_OR && !SvTRUE(cSVOPx(cstop)->op_sv)) ||
8800 if (type == OP_AND || type == OP_OR) {
8802 type = OP_OR;
8860 return newLOGOP(OP_OR,
[all...]
H A Dpp_hot.c1433 if (PL_op->op_type == OP_OR)
H A Ddump.c1371 case OP_OR:
H A Dtoke.c8333 pl_yylval.ival = OP_OR;

Completed in 180 milliseconds