Searched defs:double_slot (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc486 void ParallelMoveResolverMIPS64::Exchange(int index1, int index2, bool double_slot) { argument
487 LoadOperandType load_type = double_slot ? kLoadDoubleword : kLoadWord;
488 StoreOperandType store_type = double_slot ? kStoreDoubleword : kStoreWord;
H A Dcode_generator_mips.cc601 Exchange(loc1.GetStackIndex(), loc2.GetStackIndex(), /* double_slot */ false);
603 Exchange(loc1.GetStackIndex(), loc2.GetStackIndex(), /* double_slot */ true);
642 void ParallelMoveResolverMIPS::Exchange(int index1, int index2, bool double_slot) { argument
649 for (int i = 0; i <= (double_slot ? 1 : 0); i++, stack_offset += kMipsWordSize) {

Completed in 82 milliseconds