Lines Matching defs:mov

841     //      mov dst, #target8_0
848 // If the target fits in a byte then only patch with a mov
852 patcher.mov(dst, Operand(target24));
871 // Patch with a sequence of mov/orr/orr instructions.
878 patcher.mov(dst, Operand(target8_0));
883 patcher.mov(dst, Operand(target8_0));
1177 if ((instr & ~kCondMask) != 13 * B21) { // mov, S not set
1178 // For a mov or mvn instruction which doesn't set the condition
1206 mov(rd, target, LeaveCC, cond);
1246 // Generate a sequence of mov instructions or a load from the constant
1278 mov(scratch, x, LeaveCC, cond);
1345 mov(scratch, Operand(x.offset_), LeaveCC,
1386 mov(scratch, Operand(x.offset_), LeaveCC,
1400 mov(scratch, Operand(x.rm_, x.shift_op_, x.shift_imm_), LeaveCC,
1636 void Assembler::mov(Register dst, const Operand& src, SBit s, Condition cond) {
1637 // Don't allow nop instructions in the form mov rn, rn to be generated using
1638 // the mov instruction. They must be generated using nop(int/NopMarkerTypes).
1643 void Assembler::mov(Register dst, Register src, SBit s, Condition cond) {
1644 mov(dst, Operand(src), s, cond);
1649 mov(dst, Operand(label->pos() + (Code::kHeaderSize - kHeapObjectTag)));
1659 // sequence of movw/movt or mov/orr/orr instructions. They will load the
1667 // mov dst, dst
1670 // mov dst, dst
1671 // mov dst, dst
1707 mov(dst, Operand(src1, ASR, src2.rm()), s, cond);
1709 mov(dst, Operand(src1, ASR, src2.immediate()), s, cond);
1716 mov(dst, Operand(src1, LSL, src2.rm()), s, cond);
1718 mov(dst, Operand(src1, LSL, src2.immediate()), s, cond);
1725 mov(dst, Operand(src1, LSR, src2.rm()), s, cond);
1727 mov(dst, Operand(src1, LSR, src2.immediate()), s, cond);
2274 // at the pc of the ldm instruction by a mov lr, pc instruction; if this is
2827 mov(scratch, Operand(imm.get_bits()));
2858 mov(scratch, Operand(lo));
2862 mov(scratch, Operand(lo));
2868 mov(scratch, Operand(hi));
2874 mov(scratch, Operand(lo));
2875 mov(extra_scratch, Operand(hi));
5105 DCHECK(0 <= type && type <= 14); // mov pc, pc isn't a nop.
5155 DCHECK(0 <= type && type <= 14); // mov pc, pc isn't a nop.
5156 // Check for mov rx, rx where x = type.