Lines Matching defs:Rt2
6682 /* Case 19: VMOV<c> <Qd[idx]>, <Qd[idx2]>, <Rt>, <Rt2> */
6905 /* Case 16: VMOV<c> <Rt>, <Rt2>, <Qd[idx]>, <Qd[idx2]> */
7960 /* The restriction on Rd/Rt/Rt2 on Thumb mode has been
19820 unsigned Rt = 0, Rt2 = 1, Q0 = 2, Q1 = 3;
19826 Rt2 = 3;
19832 constraint (!toQ && inst.operands[Rt].reg == inst.operands[Rt2].reg,
19835 || inst.operands[Rt2].reg == REG_SP,
19838 || inst.operands[Rt2].reg == REG_PC,
19844 inst.instruction |= inst.operands[Rt2].reg << 16;
19902 16. VMOV<c> <Rt>, <Rt2>, <Qd[idx]>, <Qd[idx2]>
19903 17. VMOV<c> <Qd[idx]>, <Qd[idx2]>, <Rt>, <Rt2>