Home
last modified time | relevance | path

Searched refs:INTERLEAVE (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/binutils/doc/
H A Dbinutils.info711 [`-i' INTERLEAVE|`--interleave='INTERLEAVE]
898 affected). BYTE can be in the range from 0 to INTERLEAVE-1, where
899 INTERLEAVE is given by the `-i' or `--interleave' option, or the
903 `-i INTERLEAVE'
904 `--interleave=INTERLEAVE'
905 Only copy one out of every INTERLEAVE bytes. Select which byte to
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp1214 case tgtok::XInterleave: Code = BinOpInit::INTERLEAVE; break; in ParseOperation()
1368 case BinOpInit::INTERLEAVE: in ParseOperation()
H A DRecord.cpp1199 case INTERLEAVE: { in Fold()
1318 case INTERLEAVE: Result = "!interleave"; break; in getAsString()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h852 INTERLEAVE, enumerator