Home | History | Annotate | Download | only in arm

Lines Matching defs:movw

113     // Use movw/movt for QUALCOMM ARMv7 cores.
227 // specially coded on ARM means that it is a movw/movt instruction, or is an
812 // movw dst, #target16_0
836 // Patch with movw/movt.
841 patcher.masm()->movw(dst, target16_0);
846 patcher.masm()->movw(dst, target16_0);
1011 *rotate_imm = *immed_8 = 0; // Not used for movw.
1063 // Prefer movw / movt to constant pool if it is more efficient on the CPU.
1069 // Otherwise, use immediate load if movw / movt is available.
1086 // A movw / movt or mov / orr immediate load.
1124 // Make sure the movw/movt doesn't get separated.
1127 movw(target, imm32 & 0xffff, cond);
1147 movw(target, 0, cond);
1488 // sequence of movw/movt or mov/orr/orr instructions. They will load the
1515 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) {
2516 movw(ip, 0);
3784 // Instructions to patch must be 'movw rd, [#0]' and 'movt rd, [#0].