Searched refs:extra_slot (Results 1 – 1 of 1) sorted by relevance
5358 size_t extra_slot = 2 * kX86_64WordSize; in Exchange128() local5359 __ subq(CpuRegister(RSP), Immediate(extra_slot)); in Exchange128()5361 ExchangeMemory64(0, mem + extra_slot, 2); in Exchange128()5363 __ addq(CpuRegister(RSP), Immediate(extra_slot)); in Exchange128()