Searched refs:Qm (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A DMUTTUCData.txt180 0022;;Qm;;;;;;;;;;;;
181 0027;;Qm;;;;;;;;;;;;
182 00AB;;Qm;;;;;;;;;;;;
183 00BB;;Qm;;;;;;;;;;;;
184 2018;;Qm;;;;;;;;;;;;
185 2019;;Qm;;;;;;;;;;;;
186 201A;;Qm;;;;;;;;;;;;
187 201B;;Qm;;;;;;;;;;;;
188 201C;;Qm;;;;;;;;;;;;
189 201D;;Qm;;;;;;;;;;;;
[all...]
H A Dformat.txt72 Qm 43 Quote Mark
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1064 // {2-0} Qm
1069 unsigned Qm = CTX.getRegisterInfo()->getEncodingValue(M1.getReg()); local
1071 assert(Qm < 8 && "Qm is supposed to be encodable in 3 bits");
1073 return (Rn << 3) | Qm;
1083 // {10-8} Qm
1088 unsigned Qm = CTX.getRegisterInfo()->getEncodingValue(M0.getReg());
1103 assert(Qm < 8 && "Qm is supposed to be encodable in 3 bits");
1105 return (Qm <<
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darm-dis.c3075 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen
6720 unsigned long Qm;
6726 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6729 if ((Qd == Qn) || (Qd == Qm))
6745 unsigned long Qm;
6751 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6754 if ((Qd == Qn) || (Qd == Qm))
6824 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6825 if ((Qd == Qm) && arm_decode_field (given, 20, 21) == 2)
6837 unsigned long Qm
6719 unsigned long Qm; local
6744 unsigned long Qm; local
6823 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local
6836 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local
6849 unsigned long Qm; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darm-dis.c3080 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen
6705 unsigned long Qm;
6711 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6714 if ((Qd == Qn) || (Qd == Qm))
6730 unsigned long Qm;
6736 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6739 if ((Qd == Qn) || (Qd == Qm))
6809 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6810 if ((Qd == Qm) && arm_decode_field (given, 20, 21) == 2)
6822 unsigned long Qm
6704 unsigned long Qm; local
6729 unsigned long Qm; local
6808 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local
6821 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local
6834 unsigned long Qm; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Darm-dis.c3075 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen
6745 unsigned long Qm;
6751 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6754 if ((Qd == Qn) || (Qd == Qm))
6770 unsigned long Qm;
6776 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6779 if ((Qd == Qn) || (Qd == Qm))
6849 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6850 if ((Qd == Qm) && arm_decode_field (given, 20, 21) == 2)
6862 unsigned long Qm
6744 unsigned long Qm; local
6769 unsigned long Qm; local
6848 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local
6861 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local
6874 unsigned long Qm; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darm-dis.c3075 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen
6720 unsigned long Qm;
6726 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6729 if ((Qd == Qn) || (Qd == Qm))
6745 unsigned long Qm;
6751 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6754 if ((Qd == Qn) || (Qd == Qm))
6824 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5);
6825 if ((Qd == Qm) && arm_decode_field (given, 20, 21) == 2)
6837 unsigned long Qm
6719 unsigned long Qm; local
6744 unsigned long Qm; local
6823 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local
6836 unsigned long Qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local
6849 unsigned long Qm; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3574 unsigned Qm = fieldFromInstruction(Insn, 1, 3); local
3575 Qm |= fieldFromInstruction(Insn, 5, 1) << 3;
3576 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qm, Address, Decoder)))
4462 unsigned Qm = fieldFromInstruction(Insn, 0, 3); local
4466 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qm, Address, Decoder)))
4476 unsigned Qm = fieldFromInstruction(Insn, 8, 3); local
4479 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qm, Address, Decoder)))
6585 unsigned Qm = ((fieldFromInstruction(Insn, 5, 1) << 3) | local
6591 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qm, Address, Decoder)))
6621 unsigned Qm local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7849 // Qd must be different from Qm.
7866 const unsigned Qm = MRI->getEncodingValue(Inst.getOperand(QmIdx).getReg()); local
7868 if (Qd == Qm) {
8241 "Qd register and Qm register can't be identical");
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c2426 /* Handle Dn-Dm or Qn-Qm syntax. Can only be used with non-indexed list
6913 /* Case 0: VMOV<c><q> <Qd>, <Qm>
6962 first_error (_("expected <Rm> or <Dm> or <Qm> operand"));
16398 unsigned Qm = inst.operands[1].reg;
16409 inst.instruction |= HI1 (Qm) << 5;
16410 inst.instruction |= LOW4 (Qm);
18767 /* VQ{R}SHRN.I<size> <Dd>, <Qm>, #0 is a synonym for
18768 VQMOVN.I<size> <Dd>, <Qm>. */
18794 /* VQSHRUN.I<size> <Dd>, <Qm>, #0 is a synonym for
18795 VQMOVUN.I<size> <Dd>, <Qm>
16392 unsigned Qm = inst.operands[1].reg; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c2431 /* Handle Dn-Dm or Qn-Qm syntax. Can only be used with non-indexed list
6860 /* Case 0: VMOV<c><q> <Qd>, <Qm>
6909 first_error (_("expected <Rm> or <Dm> or <Qm> operand"));
16338 unsigned Qm = inst.operands[1].reg;
16349 inst.instruction |= HI1 (Qm) << 5;
16350 inst.instruction |= LOW4 (Qm);
18707 /* VQ{R}SHRN.I<size> <Dd>, <Qm>, #0 is a synonym for
18708 VQMOVN.I<size> <Dd>, <Qm>. */
18734 /* VQSHRUN.I<size> <Dd>, <Qm>, #0 is a synonym for
18735 VQMOVUN.I<size> <Dd>, <Qm>
16332 unsigned Qm = inst.operands[1].reg; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c2426 /* Handle Dn-Dm or Qn-Qm syntax. Can only be used with non-indexed list
6913 /* Case 0: VMOV<c><q> <Qd>, <Qm>
6962 first_error (_("expected <Rm> or <Dm> or <Qm> operand"));
16398 unsigned Qm = inst.operands[1].reg;
16409 inst.instruction |= HI1 (Qm) << 5;
16410 inst.instruction |= LOW4 (Qm);
18767 /* VQ{R}SHRN.I<size> <Dd>, <Qm>, #0 is a synonym for
18768 VQMOVN.I<size> <Dd>, <Qm>. */
18794 /* VQSHRUN.I<size> <Dd>, <Qm>, #0 is a synonym for
18795 VQMOVUN.I<size> <Dd>, <Qm>
16392 unsigned Qm = inst.operands[1].reg; local
[all...]

Completed in 722 milliseconds