Home | History | Annotate | Download | only in arm

Lines Matching defs:movt

328   // specially coded on ARM means that it is a movw/movt instruction, or is an
931 // movt dst, #target16_1
949 // Patch with movw/movt.
960 patcher.masm()->movt(dst, target16_1);
1178 // Otherwise, use immediate load if movw / movt is available.
1196 // A movw / movt or mov / orr immediate load.
1235 // Make sure the movw/movt doesn't get separated.
1239 movt(target, imm32 >> 16, cond);
1261 movt(target, 0, cond);
1611 // sequence of movw/movt or mov/orr/orr instructions. They will load the
1644 void Assembler::movt(Register reg, uint32_t immediate, Condition cond) {
2789 movt(ip, 0);
2812 movt(ip, hi >> 16);
5187 // Instructions to patch must be 'movw rd, [#0]' and 'movt rd, [#0].