Lines Matching defs:Qm
2806 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen
6360 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6362 if (qd == qm)
6381 unsigned long qm = arm_decode_field_multiple (given, 17, 19, 7, 7);
6383 if (qd == qm)
6475 unsigned long Qm;
6481 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6484 if ((Qd == Qn) || (Qd == Qm))
6500 unsigned long Qm;
6506 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6509 if ((Qd == Qn) || (Qd == Qm))
6579 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6580 if ((Qd == Qm) && arm_decode_field (given, 20, 21) == 2)
6592 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6593 if ((Qd == Qm) && arm_decode_field (given, 20, 20) == 1)
6605 unsigned long Qm;
6611 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6614 if ((Qda == Qn) || (Qda == Qm))
6639 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 6, 6);
6641 if (qd == qm)
9608 /* In "VORR Qd, Qm, Qn", if Qm==Qn, VORR is nothing but VMOV,
9609 i.e "VMOV Qd, Qm". */