Searched refs:srcdst1 (Results 1 – 2 of 2) sorted by relevance
3906 void Assembler::vswp(DwVfpRegister srcdst0, DwVfpRegister srcdst1) { in vswp() argument3908 DCHECK(VfpRegisterIsAvailable(srcdst1)); in vswp()3910 DCHECK(!srcdst1.is(kScratchDoubleReg)); in vswp()3912 if (srcdst0.is(srcdst1)) return; // Swapping aliased registers emits nothing. in vswp()3921 srcdst1.split_code(&vm, &m); in vswp()3925 vmov(srcdst0, srcdst1); in vswp()3926 vmov(srcdst1, kScratchDoubleReg); in vswp()
1317 void vswp(DwVfpRegister srcdst0, DwVfpRegister srcdst1);