Searched refs:double_slot (Results 1 – 4 of 4) sorted by relevance
147 void Exchange(int index1, int index2, bool double_slot);
144 void Exchange(int index1, int index2, bool double_slot);
1050 void ParallelMoveResolverMIPS64::Exchange(int index1, int index2, bool double_slot) { in Exchange() argument1051 LoadOperandType load_type = double_slot ? kLoadDoubleword : kLoadWord; in Exchange()1052 StoreOperandType store_type = double_slot ? kStoreDoubleword : kStoreWord; in Exchange()
1231 void ParallelMoveResolverMIPS::Exchange(int index1, int index2, bool double_slot) { in Exchange() argument1238 for (int i = 0; i <= (double_slot ? 1 : 0); i++, stack_offset += kMipsWordSize) { in Exchange()