Home
last modified time | relevance | path

Searched refs:fconst (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexpr.c70 p->b_const.fconst.ci = l;
82 p->b_const.fconst.ci = l;
98 p->b_const.fconst.ci = l;
111 p->b_const.fconst.cd[0] = d;
124 p->b_const.fconst.ci = 0;
127 p->b_const.fconst.ci = (p->b_const.fconst.ci << shift) | hextoi(*s++);
144 p->b_const.fconst.ccp = s = (char *) ckalloc(l);
164 p->b_const.fconst.cd[0] = realp->b_const.fconst.ci;
165 else p->b_const.fconst.cd[0] = realp->b_const.fconst.cd[0];
167 p->b_const.fconst.cd[1] = imagp->b_const.fconst.ci;
[all …]
H A Dput.c163 if(p->vleng->b_const.fconst.ci > XL) in putconst()
185 if(p->vleng->b_const.fconst.ci != in putconst()
188 if(!eqn((int)p->vleng->b_const.fconst.ci, in putconst()
189 p->b_const.fconst.ccp, in putconst()
198 if(p->b_const.fconst.cd[0] == in putconst()
204 if(p->b_const.fconst.ci == litp->litval.litival) in putconst()
215 p->vleng->b_const.fconst.ci; in putconst()
217 p->b_const.fconst.ccp, in putconst()
222 litp->litval.litdval = p->b_const.fconst.cd[0]; in putconst()
226 litp->litval.litival = p->b_const.fconst.ci; in putconst()
[all …]
H A Ddata.c60 else if (ISICON(repp) && repp->b_const.fconst.ci >= 0)
61 nrep = repp->b_const.fconst.ci;
117 ip->b_impldo.varvp->b_const.fconst.ci += ip->b_impldo.impdiff;
130 ip->b_impldo.impdiff = q->b_const.fconst.ci;
139 ip->b_impldo.implim = q->b_const.fconst.ci;
152 (ip->b_impldo.varvp->b_const.fconst.ci <= ip->b_impldo.implim))
154 (ip->b_impldo.varvp->b_const.fconst.ci >= ip->b_impldo.implim)))
179 off *= np->vleng->b_const.fconst.ci;
183 if(++curdtelt < neltp->b_const.fconst.ci)
198 *elenp = q->vleng->b_const.fconst.ci;
[all …]
H A Dproc.c340 procleng = (np->vleng ? np->vleng->b_const.fconst.ci : (ftnint) 0); in doentry()
345 else if( (np->vleng ? np->vleng->b_const.fconst.ci : (ftnint) 0) != procleng) in doentry()
373 np->b_name.voffset = retslot->b_addr.memoffset->b_const.fconst.ci; in doentry()
483 leng *= q->b_name.vdim->nelt->b_const.fconst.ci;
488 leng *= q->vleng->b_const.fconst.ci;
522 size = v->vleng->b_const.fconst.ci; in docommon()
526 size *= neltp->b_const.fconst.ci; in docommon()
583 leng = lengp->b_const.fconst.ci; in autovar()
624 leng = lengp->b_const.fconst.ci;
634 (type!=TYCHAR || q->vleng->b_const.fconst.ci==leng) )
[all …]
H A Dputscj.c327 p = mklnode(ICON, q->b_const.fconst.ci, in putx()
335 (int)q->b_const.fconst.ci)); in putx()
397 ((k = flog2(q->b_expr.rightp->b_const.fconst.ci))>0) ) { in putx()
594 (k = p->b_expr.rightp->b_const.fconst.ci)<2) in putpower()
881 p->vleng->b_const.fconst.ci!=1 in putch1()
1323 prod = rp->b_const.fconst.ci * in simoffset()
1324 lp->b_expr.rightp->b_const.fconst.ci; in simoffset()
1325 lp->b_expr.rightp->b_const.fconst.ci = in simoffset()
1326 rp->b_const.fconst.ci; in simoffset()
1327 rp->b_const.fconst.ci = prod; in simoffset()
[all …]
H A Dio.c255 ioendlab = mklabel(p->b_const.fconst.ci)->labelno; in endioctl()
262 ioerrlab = mklabel(p->b_const.fconst.ci)->labelno; in endioctl()
617 if( (k = fmtstmt( mklabel(p->b_const.fconst.ci) )) > 0 ) in startrw()
H A Ddefines.h258 #define ISONE(z) (ISICON(z) && z->b_const.fconst.ci==1)
H A Dexec.c267 q = convic(p->b_const.fconst.ci);
271 p->b_const.fconst.ccp = copyn(n, q);
H A Dequiv.c92 offset = q->eqvchain.eqvoffset = offp->b_const.fconst.ci; in doequiv()
H A Dgram.dcl56 else $$ = $2->b_const.fconst.ci;
H A Ddefs.h284 union constant fconst; member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dcortex-r4f.md33 ;; fconst 1 2 * *
H A Dtypes.md94 ; fconst[d,s] double/single load immediate.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dcortex-r4f.md33 ;; fconst 1 2 * *
H A Dtypes.md76 ; fconst[d,s] double/single load immediate.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUOperandSyntax.rst591 * :ref:`fconst<amdgpu_synid_fconst>`
623 fconst subsection
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticGroups.td793 // Bizarrely, this warning flag enables -fconst-strings in C. This is
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc.opt1476 -fconst-string-class=<name> Use class <name> for constant strings.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc.opt1633 -fconst-string-class=<name> Use class <name> for constant strings.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20062001 vstr, vld[1234], vst[1234], fconst[sd], f[us][lh]to[sd],
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20062001 vstr, vld[1234], vst[1234], fconst[sd], f[us][lh]to[sd],
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19982489 * lang-options.h (lang_options): Add fconst-strings to the list
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS12371 * The command-line option -fconst-strings, deprecated in previous GCC
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200716001 VFPv3 constant suitable for fconst[sd] insns, or -1 if constant
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS14229 * The command-line option -fconst-strings, deprecated in previous GCC

12