Lines Matching defs:Rt2
6679 /* Case 19: VMOV<c> <Qd[idx]>, <Qd[idx2]>, <Rt>, <Rt2> */
6902 /* Case 16: VMOV<c> <Rt>, <Rt2>, <Qd[idx]>, <Qd[idx2]> */
7957 /* The restriction on Rd/Rt/Rt2 on Thumb mode has been
19817 unsigned Rt = 0, Rt2 = 1, Q0 = 2, Q1 = 3;
19823 Rt2 = 3;
19829 constraint (!toQ && inst.operands[Rt].reg == inst.operands[Rt2].reg,
19832 || inst.operands[Rt2].reg == REG_SP,
19835 || inst.operands[Rt2].reg == REG_PC,
19841 inst.instruction |= inst.operands[Rt2].reg << 16;
19899 16. VMOV<c> <Rt>, <Rt2>, <Qd[idx]>, <Qd[idx2]>
19900 17. VMOV<c> <Qd[idx]>, <Qd[idx2]>, <Rt>, <Rt2>