Home | History | Annotate | Download | only in arm

Lines Matching defs:vmov

2435   // VMOV can accept an immediate of the form:
2481 void Assembler::vmov(const DwVfpRegister dst,
2505 // -0.0 and doing a vmov from the sequestered d14, forcing denorms
2535 vmov(loc.low(), ip);
2540 vmov(loc.high(), ip);
2543 // directly to the D register using vmov.32.
2546 vmov(dst, VmovIndexLo, ip);
2548 vmov(dst, VmovIndexHi, ip);
2555 vmov(dst, ip, scratch);
2561 void Assembler::vmov(const SwVfpRegister dst,
2573 void Assembler::vmov(const DwVfpRegister dst,
2589 void Assembler::vmov(const DwVfpRegister dst,
2605 void Assembler::vmov(const Register dst,
2621 void Assembler::vmov(const DwVfpRegister dst,
2637 void Assembler::vmov(const Register dst1,
2653 void Assembler::vmov(const SwVfpRegister dst,
2667 void Assembler::vmov(const Register dst,