Searched refs:OP_NBIT_OR (Results 1 – 4 of 4) sorted by relevance
115 OP_NBIT_OR = 98, enumerator
2650 if (rpp_try_AMAGIC_2((op_type == OP_NBIT_OR ? bor_amg : bxor_amg), in PP()2665 const IV result = op_type == OP_NBIT_OR ? (l | r) : (l ^ r); in PP()2671 const UV result = op_type == OP_NBIT_OR ? (l | r) : (l ^ r); in PP()
3623 case OP_NBIT_OR: in S_scalar_mod_type()12157 ||o->op_type == OP_NBIT_OR ? "|" in Perl_ck_bitop()
6645 BOop(bof ? s == d ? OP_NBIT_OR : OP_SBIT_OR : OP_BIT_OR); in yyl_verticalbar()