Lines Matching defs:movt
337 // specially coded on ARM means that it is a movw/movt instruction. We don't
839 // movt dst, #target16_1
857 // Patch with movw/movt.
868 patcher.movt(dst, target16_1);
1147 // Otherwise, use immediate load if movw / movt is available.
1171 // A movw / movt immediate load.
1204 movt(target, imm32 >> 16, cond);
1659 // sequence of movw/movt or mov/orr/orr instructions. They will load the
1690 void Assembler::movt(Register reg, uint32_t immediate, Condition cond) {
2866 movt(scratch, hi >> 16);