Lines Matching defs:movw
337 // specially coded on ARM means that it is a movw/movt instruction. We don't
838 // movw dst, #target16_0
857 // Patch with movw/movt.
862 patcher.movw(dst, target16_0);
867 patcher.movw(dst, target16_0);
1098 *rotate_imm = *immed_8 = 0; // Not used for movw.
1147 // Otherwise, use immediate load if movw / movt is available.
1171 // A movw / movt immediate load.
1203 movw(target, imm32 & 0xFFFF, cond);
1659 // sequence of movw/movt or mov/orr/orr instructions. They will load the
1685 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) {