Lines Matching defs:Vmov
947 void Vmov(Condition cond, DRegister rt, double v) { Vmov(cond, F64, rt, v); }
948 void Vmov(DRegister rt, double v) { Vmov(al, F64, rt, v); }
949 void Vmov(Condition cond, SRegister rt, float v) { Vmov(cond, F32, rt, v); }
950 void Vmov(SRegister rt, float v) { Vmov(al, F32, rt, v); }
9389 void Vmov(Condition cond, Register rt, SRegister rn) {
9402 void Vmov(Register rt, SRegister rn) { Vmov(al, rt, rn); }
9404 void Vmov(Condition cond, SRegister rn, Register rt) {
9417 void Vmov(SRegister rn, Register rt) { Vmov(al, rn, rt); }
9419 void Vmov(Condition cond, Register rt, Register rt2, DRegister rm) {
9433 void Vmov(Register rt, Register rt2, DRegister rm) { Vmov(al, rt, rt2, rm); }
9435 void Vmov(Condition cond, DRegister rm, Register rt, Register rt2) {
9449 void Vmov(DRegister rm, Register rt, Register rt2) { Vmov(al, rm, rt, rt2); }
9451 void Vmov(
9467 void Vmov(Register rt, Register rt2, SRegister rm, SRegister rm1) {
9468 Vmov(al, rt, rt2, rm, rm1);
9471 void Vmov(
9487 void Vmov(SRegister rm, SRegister rm1, Register rt, Register rt2) {
9488 Vmov(al, rm, rm1, rt, rt2);
9491 void Vmov(Condition cond, DataType dt, DRegisterLane rd, Register rt) {
9504 void Vmov(DataType dt, DRegisterLane rd, Register rt) {
9505 Vmov(al, dt, rd, rt);
9507 void Vmov(Condition cond, DRegisterLane rd, Register rt) {
9508 Vmov(cond, kDataTypeValueNone, rd, rt);
9510 void Vmov(DRegisterLane rd, Register rt) {
9511 Vmov(al, kDataTypeValueNone, rd, rt);
9514 void Vmov(Condition cond,
9530 void Vmov(DataType dt, DRegister rd, const DOperand& operand) {
9531 Vmov(al, dt, rd, operand);
9534 void Vmov(Condition cond,
9550 void Vmov(DataType dt, QRegister rd, const QOperand& operand) {
9551 Vmov(al, dt, rd, operand);
9554 void Vmov(Condition cond,
9570 void Vmov(DataType dt, SRegister rd, const SOperand& operand) {
9571 Vmov(al, dt, rd, operand);
9574 void Vmov(Condition cond, DataType dt, Register rt, DRegisterLane rn) {
9587 void Vmov(DataType dt, Register rt, DRegisterLane rn) {
9588 Vmov(al, dt, rt, rn);
9590 void Vmov(Condition cond, Register rt, DRegisterLane rn) {
9591 Vmov(cond, kDataTypeValueNone, rt, rn);
9593 void Vmov(Register rt, DRegisterLane rn) {
9594 Vmov(al, kDataTypeValueNone, rt, rn);
12929 void Vmov(Condition cond, VRegister rd, VRegister rm) {
12933 Vmov(cond, F32, rd.S(), rm.S());
12935 Vmov(cond, F64, rd.D(), rm.D());
12938 void Vmov(VRegister rd, VRegister rm) { Vmov(al, rd, rm); }