Home
last modified time | relevance | path

Searched refs:OPCALL (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexpr.c611 case OPCALL:
748 q = mkexpr(OPCALL, ap, p->b_prim.argsp);
1303 if(rp && opcode!=OPCALL && opcode!=OPCCALL)
1425 case OPCALL:
1506 if(rp && opcode!=OPCALL && opcode!=OPCCALL)
1525 if(op!=OPNOT && op!=OPBITNOT && op!=OPNEG && op!=OPCALL && op!=OPCCALL && op!=OPADDR)
1585 case OPCALL:
H A Ddefines.h163 #define OPCALL 19 macro
H A Dputscj.c347 case OPCALL: in putx()
715 if(opcode==OPCALL || opcode==OPCCALL) { in putcx1()
868 case OPCALL: in putch1()
H A Dmisc.c546 p = mkexpr(OPCALL, builtin(type,name), args);
H A Dintr.c453 q = fixexpr( mkexpr(OPCALL, ap, argsp) );