Lines Matching defs:Mov
223 static_cast<int32_t>(MOV) << kOpcodeShift |
240 static_cast<int32_t>(MOV) << kOpcodeShift |
359 void ArmAssembler::mov(Register rd, ShifterOperand so, Condition cond) {
360 EmitType01(cond, so.type(), MOV, 0, R0, rd, so);
365 EmitType01(cond, so.type(), MOV, 1, R0, rd, so);
1133 mov(rd, ShifterOperand(rn), cond);
1195 mov(rd, shifter_op, cond);
1403 void ArmAssembler::Mov(Register rd, Register rm, Condition cond) {
1405 mov(rd, ShifterOperand(rm), cond);
1412 mov(rd, ShifterOperand(rm, LSL, shift_imm), cond);
1419 mov(rd, ShifterOperand(rm, LSR, shift_imm), cond);
1426 mov(rd, ShifterOperand(rm, ASR, shift_imm), cond);
1432 mov(rd, ShifterOperand(rm, ROR, shift_imm), cond);
1436 mov(rd, ShifterOperand(rm, ROR, 0), cond);
1669 mov(dst.AsCoreRegister(), ShifterOperand(src.AsCoreRegister()));
1681 mov(dst.AsRegisterPairLow(), ShifterOperand(src.AsRegisterPairLow()));
1682 mov(dst.AsRegisterPairHigh(), ShifterOperand(src.AsRegisterPairHigh()));
1684 mov(dst.AsRegisterPairHigh(), ShifterOperand(src.AsRegisterPairHigh()));
1685 mov(dst.AsRegisterPairLow(), ShifterOperand(src.AsRegisterPairLow()));
1858 mov(tr.AsArm().AsCoreRegister(), ShifterOperand(TR));
1885 __ mov(R0, ShifterOperand(scratch_.AsCoreRegister()));