Home | History | Annotate | Download | only in arm

Lines Matching defs:Mov

148 void Arm32Assembler::mov(Register rd, const ShifterOperand& so,
150 EmitType01(cond, so.type(), MOV, set_cc, R0, rd, so);
682 static_cast<int32_t>(MOV) << kOpcodeShift |
699 static_cast<int32_t>(MOV) << kOpcodeShift |
1204 mov(rd, ShifterOperand(rm, LSL, shift_imm), cond, set_cc);
1212 mov(rd, ShifterOperand(rm, LSR, shift_imm), cond, set_cc);
1220 mov(rd, ShifterOperand(rm, ASR, shift_imm), cond, set_cc);
1227 mov(rd, ShifterOperand(rm, ROR, shift_imm), cond, set_cc);
1231 mov(rd, ShifterOperand(rm, ROR, 0), cond, set_cc);
1237 mov(rd, ShifterOperand(rm, LSL, rn), cond, set_cc);
1243 mov(rd, ShifterOperand(rm, LSR, rn), cond, set_cc);
1249 mov(rd, ShifterOperand(rm, ASR, rn), cond, set_cc);
1255 mov(rd, ShifterOperand(rm, ROR, rn), cond, set_cc);
1322 void Arm32Assembler::Mov(Register rd, Register rm, Condition cond) {
1324 mov(rd, ShifterOperand(rm), cond);
1402 mov(rd, ShifterOperand(rn), cond, set_cc);
1452 mov(rd, shifter_op, cond);