Lines Matching refs:dst_d_reg
897 DwVfpRegister dst_d_reg = DwVfpRegister::from_code(dst_code / 2); in VmovExtended() local
913 if (dst_d_reg == src_d_reg) { in VmovExtended()
914 vdup(Neon32, dst_d_reg, src_d_reg, 0); in VmovExtended()
916 vsli(Neon64, dst_d_reg, src_d_reg, 32); in VmovExtended()
919 if (dst_d_reg == src_d_reg) { in VmovExtended()
920 vdup(Neon32, dst_d_reg, src_d_reg, 1); in VmovExtended()
922 vsri(Neon64, dst_d_reg, src_d_reg, 32); in VmovExtended()
937 vmov(d_scratch, dst_d_reg); in VmovExtended()
940 vmov(dst_d_reg, d_scratch); in VmovExtended()
950 vmov(d_scratch2, dst_d_reg); in VmovExtended()
953 vmov(dst_d_reg, d_scratch2); in VmovExtended()