Home | History | Annotate | Download | only in aarch32

Lines Matching defs:movt

2583   void movt(Condition cond, Register rd, const Operand& operand);
2584 void movt(Register rd, const Operand& operand) { movt(al, rd, operand); }