Searched refs:OPGE (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
H A D | exec.c | 420 q = mkexpr( (ctlstack->dostepsign==POSSTEP ? OPLE : OPGE), q1, q); 441 putif( mkexpr(OPGE, cpexpr(ctlstack->dostep), MKICON(0)), 544 exar2(OPGE, expr, lz, lm);
|
H A D | gram.expr | 56 | SGE { $$ = OPGE; }
|
H A D | defines.h | 162 #define OPGE 18 macro
|
H A D | expr.c | 505 case OPGE: 1077 putif(mkexpr(OPGE, cpexpr(t), MKICON(0)), l1); in subcheck() 1465 case OPGE: 1561 case OPGE: 2025 case OPGE:
|
H A D | putscj.c | 218 putif(mkexpr(OPGE, cpexpr(x1), MKICON(0)), neg); in prarif() 382 case OPGE: in putx()
|
H A D | io.c | 510 putif( mkexpr(OPGE, cpexpr(IOSTP), MKICON(0)), ioendlab); in endio()
|