Lines Matching defs:it
596 // Conservative if cannot prove it provides full barrier.
604 // Start off with using the last LIR as the barrier. If it is not enough, then we will update it.
1048 // in the code section causes misalignment so we take it into account.
1296 // Does the character fit in 16 bits? Compare it at runtime.
1321 // Record cfi only if it is not already spilled.
1363 // Dalvik register annotation in LoadBaseIndexedDisp() used wrong offset. Fix it.
1512 auto it = std::find(regs->begin(), regs->end(), info);
1513 DCHECK(it != regs->end());
1514 regs->erase(it);
1648 * - Move it to the upper 32 of the destination
1726 // HW doesn't support 16x16 byte multiplication so emulate it.
1810 // Destination does not need clobbered because it has already been as part
2013 // into the result so we include it in result.
2034 * 1-1) Get an xmm temp and fill it with vector register.
2050 // register location to pass it.
2117 // No load of source VR is done because it assumes that rl_result will
2151 // We know the index of element which we want to extract. We want to extract it and
2170 // We need to extract zeroth element and don't need any complex stuff to do it.
2182 * 1-1) Get an xmm temp and fill it with vector register.
2307 // In the byte case, first duplicate it to be a word
2308 // Then duplicate it to be a double-word
2516 for (auto it : temp_regs_) {
2517 mir_to_lir_->FreeTemp(it);
2523 // It does not make sense to use this utility if we have no chance to use
2566 * line but we cannot prove it and thus take a conservative approach.