Home | History | Annotate | Download | only in arm

Lines Matching refs:movt

136   // specially coded on ARM means that it is a movw/movt instruction.  We don't
807 // mov instruction will be a mov or movw followed by movt (two
814 // instructions mov or movw followed by movt so including the actual
852 movt(rd, static_cast<uint32_t>(x.imm32_) >> 16, cond);
1173 void Assembler::movt(Register reg, uint32_t immediate, Condition cond) {