| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-mips.c | 4551 int treg, sreg, dreg, breg; in macro() local 4573 dreg = (ip->insn_opcode >> 11) & 0x1f; in macro() 4596 if (dreg == sreg) in macro() 4599 move_register (dreg, sreg); in macro() 4600 macro_build (NULL, dbl ? "dsub" : "sub", "d,v,t", dreg, 0, sreg); in macro() 5174 macro_build (NULL, s, "d", dreg); in macro() 5225 move_register (dreg, sreg); in macro() 5227 move_register (dreg, 0); in macro() 5236 macro_build (NULL, dbl ? "dneg" : "neg", "d,w", dreg, sreg); in macro() 5239 move_register (dreg, 0); in macro() [all …]
|
| /freebsd-10-stable/contrib/byacc/test/ |
| D | varsyntax_calc1.y | 25 double dreg[26]; variable 68 dreg[$1] = $3; 83 $<dval>$ = dreg[$<ival>1]; // $$ & $1 are sufficient here
|
| D | calc1.y | 24 double dreg[26]; variable 66 dreg[$1] = $3; 81 $$ = dreg[$1];
|
| D | btyacc_calc1.y | 22 double dreg[26]; variable 68 dreg[$1] = $3; 79 $$ = dreg[$1];
|
| /freebsd-10-stable/contrib/gcc/ |
| D | cselib.c | 1224 int dreg = REG_P (dest) ? (int) REGNO (dest) : -1; in cselib_record_set() local 1229 if (dreg >= 0) in cselib_record_set() 1231 if (dreg < FIRST_PSEUDO_REGISTER) in cselib_record_set() 1233 unsigned int n = hard_regno_nregs[dreg][GET_MODE (dest)]; in cselib_record_set() 1239 if (REG_VALUES (dreg) == 0) in cselib_record_set() 1241 used_regs[n_used_regs++] = dreg; in cselib_record_set() 1242 REG_VALUES (dreg) = new_elt_list (REG_VALUES (dreg), src_elt); in cselib_record_set() 1247 gcc_assert (REG_VALUES (dreg)->elt == 0); in cselib_record_set() 1248 REG_VALUES (dreg)->elt = src_elt; in cselib_record_set()
|
| D | postreload.c | 225 int dreg; in reload_cse_simplify_set() local 235 dreg = true_regnum (SET_DEST (set)); in reload_cse_simplify_set() 236 if (dreg < 0) in reload_cse_simplify_set() 243 dclass = REGNO_REG_CLASS (dreg); in reload_cse_simplify_set()
|
| /freebsd-10-stable/contrib/byacc/test/yacc/ |
| D | varsyntax_calc1.tab.c | 124 double dreg[26]; variable 708 dreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].dval; in YYPARSE_DECL() 726 yyval.dval = dreg[yystack.l_mark[0].ival]; /* $$ & $1 are sufficient here*/ in YYPARSE_DECL()
|
| D | calc1.tab.c | 123 double dreg[26]; variable 707 dreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].dval; in YYPARSE_DECL() 725 yyval.dval = dreg[yystack.l_mark[0].ival]; in YYPARSE_DECL()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_cg.c | 189 uint_t op, int dreg) in dt_cg_ptrsize() argument 217 instr = DIF_INSTR_FMT(op, dreg, sreg, dreg); in dt_cg_ptrsize() 1516 int dreg; in dt_cg_xlate_expand() local 1519 dreg = dt_regset_alloc(drp); in dt_cg_xlate_expand() 1523 dt_cg_setx(dlp, dreg, size); in dt_cg_xlate_expand() 1527 instr = DIF_INSTR_PUSHTS(DIF_OP_PUSHTV, DIF_TYPE_CTF, DIF_REG_R0, dreg); in dt_cg_xlate_expand() 1530 instr = DIF_INSTR_CALL(DIF_SUBR_ALLOCA, dreg); in dt_cg_xlate_expand() 1538 dlm.dtxl_dreg = dreg; in dt_cg_xlate_expand() 1543 return (dreg); in dt_cg_xlate_expand()
|
| /freebsd-10-stable/sys/dev/ata/chipsets/ |
| D | ata-siliconimage.c | 355 u_int8_t dreg = 0xa8 + rego; in ata_sii_setmode() local 383 pci_write_config(parent, dreg, dmatimings[mode & ATA_MODE_MASK], 2); in ata_sii_setmode()
|
| /freebsd-10-stable/contrib/byacc/test/btyacc/ |
| D | calc1.tab.c | 143 double dreg[26]; variable 1321 dreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].dval; in YYPARSE_DECL() 1339 yyval.dval = dreg[yystack.l_mark[0].ival]; in YYPARSE_DECL()
|
| D | varsyntax_calc1.tab.c | 144 double dreg[26]; variable 1322 dreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].dval; in YYPARSE_DECL() 1340 yyval.dval = dreg[yystack.l_mark[0].ival]; /* $$ & $1 are sufficient here*/ in YYPARSE_DECL()
|
| D | btyacc_calc1.tab.c | 140 double dreg[26]; variable 1353 dreg[yystack.l_mark[-2].ival] = yystack.l_mark[0].dval; in YYPARSE_DECL() 1367 yyval.dval = dreg[yystack.l_mark[0].ival]; in YYPARSE_DECL()
|
| /freebsd-10-stable/share/dict/ |
| D | web2 | 57811 dreg
|