Searched refs:DREG (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.3-release/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.h4 #define DREG 257 macro
H A Dcalc1.tab.h4 #define DREG 257 macro
H A Dvarsyntax_calc1.tab.h4 #define DREG 257 macro
H A Dbtyacc_calc1.tab.c194 #define DREG 257 macro
353 "error","DREG","VREG","CONST","UMINUS","$accept","lines","dexp","vexp","line",
363 "line : DREG '=' dexp",
366 "dexp : DREG",
511 return (DREG);
H A Dcalc1.tab.c193 #define DREG 257 macro
357 "error","DREG","VREG","CONST","UMINUS","$accept","line","dexp","vexp","lines",
366 "line : DREG '=' dexp '\\n'",
370 "dexp : DREG",
548 return (DREG);
H A Dvarsyntax_calc1.tab.c194 #define DREG 257 macro
358 "error","DREG","VREG","CONST","UMINUS","$accept","line","dexp","vexp","lines",
367 "line : DREG '=' dexp '\\n'",
371 "dexp : DREG",
549 return (DREG);
/freebsd-10.3-release/contrib/byacc/test/yacc/
H A Dcalc1.tab.h1 #define DREG 257 macro
H A Dvarsyntax_calc1.tab.h1 #define DREG 257 macro
H A Dcalc1.tab.c173 #define DREG 257 macro
290 0,0,"DREG","VREG","CONST","UMINUS",0,0,0,0,0,"illegal-symbol",
298 "line : DREG '=' dexp '\\n'",
302 "dexp : DREG",
389 return (DREG);
H A Dvarsyntax_calc1.tab.c174 #define DREG 257 macro
291 0,0,"DREG","VREG","CONST","UMINUS",0,0,0,0,0,"illegal-symbol",
299 "line : DREG '=' dexp '\\n'",
303 "dexp : DREG",
390 return (DREG);
/freebsd-10.3-release/contrib/binutils/gas/
H A Ditbl-parse.y289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
410 DREG
413 $$ = DREG;
H A Ditbl-lex.l48 "dreg"|"DREG" {
49 return DREG;
H A Ditbl-ops.c823 case DREG:
/freebsd-10.3-release/contrib/byacc/test/
H A Dbtyacc_calc1.y36 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
66 | DREG '=' dexp
77 | DREG
220 return (DREG);
H A Dcalc1.y38 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
64 | DREG '=' dexp '\n'
79 | DREG
205 return (DREG);
H A Dvarsyntax_calc1.y39 %token <ival> DREG VREG // indices into dreg, vreg arrays */
66 | DREG '=' dexp '\n'
81 | DREG
207 return (DREG);
/freebsd-10.3-release/contrib/gcc/config/i386/
H A Di386.h1115 AREG, DREG, CREG, BREG, SIREG, DIREG,
1161 "AREG", "DREG", "CREG", "BREG", \
1186 { 0x01, 0x0 }, { 0x02, 0x0 }, /* AREG, DREG */ \
1351 || ((CLASS) == DREG) \
1111 AREG, DREG, CREG, BREG, SIREG, DIREG, enumerator in enum:reg_class
H A Di386.c1112 AREG, DREG, CREG, BREG,

Completed in 137 milliseconds