Lines Matching defs:vmov

1039       __ vmov(d0, d2);  in AssembleArchInstruction()  local
1461 __ vmov(scratch, i.InputRegister(0)); in AssembleArchInstruction() local
1469 __ vmov(scratch, i.InputRegister(0)); in AssembleArchInstruction() local
1477 __ vmov(scratch, i.InputRegister(0)); in AssembleArchInstruction() local
1485 __ vmov(scratch, i.InputRegister(0)); in AssembleArchInstruction() local
1494 __ vmov(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1506 __ vmov(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1518 __ vmov(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1526 __ vmov(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1531 __ vmov(i.OutputRegister(), i.InputFloatRegister(0)); in AssembleArchInstruction() local
1535 __ vmov(i.OutputFloatRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
1555 __ vmov(i.OutputDoubleRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local
1559 __ vmov(i.OutputRegister(0), i.OutputRegister(1), in AssembleArchInstruction() local
1828 __ vmov(dst.high(), dst.low()); in AssembleArchInstruction() local
2331 __ vmov(dst.high(), src1.low()); // dst = [0, 1, 4, 5] in AssembleArchInstruction() local
2340 __ vmov(dst.low(), src1.high()); // dst = [2, 3, 6, 7] in AssembleArchInstruction() local
2351 __ vmov(scratch, src1); in AssembleArchInstruction() local
2362 __ vmov(scratch, src1); in AssembleArchInstruction() local
2373 __ vmov(scratch, src1); in AssembleArchInstruction() local
2407 __ vmov(scratch, src1); in AssembleArchInstruction() local
2416 __ vmov(dst.high(), src1.low()); // dst = [0, 1, 2, 3, 8, ... 11] in AssembleArchInstruction() local
2425 __ vmov(dst.low(), src1.high()); in AssembleArchInstruction() local
2436 __ vmov(scratch, src1); in AssembleArchInstruction() local
2447 __ vmov(scratch, src1); in AssembleArchInstruction() local
2458 __ vmov(scratch, src1); in AssembleArchInstruction() local
2469 __ vmov(scratch, src1); in AssembleArchInstruction() local
2478 __ vmov(dst.high(), src1.low()); in AssembleArchInstruction() local
2487 __ vmov(dst.low(), src1.high()); in AssembleArchInstruction() local
2498 __ vmov(scratch, src1); in AssembleArchInstruction() local
2509 __ vmov(scratch, src1); in AssembleArchInstruction() local
2520 __ vmov(scratch, src1); in AssembleArchInstruction() local
2531 __ vmov(scratch, src1); in AssembleArchInstruction() local
2557 __ vmov(SwVfpRegister::from_code(scratch_s_base + j), in AssembleArchInstruction() local
2567 __ vmov(dst, scratch); in AssembleArchInstruction() local
3293 __ vmov(g.ToFloatRegister(destination), in AssembleMove() local
3298 __ vmov(g.ToDoubleRegister(destination), src.ToFloat64()); in AssembleMove() local
3316 __ vmov(s_temp, temp); in AssembleMove() local
3322 __ vmov(temp, Float32::FromBits(src.ToFloat32AsInt())); in AssembleMove() local
3330 __ vmov(temp, src.ToFloat64()); in AssembleMove() local
3369 __ vmov(temp, src); in AssembleSwap() local