Home
last modified time | relevance | path

Searched refs:DIV (Results 1 – 25 of 54) sorted by relevance

123

/original-bsd/old/adb/adb.vax/
H A Dmac.h32 #define DIV / macro
/original-bsd/old/sdb/
H A Dmac.h33 #define DIV / macro
/original-bsd/old/sh/
H A Dmac.h43 #define DIV / macro
/original-bsd/bin/expr/
H A Dexpr.y14 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ
22 %left MULT DIV REM
50 | expr DIV expr = { $$ = arith(DIV, $1, $3); }
95 int op[] = { OR, AND, ADD, SUBT, MULT, DIV, REM, MCH,
148 case DIV:
/original-bsd/usr.bin/pascal/pdx/command/
H A Dy.tab.h56 # define DIV 293 macro
H A Dgrammar.y41 %term DIV MOD
47 %left '*' '/' DIV MOD AND '&'
494 | DIV
/original-bsd/old/pcc/c2.tahoe/
H A Dtokens27 DIV
H A Dc23.c99 "divl2",DIV,U(LONG,OP2),
100 "divl3",DIV,U(LONG,OP3),
H A Dc2.h13 NEG, EMUL, MUL, DIV, EDIV, SHAL, SHAR, enumerator
/original-bsd/old/dbx/
H A Dcommands.y34 ALIAS AND ASSIGN AT CALL CATCH CONT DEBUG DELETE DIV DOWN DUMP
48 %left '*' '/' DIV MOD AND
73 %type <y_name> DEBUG DELETE DIV DOWN DUMP
957 exp DIV exp
1086 ALIAS | AND | ASSIGN | AT | CALL | CATCH | CONT | DEBUG | DELETE | DIV |
/original-bsd/old/pcc/ccom.vax/VMS/
H A Das.yh5 # define DIV 261
/original-bsd/old/as.tahoe/
H A Dastoks.H96 # define DIV AWKFIXESME macro
H A Dasexpr.c115 case DIV:
175 clobber(DIV, MULOPS); in buildtokensets()
441 DIV, SMALL, "divide, /",
H A Dasscan2.c98 case DIV: /*process C style comments*/
127 val = ryylval = DIV;
H A Dasscan3.c60 /* '/' 0x2f 0057 */ DIV,
/original-bsd/old/as.vax/
H A Dastoks.H105 # define DIV AWKFIXESME macro
H A Dasexpr.c136 case DIV:
196 clobber(DIV, MULOPS); in buildtokensets()
465 DIV, SMALL, "divide, /",
H A Dasscan2.c102 case DIV: /*process C style comments*/
131 val = ryylval = DIV;
H A Dinstrs475 # 204a divb2 DIV OP CORE 0x86 2 R B M B
476 # 204b divb3 DIV OP CORE 0x87 3 R B R B W B
477 # 204c divw2 DIV OP CORE 0xa6 2 R W M W
478 # 204d divw3 DIV OP CORE 0xa7 3 R W R W W W
479 # 204e divl2 DIV OP CORE 0xc6 2 R L M L
480 # 204f divl3 DIV OP CORE 0xc7 3 R L R L W L
481 # 204g divf2 DIV OP CORE 0x46 2 R F M F
482 # 204h divf3 DIV OP CORE 0x47 3 R F R F W F
483 # 204i divd2 DIV OP CORE 0x66 2 R D M D
485 # 204k divg2 DIV OP ESCD 0x46 2 R G M G
[all …]
H A Dasscan3.c63 /* '/' 0x2f 0057 */ DIV,
/original-bsd/old/lex/
H A Dldefs.c68 # define DIV NCH+101 macro
H A Dsub1.c455 case DIV:
567 case BAR: case RNEWE: case RCAT: case DIV:
679 case DIV: in treedump()
/original-bsd/old/pcc/ccom.tahoe/
H A Dlocal2.c65 DIV, "div",
287 case ASG DIV:
1565 case DIV:
1575 case ASG DIV:
1603 if( o == DIV || o == MOD ) {
1702 case DIV:
1703 case ASG DIV:
1747 else if( o != ASG DIV && tshape(l, SAREG|SNAME|SCON|SOREG|STARNM) ) {
1755 if( o == ASG DIV )
1774 DIV, TANY, "udiv",
[all …]
/original-bsd/old/pcc/ccom.vax/
H A Dlocal2.c62 DIV, "div",
243 case ASG DIV:
1447 case DIV:
1457 case ASG DIV:
1494 if( o == DIV || o == MOD ) {
1593 case DIV:
1594 case ASG DIV:
1638 else if( o != ASG DIV && tshape(l, SAREG|SNAME|SCON|SOREG|STARNM) ) {
1646 if( o == ASG DIV )
1666 DIV, TANY, "udiv",
[all …]
/original-bsd/old/pcc/c2.vax/
H A Dc2.h31 #define DIV 27 macro

123