Home
last modified time | relevance | path

Searched refs:it2 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dthumb32.s304 .macro it2 cond ncond a b m= macro
309 it2 \cond \ncond \a \b \c
332 it2 eq ne t t
333 it2 eq ne e t
334 it2 eq ne t e
335 it2 eq ne e e
347 it2 ne eq t t
348 it2 ne eq e t
349 it2 ne eq t e
350 it2 ne eq e e
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc4412 typename std::list<reloc_high<size, big_endian> >::iterator it2 = in rello16() local
4414 while (it2 != got16_relocs.end()) in rello16()
4416 reloc_high<size, big_endian> got16 = *it2; in rello16()
4425 it2 = got16_relocs.erase(it2); in rello16()
4428 ++it2; in rello16()