| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| MUTTUCData.txt | 180 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...] |
| format.txt | 72 Qm 43 Quote Mark
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| ARMMCCodeEmitter.cpp | 1064 // {2-0} Qm 1069 unsigned Qm = CTX.getRegisterInfo()->getEncodingValue(M1.getReg()); 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 << 8) | Imm [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| arm-dis.c | 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) 6359 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local 6380 unsigned long qm = arm_decode_field_multiple (given, 17, 19, 7, 7); local 6638 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 6, 6); local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arm-dis.c | 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) 6359 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local 6380 unsigned long qm = arm_decode_field_multiple (given, 17, 19, 7, 7); local 6638 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 6, 6); local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| arm-dis.c | 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) 6359 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local 6380 unsigned long qm = arm_decode_field_multiple (given, 17, 19, 7, 7); local 6638 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 6, 6); local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| arm-dis.c | 2901 "Qm==Qn", VORR should replaced by its alias VMOV. For that to happen 6456 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 5, 5); 6458 if (qd == qm) 6477 unsigned long qm = arm_decode_field_multiple (given, 17, 19, 7, 7); 6479 if (qd == qm) 6571 unsigned long Qm; 6577 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5); 6580 if ((Qd == Qn) || (Qd == Qm)) 6596 unsigned long Qm; 6602 Qm = arm_decode_field_multiple (given, 1, 3, 5, 5) 6455 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 5, 5); local 6476 unsigned long qm = arm_decode_field_multiple (given, 17, 19, 7, 7); local 6734 unsigned long qm = arm_decode_field_multiple (given, 1, 3, 6, 6); local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/ |
| ARMDisassembler.cpp | 3574 unsigned Qm = fieldFromInstruction(Insn, 1, 3); 3575 Qm |= fieldFromInstruction(Insn, 5, 1) << 3; 3576 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qm, Address, Decoder))) 4462 unsigned Qm = fieldFromInstruction(Insn, 0, 3); 4466 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qm, Address, Decoder))) 4476 unsigned Qm = fieldFromInstruction(Insn, 8, 3); 4479 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qm, Address, Decoder))) 6585 unsigned Qm = ((fieldFromInstruction(Insn, 5, 1) << 3) | 6591 if (!Check(S, DecodeMQPRRegisterClass(Inst, Qm, Address, Decoder))) 6621 unsigned Qm = fieldFromInstruction(Insn, 5, 1) << 4 [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
| ARMAsmParser.cpp | 7849 // Qd must be different from Qm. 7866 const unsigned Qm = MRI->getEncodingValue(Inst.getOperand(QmIdx).getReg()); 7868 if (Qd == Qm) { 8241 "Qd register and Qm register can't be identical");
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-arm.c | 2392 /* Handle Dn-Dm or Qn-Qm syntax. Can only be used with non-indexed list 6777 /* Case 0: VMOV<c><q> <Qd>, <Qm> 6826 first_error (_("expected <Rm> or <Dm> or <Qm> operand")); 16155 unsigned Qm = inst.operands[1].reg; 16166 inst.instruction |= HI1 (Qm) << 5; 16167 inst.instruction |= LOW4 (Qm); 18524 /* VQ{R}SHRN.I<size> <Dd>, <Qm>, #0 is a synonym for 18525 VQMOVN.I<size> <Dd>, <Qm>. */ 18551 /* VQSHRUN.I<size> <Dd>, <Qm>, #0 is a synonym for 18552 VQMOVUN.I<size> <Dd>, <Qm>. * [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-arm.c | 2391 /* Handle Dn-Dm or Qn-Qm syntax. Can only be used with non-indexed list 6780 /* Case 0: VMOV<c><q> <Qd>, <Qm> 6829 first_error (_("expected <Rm> or <Dm> or <Qm> operand")); 16158 unsigned Qm = inst.operands[1].reg; 16169 inst.instruction |= HI1 (Qm) << 5; 16170 inst.instruction |= LOW4 (Qm); 18527 /* VQ{R}SHRN.I<size> <Dd>, <Qm>, #0 is a synonym for 18528 VQMOVN.I<size> <Dd>, <Qm>. */ 18554 /* VQSHRUN.I<size> <Dd>, <Qm>, #0 is a synonym for 18555 VQMOVUN.I<size> <Dd>, <Qm>. * [all...] |