Home | History | Annotate | Download | only in aarch32

Lines Matching defs:movt

1924 void Disassembler::movt(Condition cond, Register rd, const Operand& operand) {
9281 // MOVT{<c>}{<q>} <Rd>, #<imm16> ; T1
9282 movt(CurrentCond(), Register(rd), imm);
61803 // MOVT{<c>}{<q>} <Rd>, #<imm16> ; A1
61804 movt(condition, Register(rd), imm);