Home | History | Annotate | Download | only in config

Lines Matching refs:fix

1783 tilegx_fix_adjustable (fixS *fix)
1786 if (S_IS_EXTERNAL (fix->fx_addsy) || S_IS_WEAK (fix->fx_addsy))
1847 addressT bytes, fix;
1855 fix = 0;
1866 fix = bytes & (TILEGX_BUNDLE_SIZE_IN_BYTES - 1);
1867 memset (p, 0, fix);
1868 p += fix;
1869 bytes -= fix;
1873 fragp->fr_fix += fix;