Searched refs:srcdst0 (Results 1 – 2 of 2) sorted by relevance
3906 void Assembler::vswp(DwVfpRegister srcdst0, DwVfpRegister srcdst1) { in vswp() argument3907 DCHECK(VfpRegisterIsAvailable(srcdst0)); in vswp()3909 DCHECK(!srcdst0.is(kScratchDoubleReg)); in vswp()3912 if (srcdst0.is(srcdst1)) return; // Swapping aliased registers emits nothing. in vswp()3919 srcdst0.split_code(&vd, &d); in vswp()3924 vmov(kScratchDoubleReg, srcdst0); in vswp()3925 vmov(srcdst0, srcdst1); in vswp()
1317 void vswp(DwVfpRegister srcdst0, DwVfpRegister srcdst1);