Home | History | Annotate | Download | only in arm

Lines Matching refs:movt

113     // Use movw/movt for QUALCOMM ARMv7 cores.
227 // specially coded on ARM means that it is a movw/movt instruction, or is an
813 // movt dst, #target16_1
836 // Patch with movw/movt.
847 patcher.masm()->movt(dst, target16_1);
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.
1128 movt(target, imm32 >> 16, cond);
1148 movt(target, 0, cond);
1488 // sequence of movw/movt or mov/orr/orr instructions. They will load the
1521 void Assembler::movt(Register reg, uint32_t immediate, Condition cond) {
2517 movt(ip, 0);
3784 // Instructions to patch must be 'movw rd, [#0]' and 'movt rd, [#0].