/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
H A D | expr.c | 70 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 D | put.c | 163 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 D | data.c | 60 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 D | proc.c | 340 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 D | putscj.c | 327 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 D | io.c | 255 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 D | defines.h | 258 #define ISONE(z) (ISICON(z) && z->b_const.fconst.ci==1)
|
H A D | exec.c | 267 q = convic(p->b_const.fconst.ci); 271 p->b_const.fconst.ccp = copyn(n, q);
|
H A D | equiv.c | 92 offset = q->eqvchain.eqvoffset = offp->b_const.fconst.ci; in doequiv()
|
H A D | gram.dcl | 56 else $$ = $2->b_const.fconst.ci;
|
H A D | defs.h | 284 union constant fconst; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | cortex-r4f.md | 33 ;; fconst 1 2 * *
|
H A D | types.md | 94 ; fconst[d,s] double/single load immediate.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | cortex-r4f.md | 33 ;; fconst 1 2 * *
|
H A D | types.md | 76 ; fconst[d,s] double/single load immediate.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUOperandSyntax.rst | 591 * :ref:`fconst<amdgpu_synid_fconst>` 623 fconst subsection
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 793 // Bizarrely, this warning flag enables -fconst-strings in C. This is
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c.opt | 1476 -fconst-string-class=<name> Use class <name> for constant strings.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c.opt | 1633 -fconst-string-class=<name> Use class <name> for constant strings.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2006 | 2001 vstr, vld[1234], vst[1234], fconst[sd], f[us][lh]to[sd],
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2006 | 2001 vstr, vld[1234], vst[1234], fconst[sd], f[us][lh]to[sd],
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1998 | 2489 * lang-options.h (lang_options): Add fconst-strings to the list
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | NEWS | 12371 * The command-line option -fconst-strings, deprecated in previous GCC
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2007 | 16001 VFPv3 constant suitable for fconst[sd] insns, or -1 if constant
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 14229 * The command-line option -fconst-strings, deprecated in previous GCC
|