Searched refs:opASSIGN (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp.c | 897 tryAMAGICbin(pow,opASSIGN); 1026 dSP; dATARGET; tryAMAGICbin(mult,opASSIGN); 1144 dSP; dATARGET; tryAMAGICbin(div,opASSIGN); 1259 dSP; dATARGET; tryAMAGICbin(modulo,opASSIGN); 1387 dSP; dATARGET; tryAMAGICbin(repeat,opASSIGN); 1483 dSP; dATARGET; bool useleft; tryAMAGICbin(subtr,opASSIGN); 1600 dSP; dATARGET; tryAMAGICbin(lshift,opASSIGN); 1617 dSP; dATARGET; tryAMAGICbin(rshift,opASSIGN); 2210 dSP; dATARGET; tryAMAGICbin(band,opASSIGN); 2233 dSP; dATARGET; tryAMAGICbin(bxor,opASSIGN); [all...] |
H A D | pp.h | 378 #define opASSIGN (PL_op->op_flags & OPf_STACKED) macro 380 if (opASSIGN || (SvFLAGS(TARG) & SVs_PADMY)) \
|
H A D | pp_hot.c | 136 dSP; dATARGET; tryAMAGICbin(concat,opASSIGN); 331 dSP; dATARGET; bool useleft; tryAMAGICbin(add,opASSIGN);
|
Completed in 34 milliseconds